/chain-duel

Chain Duel is a revamp of the classic snake game, where two chains fight for the next block reward

Primary LanguageJavaScriptMIT LicenseMIT

image

Chain Duel

Instalation:

  • Clone Repository
git clone https://github.com/francismars/chain-duel
  • Install NodeJS
sudo apt install nodejs
  • Install NPM
sudo apt install npm
  • Install Express
npm install express

Create .env file

  • Create a .env file with the following content:
IP_SOCKET=[IP_OF_BACKEND_SERVER]
PORT_SOCKET=[PORT_OF_BACKEND_SERVER]

place it on the root folder

Run the Software:

npm start

Contributors

License MIT