crypto-2048
v0.9.0
Published
A simple blockchain game that demos capabilities of ArcBlock technologies such as blockchain, did, abtnode
Downloads
6
Readme
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 on my ABT Node
Requirements
- Install
@abtnode/cli
Getting Started
Checkout out workshop video for details.
Configuration
Checkout .env
file:
SKIP_PREFLIGHT_CHECK=true
Run and debug in local
yarn global add @abtnode/cli
git clone [email protected]:blocklet/crypto-2048.git
cd crypto-2048
<Checkout .env file>
yarn
abtnode init -f --mode debug
abtnode start
blocklet dev