trunk Branch URL
| HTTP (read only) | https://bzr.flogisoft.com/GameBoy/zznake/trunk/ | 
		
| SFTP | sftp://bzr@bzr.flogisoft.com/bzr/GameBoy/zznake/trunk/ | 
		
Last Revision in trunk #3
Collide detection implemented
		By Fabien LOISON, on Wednesday 04 January 2012, 21:06:12
	
README
==============================================================================
                                  z Z N A K E                                 
==============================================================================
zZNAKE is an implementation of the famous Snake game for the Nintendo GameBoy.
For more informations about Snake, read its Wikipedia page :
    http://en.wikipedia.org/wiki/Snake_(video_game)
Build zZNAKE (on GNU/Linux):
----------------------------
    First you have to get the buildev (this will download and untar GBDK,
    a Development Kit (lib + compiler) for GameBoy):
        make buildenv
    Then you can build the ROM:
        make
    You should now have a zZNAKE.gb file.
Running the game:
-----------------
    For playing to zZNAKE, you will need a GameBoy emulator, like Visual
    Boy Advance <http://vba.ngemu.com/>, or a linker for writing the ROM
    on a cartridge (for playing on a real GameBoy).
	


