MegaSokoban: Difference between revisions

From Uzebox Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 29: Line 29:
* Simple game engine (lot of FLASH free for levels)
* Simple game engine (lot of FLASH free for levels)
* 999 levels (selected levels from collections [http://users.bentonrea.com/~sasquatch/sokoban/ Microban, Sasquatch by David W. Skinner] and [http://larc.unt.edu/ian/research/sokoban/ Procedural Sokoban Level Generation - algorithmically generated by Joshua Taylor and Ian Parberry])
* 999 levels (selected levels from collections [http://users.bentonrea.com/~sasquatch/sokoban/ Microban, Sasquatch by David W. Skinner] and [http://larc.unt.edu/ian/research/sokoban/ Procedural Sokoban Level Generation - algorithmically generated by Joshua Taylor and Ian Parberry])
* Custom video engine (modified engine 5 with tile size 12x16 and tile count 16x12 - around 3KB of SRAM free!)
* Custom video engine (modified engine 5 with tile size 12x16 px and screen size 16x12 tiles - around 3KB of SRAM free!)
* 1000 moves undo push ringbuffer (thanks to lot of free RAM)
* 1000 moves undo push ringbuffer (thanks to lot of free RAM)
* Remembers last opened level and state of completion (if was done) of each level in EEPROM (5 slots)
* Simple sounds (partly from MegaTris)
* Not music (but about 16KB of program space for it)


==Controls==
==Controls==


===In Game===
===In Game===
* D-Pad = Move
* D-Pad = Move
* A = Restart Level
* A = Restart Level
* B = Undo push
* B = Undo push
Line 43: Line 46:


===Level Menu===
===Level Menu===
* D-Pad = Change level by 1 or 10
* D-Pad = Change level by 1 or 10
* L/R   = Change level by 100  
* L/R = Change level by 100  
* Start = Play level
* Start, A, B, X, Y = Play level


==ROMs and sources==
==ROMs and sources==


Will be added when I get permission to use levels
Will be added when I get permission to use levels

Revision as of 15:47, 14 January 2012

MegaSokoban
MegaSokoban.png
GenreLogic/Puzzle
DeveloperMartin Šustek
Code licenseGNU General Public License version 3
or (at your option) any later version.
Media licenseCreative Commons Attribution Share-Alike version 3.0
EngineUzebox 3.0
Video ModeCustom
Latest releaseFinal Version
Release dateJanuary 2012
LanguageEnglish


Classical sokoban game with minimalistic engine and 999 levels.

Features

Controls

In Game

  • D-Pad = Move
  • A = Restart Level
  • B = Undo push
  • X = Next level
  • Y = Previous level
  • Select = Level menu

Level Menu

  • D-Pad = Change level by 1 or 10
  • L/R = Change level by 100
  • Start, A, B, X, Y = Play level

ROMs and sources

Will be added when I get permission to use levels