All Projects → brovador → GBsnake

brovador / GBsnake

Licence: other
Snake game for Nintendo Gameboy written in C

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to GBsnake

tobutobugirl-dx
An arcade platformer homebrew game for the Game Boy, Game Boy Color and Super Game Boy
Stars: ✭ 58 (+123.08%)
Mutual labels:  gameboy, gbdk
gbjam8
A Game Boy demake of The Binding of Isaac made for GBJAM8.
Stars: ✭ 18 (-30.77%)
Mutual labels:  gameboy, gbdk
gbdk-go
Experimental Go binding for GBDK(GameBoy Development Kit). You can develop GameBoy software using Go!
Stars: ✭ 19 (-26.92%)
Mutual labels:  gameboy, gbdk
Awesome Gbdev
Contribute
Stars: ✭ 3,016 (+11500%)
Mutual labels:  gameboy, gbdk
doctorhow
A sample game for Gameboy created with gbdk, gbdk-lib-extension and GB Lemon tracker LP1.297a.
Stars: ✭ 25 (-3.85%)
Mutual labels:  gameboy, gbdk
Dmg Cpu Inside
Reverse-engineered schematics for DMG-CPU-B
Stars: ✭ 230 (+784.62%)
Mutual labels:  gameboy
Azayaka
A cycle-accurate Game Boy and Game Boy Color Emulator, with rewind feature.
Stars: ✭ 26 (+0%)
Mutual labels:  gameboy
Binjgb
Gameboy emulator implemented in C
Stars: ✭ 222 (+753.85%)
Mutual labels:  gameboy
ENGAGE
Source code repository for ENGAGE: Battery-Free Game Boy
Stars: ✭ 75 (+188.46%)
Mutual labels:  gameboy
RGB
RGB (Rust Game Boy) is a simple emulator for the original game boy
Stars: ✭ 19 (-26.92%)
Mutual labels:  gameboy
Rom Properties
ROM Properties Page shell extension
Stars: ✭ 210 (+707.69%)
Mutual labels:  gameboy
Tobutobugirl
An arcade platformer homebrew game for the Game Boy
Stars: ✭ 243 (+834.62%)
Mutual labels:  gameboy
Cpp-Snake
A simple snake game written in c++
Stars: ✭ 35 (+34.62%)
Mutual labels:  snake-game
Rustyboy
A Gameboy emulator written in Rust.
Stars: ✭ 224 (+761.54%)
Mutual labels:  gameboy
GameboyBoilerplateProj
Gameboy boilerplate to get started quickly
Stars: ✭ 25 (-3.85%)
Mutual labels:  gameboy
Mgba
mGBA Game Boy Advance Emulator
Stars: ✭ 3,355 (+12803.85%)
Mutual labels:  gameboy
helloworld
Hello world and other commented GameBoy assembly examples for beginners.
Stars: ✭ 31 (+19.23%)
Mutual labels:  gameboy
gb-link-cable
🎮 Gameboy link cable breakout PCB
Stars: ✭ 58 (+123.08%)
Mutual labels:  gameboy
Pokered
Disassembly of Pokémon Red/Blue
Stars: ✭ 2,924 (+11146.15%)
Mutual labels:  gameboy
ostrich
A Game Boy Sound System player for macOS, written in Swift
Stars: ✭ 37 (+42.31%)
Mutual labels:  gameboy

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].