By Kevin Shannon and Tanner Krewson
The original vertical four in a line game.
Try it out: https://kevinshannon.com/connect4/
(If you open index.html
directly, singleplayer will not work because it will be unable to load its web worker. More info)
- Install Node.js.
- Clone Connect4 to your computer.
- Run
npm install
. - To start the development server, run
npm run dev
.