Nerds is a version of the classic multiplayer solitaire cardgame Nerts, implemented as a React web app using the Fluid Framework and the Azure Fluid Relay service.
This is sample code and not an officially maintained Microsoft project. It is licensed under the MIT License.
At the moment this is just simple CLI that shows a game between three simulated players.
- Clone this repo
npm install
npm run compile
node build/simulate
You will see the current hand (one player only at the moment) and the next action that will be taken. Press space
to take the action and see the revised hand, r
to restart the game, or ctrl-c
to exit.