helblazer811 / Asteroidal-Impact

This is a game made in C that runs on a Game Boy Advanced emulator. It is a fairly simple game similar to Galaga.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asteroidal Impact

This is a game that I made that runs on a Gameboy Advanced. It is largely inspired by Galaga and games similair to it. You can run it through the directions below. It was written entirely in C.

alt text alt text alt text

Install Directions

  • Install dependencies

sudo apt update
sudo apt install gcc-arm-none-eabi cs2110-vbam-sdl mednafen cs2110-gba-linker-script nin10kit
sudo add-apt-repository ppa:tricksterguy87/ppa-gt-cs2110
sudo apt update

  • Build and run

make emu

Control Scheme

Press A(Z on a non Gameboy keyboard) to start the game

  • Controls -- Press A(Z) to fire
    -- Use arrow keys to move
    -- Backspace to go back to the start screen
  • Info -- The score shows how many kills you have
    -- The number of lives you have is shown by the number of hearts in the bottom right of the screen

About

This is a game made in C that runs on a Game Boy Advanced emulator. It is a fairly simple game similar to Galaga.


Languages

Language:C 99.4%Language:Makefile 0.4%Language:C++ 0.2%Language:Shell 0.0%