AI in Games (5 cr)
Code: HTGP0350-3005
General information
- Enrollment
-
09.12.2024 - 09.12.2025
Registration for the implementation has begun.
- Timing
-
13.01.2025 - 19.05.2025
Implementation is running.
- Number of ECTS credits allocated
- 5 cr
- Local portion
- 5 cr
- Mode of delivery
- Contact learning
- Unit
- School of Business
- Campus
- Main Campus
- Teaching languages
- English
- Seats
- 20 - 30
- Degree programmes
- Bachelor's Degree Programme in Business Information Technology
- Teachers
- Zsombor Faragó
- Groups
-
HTG23S1Bachelor's Degree Programme in Business Information Technology
- Course
- HTGP0350
Evaluation scale
0-5
Assessment criteria, satisfactory (1)
Sufficient (1): You can implement simple AI behaviors to existing projects by taking advantage of already provided AI functionality.
Satisfactory (2): You can implement simple AI behaviors to existing projects by taking advantage of already provided AI functionality. You are also capable of extending such AI functionalities to provide more variety for AI behavior.
Assessment criteria, good (3)
Good (3): You can implement simple AI behaviors to existing projects by taking advantage of already provided AI functionality. You are also capable of extending such AI functionalities to provide more variety for AI behavior. You can create AI behavior that takes advantage of FSMs, decision trees or similar state based AIs.
Very Good (4): You can implement advanced AIs for existing projects including things such as state based behavior and separation of individual and group behavior.
Assessment criteria, excellent (5)
Excellent (5): You can implement advanced AIs for existing projects including things such as state based behavior and separation of individual and group behavior. You are capable to implement some AI techniques in more in-depth detail such as programming your own A* pathfinder or using tools such as influence maps and fuzzy logic to provide more human-like behavior.
Teaching language
en
Number of ECTS credits allocated
5
Qualifications
You need to posses advanced skills in game programming and game engines and therefore this course is not for you are not familiar with modern game development.
Content
The course will focus on using and implementing artificial intelligence in games development. The wider range of AI scenarios and implementation options are studied in theory level, and focused set of AI scenarios are also implemented in practice.
Objective
Object of the course:
Artificial Intelligence is one of the cornerstones of most of the game. Whenever there are enemies or character navigation, the AI plays part of it.
AI is a wide area including things from pathfinding to character behavior both as individuals and groups. In the course, we will have a look at lots of areas in which AI is used and selection of possible ways to implement AI to fulfill needs of different kinds of games.
We will study the basics of pathfinding as well as making bot AIs and different kind of AI behavior basic building blocks such as finite state machines.
Course competences:
Game production competence
Cross-disciplinary competence in games
The learning objectives of the course:
The student who completes the course will have a wide understanding of the variety of the AI functionality that is required in games and what kind of options there are for implementation. The student will also learn to implement some of the most fundamental AI functionalities and logic in practice.