Skip to content

arm processor emulator with assembly plus fun game in C

Notifications You must be signed in to change notification settings

szymonzmyslony/arm-Flappy-League

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=========== CREDITS =========================================================== Programming

  • Benjamin Gunton
  • Harjuno Perwironegoro
  • Nimesh Subedi
  • Szymon Zmyslony

Art

  • Benjamin Gunton
  • Harjuno Perwironegoro
  • Nimesh Subedi

Sound Edited and used under the Creative Commons licence.

Stadium Cheering

Ball Kicking

Referee Whistle

===== INSTALLATION INSTRUCTIONS ===============================================

This game was made using SDL v1.2, so you will need to install the SDL libraries and compile the program using them. All the necessary instructions should be listed below:

| Installing the Libraries | | | | In order to compile the SDL program, you will need the SDL library: | | $ sudo apt-get install libsdl1.2-dev | | | | Check it is installed with this: | | $ sdl-config | | | | You will also need the SDL_image library: | | $ sudo apt-get install libsdl-image1.2-dev | | | | ..and the sound library: | | $ sudo apt-get install libsdl-mixer1.2-dev | | | | The wiringPi library must be installed using git: | | $ git clone git://git.drogon.net/wiringPi | | $ cd wiringPi | | $ git pull origin | | $ ./build |

| Compiling and Running | | | | To use SDL without X, (from the console), you need permissions for | | framebuffer and audio access. Do the following command and then log out and | | in again: | | $ sudo usermod -a -G video,audio | | | | Compile using make on a pi: | | $ make pi | | | | Or, if not on a pi: | | $ make | | | | If you are getting pi-related errors whilst not on a pi, the program may | | have been compiled improperly. Do the following and try again: | | $ make clean |

About

arm processor emulator with assembly plus fun game in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •