Fixes
- Fix low fps near walls
- Fix slow resource loading
- Fix shooting behind walls
NPC intelligence refactoring
The work of the intelligence algorithm was divided into 2 stages: decision and action.
This makes the code more consistent with SOLID. The hard to debug state machine has been removed
Install pre-builds
- Choose your platform and version
- Unzip the files
- Put precompiled files into
./poom/pooma
- Play
If you have problems, try to build the libraries yourself by following this guide