rnegron / dino-gb

Game Boy port of Google Chrome's Dino browser game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dino Boy

A work-in-progress Nintendo Game Boy port of the Chromium Dino mini game

Note: The source code for the original Chromium version is available at: https://cs.chromium.org/chromium/src/components/neterror/resources/offline.js

If you'd like, run the following commands in bash for maximum fun!

echo "alias dino="make"" >> ~/.bashrc
source ~/.bashrc

Now you can start the game with a dino run command from the repository root, which is appropriate and overall fantastic. Some assembly is required, though (and not of the LR35902 kind). Basically, make sure to modify the Makefile so that everything under Directories and Binaries points to where it needs to. This assumes you have a GBDK installation up and running.

If you'd rather just compile it manually, use the GBDK compiler front-end, lcc, as follows (from the repository root):

lcc src/main.c -o dinoboy.gb

Then open the resulting dinoboy.gb file with your favorite emulator!

About

Game Boy port of Google Chrome's Dino browser game

License:MIT License


Languages

Language:C 98.9%Language:Makefile 1.1%