A Simple Connect4Game in Python, two-players choose a color and take turns dropping one colored pixel from the top into a seven-column ! Objective : align four pixels in the same line !
$ git clone https://github.com/Gravenilvec/connectfourgame.git
- Import the code in your raspberrypi or use http://graven.yt/sense-hat-write-tutorial
- Run the game file:
$ python game.py
- Fork it (https://github.com/gravenilvec/connectfourgame/fork)
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- Graven - creator, maintainer