Skip to content

Instantly share code, notes, and snippets.

@leavittx
Created September 10, 2010 20:09
Show Gist options
  • Save leavittx/574288 to your computer and use it in GitHub Desktop.
Save leavittx/574288 to your computer and use it in GitHub Desktop.
/***********************************************************************
*
* ______ __ __ ___________
* | __ \ | \__ __/ | /_.______._/
* | \_\ / | _._ \ / _._ | \\
* | __ \ \ | / //
* | /_/ / ) ( \\
* |_____\ / \ / \
*
*
* Chaos Bomber by Black Mamba Team
*
* code (main) Lev
* code (ai) Nick
* gfx Peka
* music Zalza
*
* To run the game in simulator, do following
* run 'rockboxui' (linux -- libsdl needed) or 'rockboxui.exe' (win)
* choose Plugins -> Games -> bomberman
*
* Controls
* arrow keys (player movement)
* - key (drop a bomb)
*
* Our repository (if you wanna try it on your player and/or join us)
* http://github.com/leavittx/rockbox
* bomber is still in development, simulator includes only party version ;)
*
* Thanks/greetings to
* Zalza (kindly allowed to use his music)
* http://zalzahq.destinyroadband.com/
* Rockbox dev team, including kugel & gevaerts (some tips and tricks)
* http://www.rockbox.org/
* L29Ah (useful night advices)
*
* We had no time to write the credits screen
* by ourselves, so some code was taken from Credits plugin
* in last ten minutes before contest :)
*
* This is our first prod ever
*
* Shown on Chaos Constructions 2010
*
**********************************************************************/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment