99Manager's Roadmap
The projects goal is to make several sport management games. Currently the Futsal Edition is implemented and a new sport will be announced soon.
Futsal Edition road to v1.0
Once the following features are implemented, the game will be reach v1.0 and exit Early Access. This is the first draft and is not complete yet, some features might be added over time.
- Competitions
- International
- Multi leagues on same pyramid level
- National teams
- Match Engine
- Yellow/red cards
- Timeouts
- Injuries
- Tactics
- Training
- Intensity, frequency and type
- Train specific players to change their position
- Team board
- Season goals
- Can fire managers on bad performance
- Manager jobs
- Allows to change club
- Managers get contracts
- Graphics
- Procedural generated player faces
- Custom player faces, by adding images to data packs
- Custom team logos, by adding images to data packs
- Improved match graphics
- Sound
- Match SFX
- Stadium crowd
- Menu music
- Transfers
- Loan
- Improved
Libraries
The source code of 99Managers, should be a good starting point to create libraries. That should make it easier to create Free and Open Source management games. They will probably be separated in different cores:
- Organization: calendar, events, match making
- Simulation: physics, movements, determinism
- Procedural generation: for initial data and progressions
- Data lists: sorting, filtering, pagination
- Email/Dialog system: translatable news, updates, messages with response variations
This separation make sure that every core library can be used standalone. Not all games need the same functionality, so each library covers different needs.