CLI parameter for engine start mode #1547
Labels
area: simulation
Involved in the game mechanics and simulation
good first issue
Suitable for newcomers
lang: c++
Done in C++ code
lang: cython
Implemented using Cython code
lang: python
Done in Python code
nice new thing ☺
A new feature that was not there before
Required Skills: Python, some C++
Difficulty: Easy
The engine start mode should be configurable via the CLI. There are only 2 relevant start mode right now:
The parameters should be defined in the Python CLI and then passed through to the engine instantiation.
Tasks:
main
andgame
main_arguments
structEngine
constructorThe text was updated successfully, but these errors were encountered: