https://github.com/dan3002/snake-game-processing
This is a game created using Processing and is a remake of the classic Snake game.
https://github.com/dan3002/snake-game-processing
processing snake-game
Last synced: 3 months ago
JSON representation
This is a game created using Processing and is a remake of the classic Snake game.
- Host: GitHub
- URL: https://github.com/dan3002/snake-game-processing
- Owner: DAN3002
- Created: 2020-05-10T16:38:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T10:23:18.000Z (over 3 years ago)
- Last Synced: 2025-04-12T05:41:44.998Z (about 1 year ago)
- Topics: processing, snake-game
- Language: JavaScript
- Homepage:
- Size: 204 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake Game using Processing
## Introduction
This is a game created using Processing and is a remake of the classic Snake game.
## Features
* Easy to play and learn
* Full color graphics and sound
* User-friendly interface
* High Scores and Achievements
## Getting Started
To get started playing the game, download the source code from Github and install the Processing development environment.
## Usage
Once the game is installed and running, you can use the arrow keys to control the snake and collect the food. The goal of the game is to eat as much food as possible without crashing into the walls or yourself.
## Built With
* Processing
## Contributing
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.