https://github.com/raphaelmos/smallsnake
Snake game made with Godot using GDScript
https://github.com/raphaelmos/smallsnake
Last synced: 7 months ago
JSON representation
Snake game made with Godot using GDScript
- Host: GitHub
- URL: https://github.com/raphaelmos/smallsnake
- Owner: Raphaelmos
- Created: 2024-02-16T01:03:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T02:27:55.000Z (over 2 years ago)
- Last Synced: 2024-02-17T02:27:57.488Z (over 2 years ago)
- Language: GDScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake Game
A classic snake game implemented in Godot using GDScript. Control the snake and eat red squares to grow longer on a 2D grid. Avoid hitting the walls or yourself!
This is a minimalist type of Snake game it's 20x20 made on purpose with no assets only shapes made with the code.
# How to play ?
Clone the Repository
```
git clone https://github.com/Raphaelmos/smallsnake.git
```
Launch Godot Engine, select the project and go !
## Gameplay
Use the arrow keys to move the snake around the grid
If the snake hits the walls or its own body, it's game over
## Controls
Up arrow - Move snake up
Down arrow - Move snake down
Left arrow - Move snake left
Right arrow - Move snake right
### Possible improvements
- Add of a score
- Add of a menu when executing the game composed of "Play - Credits - Music - Help"
# Contributing Allowed
Contributing to open source projects is a wonderful way to learn, share your skills, and be part of a community. By participating in open source, you have the opportunity to work on real projects used by people around the world. You can help fix bugs, build new features, improve documentation - knowing that your code is making a difference for others.
It's also very rewarding personally. You'll gain experience collaborating with other developers, strengthening your skills. Participating in an open source project looks great on a resume too. So why not find a project you're interested in, address an issue, and get involved in the open source community today? You'll feel great knowing you've contributed something positive.