Skip to content

AILab-FOI/PRRI-CognitiveAgents2026

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

180 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PRRI-CognitiveAgents2026

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.

Installation

In the src folder install requirements.txt:

pip3 install -r requirements.txt

Instructions

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.

Credits

A previous version of this game has been developed here.

About

PRRI-CognitiveAgents2026

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 94.1%
  • JavaScript 3.5%
  • Python 2.2%
  • CSS 0.2%