A site for playing a handful of board games with friends over the internet.
Currently includes:
- Tic Tac Toe
- Checkers
- Real-time multiplayer gameplay
- Room-based game system
- Cool UI
- Node.js and ExpressJS
- WebSockets API
Clone the repository:
git clone https://github.com/JoshuaDesmennu/Hackcade.git
cd hackcadeInstall dependencies:
npm installStart the server:
npm run startThen open:
http://localhost:3000I originally deployed with Render
The only AI use was making of the logo for my favicon, as well as the occasional bug or two which i couldn't seem to pinpoint. Everything else (so basically everything) was done without AI..