aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-08Added README and release flagsHEADmasterAryadev Chavali
2024-05-08Added up down left right keys to controlsAryadev Chavali
2024-05-08Fixed bug where changing layout on game over would overflow timerAryadev Chavali
2024-05-08Added game over screen and a few wall layouts for gridAryadev Chavali
Also tuned the speed and fruit generation
2024-05-08Added some more details to the side screenAryadev Chavali
2024-05-08Timer for new fruit and player updatingAryadev Chavali
Instead of changing the FPS we'll manage it ourselves and keep a constant 60fps.
2024-05-08Head of player is now distinctiveAryadev Chavali
2024-05-08Random fruit generator and behaviour on eating themAryadev Chavali
2024-05-08Added vector operations to PointAryadev Chavali
2024-05-08Introduced main game loop, a player character, fruits and wallsAryadev Chavali
Game resets on player colliding with themselves or a wall. Fruit increases size of player, and player's body follows the head. There is text on the top left corner which shows time elapsed and current score.
2024-05-08Raylib basic trianagle displayAryadev Chavali
2024-05-08First commit!Aryadev Chavali