This repository is structured to help you get going with the Simudyne Hunger Games challenge quickly in a fully contained development environment.
The included model is unchanged from Ben Schumanns apart from public field definition that was preventing Simudyne from starting.
- Ben Schumann's blog post
- Ben Schumann's LinkedIn Post
- Simudyne Competition Page
- Simudyne Website
- Simudyne SDK Documentation
- Ensure Docker is running
docker info
- Clone repo locally
- Place your Simudyne access token at .simudyne/.token
- Place your Simudyne license file at .simudyne/.license
- Open repo in VSCode
CTRL+SHIFT+P
"Remote-Container: Reopen folder in container"- This will take a few minutes on first open
- Hit
F5
to run the main java class - Simudyne should now be running at http://localhost:8080/
TODO