PoliPhaser is a non-OOP wrapper of the software Phaser, providing a subset of functionalities. The reason behind this choice is to allow people not familiar with programming to easily use Phaser, removing the necessity to learn and use the complexity of Object Oriented Programming (OOP).
The wrapper is developed as part of the teaching material of the course "Laboratorio di Computer Grafica" (Computer Graphics Lab) of Politecnico di Milano (Italy).
The documentation is generated by JSDOC and available here
The software is distributed under the MIT License. Phaser is also distributed according to the same license (see the original license file here).