Sumários
Turn based games
21 Abril 2023, 13:00 • Luis Manuel Ferreira Fernandes Moniz
Search algorithms in turn-based games. Minimax and Alpha-Beta. Extensions and variants. Algorithms supported by memory and pre-defined plays. Board games and strategy. |
Behaviour trees in games
14 Abril 2023, 16:30 • Luis Manuel Ferreira Fernandes Moniz
The objective of this project is to study the application of a behaviour tree to control the steering and acceleration of a vehicle.
- Draw the behaviour tree to control the car (complete the BT in the slides).
- Use the CarsBT.zip example as a base to implement your behaviour tree.
- Add a new sensor to detect the other car in a 100 point range (bullets max distance).
- Add a behaviour branch to eliminate the opponent.
Behaviour trees in games
14 Abril 2023, 15:00 • Luis Manuel Ferreira Fernandes Moniz
The objective of this project is to study the application of a behaviour tree to control the steering and acceleration of a vehicle.
- Draw the behaviour tree to control the car (complete the BT in the slides).
- Use the CarsBT.zip example as a base to implement your behaviour tree.
- Add a new sensor to detect the other car in a 100 point range (bullets max distance).
- Add a behaviour branch to eliminate the opponent.