forked from nakidai/csnake
1
0
Fork 0
Commit Graph

4 Commits (517e57cfc5a830561e20a03e3f5ff4d83d01a9d3)

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