Difference between revisions of "Sand Traps"
m (Found a working link) |
|||
(23 intermediate revisions by 10 users not shown) | |||
Line 3: | Line 3: | ||
| image = [[File:SandTraps.png]] | | image = [[File:SandTraps.png]] | ||
| type = puzzle game | | type = puzzle game | ||
− | | author = [[User:Flarup|Uffe Flarup]] | + | | author = [[User:Flarup|Uffe Flarup]] and Peter de Man (music) |
− | | version = | + | | version = 2.3 |
− | | download = | + | | download = https://wii.brewology.com/downloads/get.php?id=10440 |
− | + | | website = http://www.flarup.org/v1/kodeSandTraps_eng.php | |
− | | website = http://www.flarup.org/kodeSandTraps_eng.php | + | | peripherals = {{Wiimote2}} {{SensorBar}} {{FrontSD}} |
− | | peripherals = {{ | ||
| hbb = yes | | hbb = yes | ||
}} | }} | ||
+ | '''''Sand Traps''''' is an original multiplayer puzzle/platform game for Wii homebrew. | ||
− | + | The objective of the game is to tilt the board using your Wiimote, in order to guide the sand towards the green exit. In each level you need to save a certain percentage of | |
− | |||
− | The objective of the game is to tilt the board using your | ||
the sand. If the sand 'falls out' of the board it is lost. If the sand touches the red stone it is also lost. | the sand. If the sand 'falls out' of the board it is lost. If the sand touches the red stone it is also lost. | ||
In some levels you can add new stone, and in some levels you can also remove it again so you can reuse it elsewhere. | In some levels you can add new stone, and in some levels you can also remove it again so you can reuse it elsewhere. | ||
− | == | + | == Controls == |
− | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 39: | Line 36: | ||
== Creating your own levels == | == Creating your own levels == | ||
− | |||
The game will look for level information in the folder on the SD card called '/apps/sandtraps/levels/'. If you look in the folders in here you can see that each level is based on a BMP graphics file and on a text file. The game does not report errors in case there is something wrong | The game will look for level information in the folder on the SD card called '/apps/sandtraps/levels/'. If you look in the folders in here you can see that each level is based on a BMP graphics file and on a text file. The game does not report errors in case there is something wrong | ||
with the level information - it just exits without warnings. This might be improved later on. | with the level information - it just exits without warnings. This might be improved later on. | ||
* For the BMP graphics file it is important that in the same color format as the existing levels, and that you only use the same color indices as in these levels. If you use any other colors the game will exit. The size must be 320 * 320 pixels. Use [http://www.gimp.org GIMP] to save the image if you experience problems. | * For the BMP graphics file it is important that in the same color format as the existing levels, and that you only use the same color indices as in these levels. If you use any other colors the game will exit. The size must be 320 * 320 pixels. Use [http://www.gimp.org GIMP] to save the image if you experience problems. | ||
− | |||
* For the text files it is important that you at least have a line break where the comments are. You don't have to keep the comments themselves, but there must at least still be the line break where the comments where. | * For the text files it is important that you at least have a line break where the comments are. You don't have to keep the comments themselves, but there must at least still be the line break where the comments where. | ||
− | |||
* The levels must have consecutive numbers and the first level must have number 1. | * The levels must have consecutive numbers and the first level must have number 1. | ||
If you create some good levels I would happily include them in the next version of the game. | If you create some good levels I would happily include them in the next version of the game. | ||
+ | |||
+ | == Screenshots == | ||
+ | {| | ||
+ | | [[Image:SandTraps8screenshot.png|thumb|200px]] | ||
+ | | [[Image:Img-8.png|thumb|200px]] | ||
+ | | [[Image:SandTraps9screenshot.png|thumb|200px]] | ||
+ | | [[Image:SandTraps3screenshot.png|thumb|200px]] | ||
+ | |- | ||
+ | | [[Image:SandTraps4screenshot.png|thumb|200px]] | ||
+ | | [[Image:SandTraps5screenshot.png|thumb|200px]] | ||
+ | | [[Image:SandTraps7screenshot.png|thumb|200px]] | ||
+ | | [[Image:Img-7.png|thumb|200px]] | ||
+ | |} | ||
== Changelog == | == Changelog == | ||
+ | === Version 2.3 (2010-05-09) === | ||
+ | *Added "Sand Madness" levels | ||
− | === Version 1.2 === | + | === Version 2.2 (2009-12-02) === |
+ | *Background music by Peter de Man added | ||
+ | |||
+ | === Version 2.1 (2009-11-15) === | ||
+ | *Added "Multiplayer Mayhem" levels | ||
+ | *Reusable stone can now be placed in the BMP level files | ||
+ | |||
+ | === Version 2.0.1 (2009-10-11) === | ||
+ | *Eliminated possible duplicate/non-working map entries in main menu | ||
+ | *Updated to version 4.1.0 of GRRLIB | ||
+ | |||
+ | === Version 2.0 (2009-10-08) === | ||
+ | *MULTI PLAYER SUPPORT! | ||
+ | *Code cleanup | ||
+ | *Added end-screen when all levels in a map are completed | ||
+ | |||
+ | === Version 1.2 (2009-09-19) === | ||
*New levels with new 'crumbling stone' feature | *New levels with new 'crumbling stone' feature | ||
*Improved movement for falling sand | *Improved movement for falling sand | ||
Line 59: | Line 84: | ||
*No longer uses absolute file paths | *No longer uses absolute file paths | ||
− | === Version 1.1 === | + | === Version 1.1 (2009-09-08) === |
*Several new levels added | *Several new levels added | ||
*Code cleanup | *Code cleanup | ||
Line 66: | Line 91: | ||
*Automatically scans 'level' directory for new levels | *Automatically scans 'level' directory for new levels | ||
− | === Version 1.0 === | + | === Version 1.0 (2009-08-27) === |
*Initial release | *Initial release | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Credits == | == Credits == | ||
− | + | Uses [[GRRLIB]], [[DevkitPPC]], [[libfat]], and associated libraries. | |
− | Uses [[GRRLIB]], [[ | ||
Thanks to everyone who leaves comments on the discussion page. Even though I don't leave replies I greatly appreciate the feedback from all of you. | Thanks to everyone who leaves comments on the discussion page. Even though I don't leave replies I greatly appreciate the feedback from all of you. |
Latest revision as of 07:52, 19 February 2023
Sand Traps | |
![]() | |
General | |
---|---|
Author(s) | Uffe Flarup and Peter de Man (music) |
Type | Puzzle game |
Version | 2.3 |
Links | |
Download | |
Website | |
Downloadable via the Homebrew Browser | |
Peripherals | |
![]() ![]() ![]() |
Sand Traps is an original multiplayer puzzle/platform game for Wii homebrew.
The objective of the game is to tilt the board using your Wiimote, in order to guide the sand towards the green exit. In each level you need to save a certain percentage of the sand. If the sand 'falls out' of the board it is lost. If the sand touches the red stone it is also lost.
In some levels you can add new stone, and in some levels you can also remove it again so you can reuse it elsewhere.
Controls
Creating your own levels
The game will look for level information in the folder on the SD card called '/apps/sandtraps/levels/'. If you look in the folders in here you can see that each level is based on a BMP graphics file and on a text file. The game does not report errors in case there is something wrong with the level information - it just exits without warnings. This might be improved later on.
- For the BMP graphics file it is important that in the same color format as the existing levels, and that you only use the same color indices as in these levels. If you use any other colors the game will exit. The size must be 320 * 320 pixels. Use GIMP to save the image if you experience problems.
- For the text files it is important that you at least have a line break where the comments are. You don't have to keep the comments themselves, but there must at least still be the line break where the comments where.
- The levels must have consecutive numbers and the first level must have number 1.
If you create some good levels I would happily include them in the next version of the game.
Screenshots
Changelog
Version 2.3 (2010-05-09)
- Added "Sand Madness" levels
Version 2.2 (2009-12-02)
- Background music by Peter de Man added
Version 2.1 (2009-11-15)
- Added "Multiplayer Mayhem" levels
- Reusable stone can now be placed in the BMP level files
Version 2.0.1 (2009-10-11)
- Eliminated possible duplicate/non-working map entries in main menu
- Updated to version 4.1.0 of GRRLIB
Version 2.0 (2009-10-08)
- MULTI PLAYER SUPPORT!
- Code cleanup
- Added end-screen when all levels in a map are completed
Version 1.2 (2009-09-19)
- New levels with new 'crumbling stone' feature
- Improved movement for falling sand
- Level BMP files now uses an indexed palette for easier editing
- No longer uses absolute file paths
Version 1.1 (2009-09-08)
- Several new levels added
- Code cleanup
- Can now zoom in on board (zoom set for each level in configuration file)
- Home button now pauses game instead of going directly to main menu
- Automatically scans 'level' directory for new levels
Version 1.0 (2009-08-27)
- Initial release
Credits
Uses GRRLIB, DevkitPPC, libfat, and associated libraries.
Thanks to everyone who leaves comments on the discussion page. Even though I don't leave replies I greatly appreciate the feedback from all of you.