This game is a submission for Ludum Dare 57. View all gamesView submission

A downloadable game for Windows


Gameplay

  • Grab food -> take it to pit -> drop it -> he eats food -> ??? -> youre not dead! -> repeat
  • if you find a delicious food and feed it to him, maybe he'll let you go
  • Don't make him starve or he will
  • Don't piss him off!!

Controls

1. while (W/A/S/D.status == pressed){
       player.move();           
   } 
2. while (LMB.status == pressed){
       player.grab(object);
   } 
3. if (LMB.status == clicked){
       player.interact(object);
   }

Download

Download
Lisiy_Patched_version_on_the_end_of_first_day.zip 372 MB
Version 13 8 days ago
Download
Lisiy_FirstDayVersion.rar 580 MB

Leave a comment

Log in with itch.io to leave a comment.