This website requires JavaScript.
Explore
Projects
Krypton
CPU vs AI
Eko
Help
Register
Sign In
mirrors
/
SDL
Watch
1
Star
0
Fork
0
You've already forked SDL
mirror of
https://github.com/libsdl-org/SDL.git
synced
2025-12-25 23:59:04 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
459d3a8bbdf87f0dc7a8cdebfa779da5c00d59ff
SDL
/
examples
/
game
/
01-snake
History
Sam Lantinga
438a214420
Changed main callback return values to an enumeration
...
Fixes
https://github.com/libsdl-org/SDL/issues/10515
2024-08-16 11:16:05 -07:00
..
main.c
Changed main callback return values to an enumeration
2024-08-16 11:16:05 -07:00
README.txt
examples: Split up description text by line breaks.
2024-07-30 15:37:46 -04:00
snake.c
examples/snake: Fix up build.
2024-07-30 13:40:01 -04:00
snake.h
fix RandFunc typedef
2024-07-30 21:15:04 +03:00
README.txt
A complete game of Snake, written in SDL.