Welcome to MorphOS-Storage, a webserver dedicated to MorphOS users. ©2016-2024 Meta-MorphOS.org
Description:A Panel de Pon / Tetris Attack / Puzzle League clone made with C++ and SDL2. Port By BeWorld
Developer/Porter:BeWorld
Homepage:https://github.com/sharkwouter/panel-pop
Readme:
# panel-pop
A Panel de Pon / Tetris Attack / Puzzle League clone made with C++ and SDL

#### [Download latest release](https://github.com/a544jh/panel-pop/releases/latest)

[Gameplay video](http://www.youtube.com/watch?v=z_DVUP2aS9Y)

![screenshot](screenshot.png)

## Features:
* Original-like mechanincs modeled after SNES version
* Additional visual gameplay tweaks
* Single player endless mode
* Simple AI
* Two-player VS game with garbage blocks

## Controls

Default gameplay and menu keys:
* Arrow keys - move cursor
* `X` - accept/swap blocks
* `Z` - cancel/raise stack
* `Esc` - pause/start

Misc:
* `Ctrl`+`F` - toggle fps diplay
* `Alt`+`Return` - toggle fullscreen

### How to configure gamepads

Plug in gamepads before launching the game.
Controls can be configured individually for P1/P2 in the options menu.
The default keyboard controls will always work in the menus.


## How to build
#### Dependencies
* cmake
* SDL2
* SDL2_image
* SDL2_ttf
* SDL2_mixer
* jsoncpp

#### Linux
1. `cmake`
2. `make`

#### MacOS
1. `cmake`
2. `make`

#### Windows (MinGW)

Install https://nuwen.net/mingw.htm and then overwrite/copy ALL files from each
SDL dependency's 64-bit MinGW development distribution's `lib` and `include`
folders into the MinGW installation's respective folders.

1. `cmake -G "MinGW Makefiles" -DCMAKE_SH="CMAKE_SH-NOTFOUND"`
2. `make`

#### Playstation Vita

Install the [DolceSDK](https://github.com/DolceSDK/doc) and [this SDL2 fork](https://github.com/isage/SDL-mirror). Then Playstation Vita version can be build.

1. ``cmake -DCMAKE_TOOLCHAIN_FILE="${DOLCESDK}/share/dolce.toolchain.cmake" ..``
2. ``make``

Paypal:
Upload Date:Dec 29 2021
Category:Games/BrickBreaker
Download:PanelPop.lha
Md5:1532d82d30446bedcc20b018eb3d9a37
Size:7 MB
Downloads:263
Screenshot(s)
 
History
Last Comments
29 Dec 2021
18:50
Yes, works now. Thanks!
But I almost got crazy to find the 'enter' key to access the menu....X! :)
BeWorld
29 Dec 2021
12:57
missinbg 1 file.. sorry, i reupload archive. You can test.
Primax
29 Dec 2021
09:17
Does not work here, AmigaOne X5000_
"Line 1, Column 1
Syntax error: value, object or array expected."