A student's project for a game we don't know about yet.
You can find the changelog here.
If you think about contributing or want to learn about the general project structure,
here's everything to get you started.
The entry point for the game is the file roboarena.index.py
.
The game can be run via the provided executabe as well as thee wheel
file. When
executing from the wheel file, use
pipenv install roboarena-x.x.x-py3-none-any.whl
pipenv run python -m roboarena.index
Follow the development of our project here: