Skip to content

A C program that runs on a Game Boy Advanced emulator. This program is an interactive graphical application.

Notifications You must be signed in to change notification settings

khaihuyenn/GBA-Game

Repository files navigation

Pong Game

How the game works:

  • Player hit the ball in such a way that it gets past the opponent will scores a point
  • There is 3 round, if player's scores more than 2, the player will win the game; otherwise,
  • If opponent's score more than 2, the player will lose :(

How to play:

  • Press ENTER to start the game from the welcome screen
  • Use the arrows to move player in any direction
  • Press BACKSPACE to restart the game at any time

To run this game:

  • download the zip file
  • navigate into folder 'submission' in terminal in docker
  • run script -> ./cs2110docker-gba.sh (for macOs and Linus) or cs2110docker-gba (for Windows)
  • run command -> make mgba

About

A C program that runs on a Game Boy Advanced emulator. This program is an interactive graphical application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published