You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Classic game of Vertical Checkers! My first attempt at building a React game without a tutorial. Uses CSS-Grid for layout of the board. Still very much WIP.
My first attempt at building a React game. Uses CSS-Grid for layout of the board.
Still WIP.
Needs a better way to reset game, more styling, animation, and tests!
Installation
git clone git@github.com:giarcjc/connect4.git
cd connect4
yarn start
About
The Classic game of Vertical Checkers! My first attempt at building a React game without a tutorial. Uses CSS-Grid for layout of the board. Still very much WIP.