In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

User:Darrenm/Sokoban: Difference between revisions

From WiiBrew
Jump to navigation Jump to search
Darrenm (talk | contribs)
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

Wii Sokoban
General
Author(s)Darrenm
TypeGame/Arcade/Puzzle
Links
Download
Source
Peripherals
Loads files from the Front SD slot

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.