aimmo
aimmo copied to clipboard
A python-based multi-player online educational game for students to play in a class or club setting.
**What is the problem that you wish to solve? Please describe.** The LR vans (page 6 KS1 assets) are useful for all pupils, not just at KS1. Teachers of KS2...
**What is the problem that you wish to solve? Please describe.** To aid the player to orient themselves more easily around the map. **Describe the solution you'd like** Investigate options...
**Describe the bug** When trying to use the backpack, the module doesn't exist on avatar_state (AttributeError: 'AvatarState' object has no attribute 'backpack') **To Reproduce** Steps to reproduce the behavior: 1....
Fix the delay in Kurono. Messages appear before the avatar has actioned the corresponding movement. The logs appear beforehand. Investigation task: https://app.zenhub.com/workspaces/code-for-life-admin-5cf7f1b750c6a6242c50af4c/issues/gh/ocadotechnology/codeforlife-admin/813
Regenerate the game state of a game when its pod is deallocated and reallocated. This will place all obstacles, artefacts and players in new random positions.