ThaiDuongVu / DinoRun

A dinosaur endless runner for gameboy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DinoRun

A dinosaur endless runner Game Boy game.



Requirements:


How To Compile:

  1. Clone repository using git clone https://github.com/ThaiDuongVu/DinoRun.git

  2. Compile main.c using 2 commands:

    [Path to gbdk]/bin/lcc -Wa-l -Wl-m -Wl-j -DUSE_SFR_FOR_REG -c -o main.o main.c [Path to gbdk]/bin/lcc -Wa-l -Wl-m -Wl-j -DUSE_SFR_FOR_REG -o main.gb main.o

  3. Run the generated main.gb file using a Game Boy emulator.

About

A dinosaur endless runner for gameboy.

License:MIT License


Languages

Language:Assembly 79.7%Language:C 19.8%Language:Shell 0.2%Language:Batchfile 0.2%