An interactive narrative game which involves automatic commentary generation. This project is a work in progress for our CSC 582 Computer Models of Interactive Narrative class.
Omelette in a pan, using Dall-E
Join me in an adventure, as I teach you how to cook an omelette with the lovely music of Johann Strauss II playing in the air.
- Gordo Ramo, Michelin star chef
To run using Docker,
./run.sh
This game requires flask
. To install flask,
python3 -m pip install flask
To run the game, use
flask --app server --debug run
The game should be running on your localhost.
This project uses code from Pattern's codebase to implement the logic of changing tenses (see inflect.py
). Pattern's code is licensed under BSD 3-Clause.
- Bonnie Chhatrala (bschhatr@ncsu.edu)
- Brian Davis (bbdavis4@ncsu.edu)
- Omar Kalam (okalam@ncsu.edu)
- Parth Parikh (pmparikh@ncsu.edu)