Skip to content

abcmer/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status

snake

Simple clone of the game snake. Control the snake with arrow keys to eat the food. Try not to eat yourself.

Getting Started

These instructions will get you a copy of the game up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them

Installing

Clone this project

git clone https://github.com/abcmer/snake.git

Build the dev Docker image from the project root

docker build web -f web/Dockerfile.dev -t snake:dev

Run dev Docker container

docker run -d -p 3000:3000 snake:dev

Go to http://localhost:3000 to play the game!

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Snake clone written in ReactJS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published