MechMania-28 / MechMania-28/Engine
Implement a dummy bot for testing (Future Java Starterpack)
@Mystri is already working on this.
Since Feb 12, 2022.
- Dominant language
- Java
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Implement a dummy bot that allows the game to start.
- Communication
The bot sends instructions to engine.
The bot receives a gamestate object, in the form of a json string, from the engine.
> In MM27 we used stdin/out for communicating between bots and engine, making developing a little bit unintuitive.
> Resolution: use socketing or mmap.
- APIs
Simple functionalities, like distance calculators, or like `getTargetsInAttackRange`.
Optional:
1. Create a bot with some sort of simple logic.
2. Make the bot send keyboard input to engine (for testing)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.