User:Darrenm/Sokoban: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Update}} | |||
{{Infobox homebrewapp | {{Infobox homebrewapp | ||
| image = [[Image:wiisokoban.png|200px]] | | image = [[Image:wiisokoban.png|200px]] |
Revision as of 02:53, 31 January 2009
This application has not been updated in some time and may be abandoned or discontinued. |
Wii Sokoban | |
![]() | |
General | |
---|---|
Author(s) | Darrenm |
Type | Game/Arcade/Puzzle |
Links | |
Download | |
Source | |
Peripherals | |
![]() ![]() |
This is a generic isometric tile game engine with support for various types of puzzles.
Initially I'm working to support Sokoban levels, but other types of puzzle are possible.
The character moves around using the wiimote. He can push gems around the map. Stones block the path and can't be moved. The win condition for a sokoban level is when all the gems are out of the mud and sat on a grass block.
More info on Sokoban on wikipedia http://en.wikipedia.org/wiki/Sokoban
Lots of levels available http://www.sourcecode.se/sokoban/levels.php
Development Log
21st Oct 2008 - Game engine working, has one built in level (easy) for testing. Now working on code to read in levels from data files.