A single and multiplayer snake game using Html Canvas, Javascript, Express and Socket.io
View Demo (Coming soon)
·
Report Bug
·
Request Feature
You can view a live demo over at here (coming soon)
Clone down this repository. You will need node
and npm
or yarn
installed globally on your machine.
- Clone the repo
git clone https://github.com/LuccasAvila/snake-game.git
- Install NPM packages
npm install
# or
yarn install
- Start a local server
npm start
# or
yarn start
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Luccas Ávila - portfolio - hey@luccasavila.dev
Project Link: https://github.com/LuccasAvila/snake-game