Premium Competitive Programming Games Platform.
- Bingo: A competitive programming take on classic Bingo.
- Tug of War: A head-to-head algorithmic battle.
- Ticket to Ride: Claim routes by solving problems in this map-based strategy mode.
First, install the dependencies:
npm installSet up the database:
npx prisma generate
npx prisma db pushRun the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
Please see our CONTRIBUTING.md for details on how to contribute to the project.
This project is a fork of original-repo-link, originally licensed under MIT.