A visual novel game based on the B.A.R.I.C.A. kognitive agents platform developed by students and the Artificial Intelligence Laboratory at the University of Zagreb Faculty of Organization and Informatics. The game is developed using the Twine interactive fiction engine. More details available at itch.io.
In the src folder install requirements.txt:
pip3 install -r requirements.txt
Before first use you have to train the cognitive agents. To train the agents use:
python3 server.py --trainEngineer
python3 server.py --trainAnalyst
python3 server.py --trainCartographer
To start and test the game position your console to src/ and start the server:
python3 server.py
Then navigate in your browser to http://localhost:5000
To just test the current agents use:
python3 chat-test_engineer.py
python3 chat-test_analyst.py
python3 chat-test_cartographer.py
To edit the game download Twine and load the The Deathworlders.twee file. When happy with edits use Publish to file and publish it as src/templates/index.html.
A previous version of this game has been developed here.