PN
pncnmnp/Cook-It-Off
An interactive narrative game which involves automatic commentary generation.
Cook-It-Off
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.
Premise
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
Install
Docker
To run using Docker,
./run.shLocally
This game requires flask. To install flask,
python3 -m pip install flaskTo run the game, use
flask --app server --debug runThe game should be running on your localhost.
License
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.
Contributors
- Bonnie Chhatrala (bschhatr@ncsu.edu)
- Brian Davis (bbdavis4@ncsu.edu)
- Omar Kalam (okalam@ncsu.edu)
- Parth Parikh (pmparikh@ncsu.edu)