Skip to content

A connect4 game made with Python. It is only a command line game right now, but will be adding GUI in the future

Notifications You must be signed in to change notification settings

y5hn4v/connect4-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

connect4-python

A connect4 game made in Python.

WORK IN PROGRESS.

Only a Command Line Game right now but the GUI and multiplayer(hopefully) will be added soon.

Reference : Youtube

TODO:
-Make a GUI with PyGame
-Add multiplayer

Usage/Examples

  • Clone the repository/Download the zip file of the repository.

  • Start your terminal

  • It is recommended to start a virtual environment. If you dont know how to start one , see the official Python docs

  • After starting the virtual environment, go to the folder connect4-python

      cd connect4-python
  • Install the required packages

    pip install -r requirements.txt
  • Run the connect4.py

    python3 connect4.py

Support

For any help/feedback or suggestions please contact me on my twitter

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

License

MIT

About

A connect4 game made with Python. It is only a command line game right now, but will be adding GUI in the future

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages