Adaptive pathfinding and utility AI implementation for a tower defense game

The purpose of this project is to develop a game in the tower defense genre, along with an AI that can challenge the player and provide more replayability value to the game. A* algorithm was chosen as the core technique used to develop an adaptive pathfinding system that makes the AI appear sma...

وصف كامل

محفوظ في:
التفاصيل البيبلوغرافية
المؤلف الرئيسي: Andre, Terence
مؤلفون آخرون: Shen Zhiqi
التنسيق: Final Year Project
اللغة:English
منشور في: Nanyang Technological University 2022
الموضوعات:
الوصول للمادة أونلاين:https://hdl.handle.net/10356/156729
الوسوم: إضافة وسم
لا توجد وسوم, كن أول من يضع وسما على هذه التسجيلة!
الوصف
الملخص:The purpose of this project is to develop a game in the tower defense genre, along with an AI that can challenge the player and provide more replayability value to the game. A* algorithm was chosen as the core technique used to develop an adaptive pathfinding system that makes the AI appear smarter by adapting to the player’s actions. This adaptive pathfinding aims to make the player required to think and optimize their actions during gameplay. Aside from pathfinding, an AI system for enemy spawning was also developed. This enemy spawning AI uses a Utility-based system as the core technology to provide variability between replays and challenge the player by countering the player’s actions. This report covers the game design, game mechanics implementation, and AI system implementation using the Unity game engine.