Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

super3/snakemine.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: The service we used for cryptocurrency mining (Coinhive) for this game shut down, so this no longer works.

Snake with cryptocurrency mining.

Requirements

  • Node (tested on v10+)
  • NPM
  • Redis
  • Nginx (production only)
git clone https://github.com/ovsoinc/snake.git
cd snake
npm install
nano .env
COINHIVE_SITE_KEY=xxx
COINHIVE_PRIVATE_KEY=xxx
SERVER_PORT=3055
BLOCK_HASHES=250
redis-cli set server-food 500
node server