Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/absqueued/connect-four
Connect four, with JS
https://github.com/absqueued/connect-four
Last synced: 2 months ago
JSON representation
Connect four, with JS
- Host: GitHub
- URL: https://github.com/absqueued/connect-four
- Owner: absqueued
- License: mit
- Created: 2021-06-07T10:33:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T21:38:34.000Z (2 months ago)
- Last Synced: 2024-11-04T22:29:40.928Z (2 months ago)
- Language: JavaScript
- Homepage: https://absqueued.github.io/connect-four/
- Size: 3.97 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - absqueued/connect-four - Connect four, with JS (JavaScript)
README
# Connect Four 🔴🔵
A simplified version of this game, written in JavaScript
This was a fun and exciting project. It took me almost four hours and thirty minutes to get it done. Most challenging part was to find diagonal matches.
[Play Now](https://absqueued.github.io/connect-four/)
## Todo/Progress
* Add login for save/leaderboard
* Move logic to api
* introduce api