s7jones / MegaDriveSnake

A C program of the game "Snake" to play on a "SEGA Mega Drive (Genesis)" games console.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MegaDriveSnake

My version of game "Snake" written in C that compiles into a SEGA Mega Drive (Genesis) ROM that can be played on an emulator.

How to compile:

  • Following SGDK installation instructions (NB: makelib.gen is important).
  • Build the project in Visual Studio or by running: %GDK_WIN%\bin\make -f %GDK_WIN%\makefile.gen.
  • This should output rom.bin in ./Megadrive/out/.

How to play:

  • Load rom.bin in the emulator of your choice.

Uses:

About

A C program of the game "Snake" to play on a "SEGA Mega Drive (Genesis)" games console.


Languages

Language:Assembly 57.6%Language:C 42.4%