/trou-game

A simple recreation of Connect 4 in React

Primary LanguageJavaScript

Trou Game

UPDATE (30/01/19): Now with the ability to play with hotkeys! Drop counters with keys 1-7, and restart game with Ctrl+X/Cmd+X.


Trou Game is a simple clone of Connect 4.

To install and run locally, clone this repository and use yarn dev install or npm install, followed by yarn start or npm start.

To build, use yarn build or npm run build.


Made with:

  • React
  • Redux
  • Bootstrap