A simple blockchain game that demos capabilities of ArcBlock technologies such as blockchain, did, abtnode
npm install crypto-2048> The sample starter project used in the "Workshop: Building a blockchain game with Forge SDK and Javascript on ABT Node", which is a session from ArcBlock DevCon 2020
For complete and working version of this game, please checkout release branch.

- Install @abtnode/cli
Checkout out workshop video for details.
Checkout .env file:
``ini`
SKIP_PREFLIGHT_CHECK=true
yarn global add @abtnode/cli
git clone git@github.com:blocklet/crypto-2048.git
cd crypto-2048
yarn
abtnode init -f --mode debug
abtnode start
blocklet dev
``