Skip to content

OscarPi/Scoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scoring

A Raspberry Pi game scoring project.

This project keeps score on card games like Racing Demons. It can be used in any game where you have players and rounds and each players score changes each round.

To enter scores on this program you use an infrared remote control.

Hardware:

To use this program you will need a Raspberry Pi (any model), an infrared remote reciever (see http://www.modmypi.com/blog/raspberry-pis-remotes-ir-receivers) and an IR remote with numbers (A TV remote would work).

Software:

#####You need LIRC set up:

sudo apt-get install lirc

and then see http://www.modmypi.com/blog/raspberry-pis-remotes-ir-receivers.

Then copy lircrc from this repository to /etc/lirc/.

#####You will also need:

##Usage: Run scoring/scoring.py.

It should be easy to work out. Remote numbers to enter scores, volume up and down buttons for positive/negative, OK to submit.

About

A Raspberry Pi Scoring program.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages