Fully on-chain game prototype inspired by Battle for Wesnoth
- git
- foundry (forge, anvil, cast)
- nodejs, npm (
apt install nodejs,npm) - yarn (
npm install yarn --global)
Update yarn to latest version (>=16):
npm install -g nn ltsn prune
Refresh node modules:
yarn install --check-files.
Run yarn dev in the bfw/game directory.