A 3D real-time combat game between player-programmed and trained artifical intelligences.
Made for a Software Engineering class from ITA.
How to run:
- Install NodeJS (v0.12.1): https://nodejs.org/
node install
cd madratz/api && node server.js
- Battle 1 x 1;
- 3 classes: mage, warrior and shooter;
- Every class has basic common actions (little inertial): Speed, Rotate, Basic attack, Skill;
- Each class has a different set of attributes: HP, SP, MAX_VEL, STAMINA;
- Each class has a different (balanced) set of skills;
- Animations;
- Battle 1 x 1;
- Only one class;
- This class has basic common actions (not inertial): Speed, Rotate, Basic attack (shoot);
- Every actor has a common basic set of attributes: HP, SP, MAX_VEL;
- No skills;
- No animations;