andrewevans0102 / connect4-electron

The classic Connect 4 game built with Electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

connect-4-with-electron

  • This is a version of Connect 4 that is built with Electron.
  • The Angular version of this same project can be found here.
  • This project was built by modifying the quick-start project
  • This project was built for Mac OSX. At the time of writing this, Catalina is the newest version of OSX.
  • The actual code uses bootstrap for styling and P5JS for the graphical interface.
  • This project also uses electron-builder for distribution.
  • To run the project locally run npm run start.
  • To package the project for distribution run npm run dist.
  • Custom icons were created with AppIcon Generator.

About

The classic Connect 4 game built with Electron

License:MIT License


Languages

Language:JavaScript 75.2%Language:HTML 19.7%Language:CSS 5.1%