/crypto-cat-war

A game run on ethereum network where you raise war cats and let them fight.

Primary LanguageCSSBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Crypto Cat War

A game run on ethereum network where you raise war cats and let them fight.

Assignment project of INT3414 - Special Topics on Technology.

Instruction

Install and run Ganache.

Install tools:

npm install -g http-server truffle

Compile and deploy contracts to Ganache network:

truffle deploy --compile-all

Run web server:

http-server web -o