a simple snake game based on electron
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# install electron-forge
npm i -g @electron-forge/cli
# Clone this repository
git clone https://github.com/littleGabriel/simple-snake.git
# Go into the repository
cd simple-snake
# Install dependencies
npm install
# Run the app
npm start