/connect4-angular

Connect 4 Game built with Angular and P5JS

Primary LanguageTypeScriptMIT LicenseMIT

connect4-angular

connect4

  • This is the Angular version of my Connect 4 project.
  • To get to the Electron version of this same project please go here.
  • Check out the Electron version of this project here.
  • This project uses P5JS to render a Connect 4 board.
  • The original P5JS sketch that I used can be found here.
  • This project is also hosted on Firebase here.
  • To build this project use the Angular CLI and run npm run build.
  • To run this project locally use the Angular CLI and run npm run start.