Skip to content

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 !

Notifications You must be signed in to change notification settings

Gravenilvec/connectfourgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

connectfourgame

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 !

Installation

$ git clone https://github.com/Gravenilvec/connectfourgame.git

Usage

  1. Import the code in your raspberrypi or use http://graven.yt/sense-hat-write-tutorial
  2. Run the game file:
$ python game.py

Contributing

  1. Fork it (https://github.com/gravenilvec/connectfourgame/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • Graven - creator, maintainer

About

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 !

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages