Skip to content

Release v1.0.1

Latest
Compare
Choose a tag to compare
@xDiaym xDiaym released this 08 Feb 18:20
8f0e59b

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