https://github.com/bielstela/connect-four
Numpy implementation of the game connect four (AKA four in a row)
https://github.com/bielstela/connect-four
game-2d numpy numpy-exercises python
Last synced: 2 months ago
JSON representation
Numpy implementation of the game connect four (AKA four in a row)
- Host: GitHub
- URL: https://github.com/bielstela/connect-four
- Owner: BielStela
- License: gpl-3.0
- Created: 2018-02-08T18:59:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T11:32:40.000Z (over 8 years ago)
- Last Synced: 2025-10-24T10:34:56.499Z (8 months ago)
- Topics: game-2d, numpy, numpy-exercises, python
- Language: Jupyter Notebook
- Size: 87.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# connect-four
Nympy implementation of the game Connect Four Aka four in a row.