tuxDB - linux gaming aggregate
TUXDB - LINUX GAMING AGGREGATE
 NEWS TOP_PLAYED GAMES ITCH.IO CALENDAR CHAT WINE SteamDeck
 STREAMERS CREATORS CROWDFUNDING DEALS WEBSITES ABOUT
 PODCASTS REDDIT 

 

SUPPORT TUXDB ON KO-FI

MENU

ON SALE

New Twitch streamer aggregation implemented (#FuckTwitch) due to Twitch's API issues (more info on my Discord )


https://ajay-ffa.itch.io/simple-ai-chase-game


Have you ever felt like you were being followed? Now you can be in this simple AI chase game!

This chase game was originally an assignment to test our (the students) understanding of different states (of practically everything from enemy states to basic overall game states e.g. running/notRunning/closed etc.). In addition, 

This project in particular utilizes game states declared as Patrolling, Chasing and Attacking with a player as the target. In addition, it has goal the player has to reach. If the enemy is attacking, the player loses health. 

The powerful concept of enumerations pertaining to different elements of the game makes life easier. Just with enumerations, one can easily create distinct functions for any given condition.