Skip to content

brovador/GBsnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GBsnake

Simple port of the Snake game written in C for the Nintendo GameBoy.

Example

Compiled rom is under dist directory.

Build (MacOSX)

  • Download gbdk v2.96a for MacOSX and the bgb emulator for windows.

  • Place both inside the same directory with the folder names gbdk and bgb:

ROOT_DIRECTORY
   /gbdk
   /bgb
  • In the Makefile configure $(TOOLS_DIR) so it points to ROOT_DIRECTORY (which contains gbdk and bgb)
  • Install wine using brew:
brew install wine
  • Call make clean && make run

About

Snake game for Nintendo Gameboy written in C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published