tlstyer / acquire2

3 stars 2 forks source link

Acquire web board game, version 2

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 pnpm installed.

Clone the project and install dependencies:

git clone git@github.com:tlstyer/acquire2.git
cd acquire2
pnpm install

See the scripts section in the package.json file for some things you can do.