An open API service indexing awesome lists of open source software.

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

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