Skip to content

Commit

Permalink
Updated info on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhardesigner committed Jun 16, 2021
1 parent 62bf5d6 commit 54cdf40
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Connect Four 🔴🔵
<br />
<div align="center">
<img src="./cover.png" alt="Connect Four game bop animated icon" height="200px" />
</div>

# Connect Four 🔴🔵 - simplified version of this game, written in JavaScript
<br /><br />
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.
<br /><br />

[Play Here](https://shekhardesigner.github.io/connect-four/)

## Todo/Progress
* Add login for save/leaderboard
* Move logic to api
* introduce api

0 comments on commit 54cdf40

Please sign in to comment.