project-imprimis / imprimis

Imprimis, the team based destroyable world shooter game
https://project-imprimis.github.io/www/
15 stars 5 forks source link

Convert AI code to OOP paradigm #6

Closed no-lex closed 3 years ago

no-lex commented 3 years ago

The AI code is an ideal choice for object orientation, as its functions are only used by a limited part of the program (making the bot do bot things) and is used in multiple instantiations (one AI for each bot).