GitHunt
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

3D render of an omelette in a pan, disney artstation style
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.sh

Locally

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.

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

Languages

Python84.4%HTML15.0%Dockerfile0.3%Shell0.2%

Contributors

Created November 11, 2022
Updated February 25, 2024
pncnmnp/Cook-It-Off | GitHunt