kevin-shannon / connect4

The original vertical four in a line game.
12 stars 3 forks source link

connect4

By Kevin Shannon and Tanner Krewson

The original vertical four in a line game.

Try it out: https://kevinshannon.com/connect4/

Development

(If you open index.html directly, singleplayer will not work because it will be unable to load its web worker. More info)

  1. Install Node.js.
  2. Clone Connect4 to your computer.
  3. Run npm install.
  4. To start the development server, run npm run dev.