Skip to content

Repository files navigation

Snake Game

A nostalgic classic game, built on Node.js with Express.js, you can try it out on this website

Getting Started

Running snake game server locally by following instructions below.

Prerequisite

Clone the project

$ git clone https://github.com/Phiphi0912/snake-game.git

Change directory to the project

$ cd snake-game

Install dependencies

$ npm install

Configuration

Add .env file

Please reference .env.example to create a .env file for app functionality.

PORT=<your_port>

Usage

Run the server

Simpily do:

$ node app.js

Or you can install nodemon then run the following script for better developing experience.

$ npm run dev

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages