forked from nakidai/csnake
1
0
Fork 0
Commit Graph

4 Commits (50c7f9d6328978c548fd7992498f95b5b2b54266)

Author SHA1 Message Date
Nakidai 4b208ab1c4 Move some functions
- Remove platform.c, instead use inlines
- Some small functions in screen.c are now inline too
- Make functions in sleep.c and input.c not specified in header static
2023-11-30 17:52:46 +03:00
Nakidai 758dbf9cc2
Some fixes
- Fix UB in playerCreate (it had no return)
- Now Screen has field of Points, not chars
2023-10-30 02:36:03 +03:00
Nakidai b402dc177c
Add gameplay
- wasd - turn snake
- q - leave
2023-10-30 01:55:20 +03:00
Nakidai 03481db05f
Add files 2023-10-29 20:03:23 +03:00