Araknemu
Araknemu copied to clipboard
Simple Dofus server in Java
- [x] 4 Téléporte à une distance de #1 cases maximum. - [x] 5 Fait reculer de #1 case(s) - [x] 6 Fait avancer de #1 case(s) - [x] 8...
Do not use empty entity as primary key, but use instead dedicated objects or java primitive types. All created entities must be valid : constructor must not allow creating invalid...
- [ ] make real immutable characteristics object - [ ] null characteristics class - [ ] cache parsing of immutable characteristics
- [ ] verify packet generation - [ ] link to source code on packets (in and out) - [ ] no references to repository outside of services
Pseudo-code that computes the time needed for a path ```js const WALK_SPEEDS = [0.07, 0.06, 0.06, 0.06, 0.07, 0.06, 0.06, 0.06]; const MOUNT_RUN_SPEEDS = [0.23, 0.2, 0.2, 0.2, 0.23, 0.2,...