Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 195 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 195 Bytes

teaching_AI

Some source codes used to teach AI techniques in C++ for games

GOAP : A basic implementation and a very simple example

Minimax : the basic minimax function as a C++ learning tool