A simple connect 4 game made using the browser canvas API and typescript
Clone the project
git clone https://github.com/allanvobraun/JsCanvasConnect4.git
install dependencies via yarn
yarn install
build and run localy
yarn run hot
Then open your browser at http://localhost:9000/ and enjoy!
This project is licensed under MIT license.