This project is a rewrite of version 1 of my Acquire web board game done with better engineering practices while also adding some new features. It's currently a work in progress.
Make sure you have Node.js and Yarn installed.
Clone the project and install dependencies:
git clone git@github.com:tlstyer/acquire2.git
cd acquire2
yarn
See the scripts
section in the package.json
file for some things you can do.
For example:
yarn examples # see examples of React components
yarn review # review a game
yarn test # run unit tests