This development quick start template is heavily inspired by Georgios's template. Over time it was migrated to use foundry since dapptools was deprecated.
It requires Foundry installed to run. You can find instructions here Foundry installation.
On Windows follow the install documentation: https://book.getfoundry.sh/getting-started/installation
To install dependencies run:
make setup
To compile the contracts run:
make build
To run a game:
make play