Nerts is a fast-paced, solitaire-like, multiplayer card game where you compete against friends to clear your nerts pile first! Speed is the name of the game while you race to score points by playing cards to the middle, or by playing a nerts card. Be the first to 100 points to win the game (and bragging rights)!
To play, visit https://nerts-web-app.onrender.com or see Installing and Running to run it locally.
This web-app implementation of the game is powered by Node.js, Socket.io, Vite/React, Firebase, and Render. Developed for RAIK-284H by Ella, Joey, Shayna, and Carter.
Note: Node.js and Node Package Manager (npm) are required to run this application locally. Make sure you have them installed before proceeding.
- Clone this repo to somewhere accessible on your machine.
- Run
npm run install-allin the top-level directory to install all dependencies. - Run one of the initialization scripts to start the game
- Run
npm run serverto run in production mode (builds front end to serve from back end server at http://localhost:3000). - Run
npm run startto run in development mode (back end server at http://localhost:3000 and front end server at http://localhost:5173). - Run
npm run clientto run only the front end server (at http://localhost:5173).
- Run