Skip to content

ThomasGravekamp/pinball-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pinball-controller

How to build

To build this application from source, you have to have the following applications installed:

  • g++ (ubuntu/debian: apt-get install g++)
  • make (ubuntu/debian: apt-get install make)
  • SDL (ubuntu/debian: apt-get install libsdl2-dev libsdl2-image-dev libsdl2-tff-dev)

To compile and run this application, run the following commands:

  1. Run make
  2. Execute the executable file ./bin/runner

About

Pinball Controller to run the game logic of a pinball game and drive the hardware via microcontrollers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published