https://github.com/hsequeda/odin-snake-game
A snake game made in Odin with SDL2
https://github.com/hsequeda/odin-snake-game
Last synced: 5 months ago
JSON representation
A snake game made in Odin with SDL2
- Host: GitHub
- URL: https://github.com/hsequeda/odin-snake-game
- Owner: hsequeda
- Created: 2024-11-15T22:10:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T01:33:15.000Z (over 1 year ago)
- Last Synced: 2025-04-09T23:59:04.920Z (about 1 year ago)
- Language: Odin
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Odin Snake Game
Snake game made in Odin using SDL2.
## Movement
`H`: left
`J`: down
`K`: up
`L`: right
## TODO
* Add 'Pause' screen
* Add different game modes (multiple apples, obstacles, etc)
* Add texture
* Record Scores
* Add 'Game Over' screen
* Add 'Start' screen