Skip to content

jchaulk/SuperSimon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ENTS "Simon Says" game

This is a multiplayer Simon Says game controlled with a Raspberry Pi and Teensys.

For more information, please see the project page at ents.ca.

Information

This is the Raspberry Pi (master game controller) code and game UI. The communication layer is stored as a seperate module for potential implementations in other applications. The game logic may be taken out of this repository in the future for maintainability.

Running

You'll need a Python 2.7 environment (the default on the Raspberry Pi).

  1. Clone the repository
  2. cd into the src\ folder
  3. Run python setup.py install
  4. Run python __init__.py from a graphical environment

About

ENTS "Simon Says" game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.0%
  • C# 29.4%
  • C++ 16.6%