Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kylesayrs/feelinginthedarkgame
https://github.com/kylesayrs/feelinginthedarkgame
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kylesayrs/feelinginthedarkgame
- Owner: kylesayrs
- Created: 2022-10-07T01:49:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-07T05:36:36.000Z (over 2 years ago)
- Last Synced: 2023-03-03T07:51:02.860Z (almost 2 years ago)
- Language: Jupyter Notebook
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Feeling in the Dark
This is a WIP project to create a game with an emotional chat bot
```
python3 game.py
```Example responses
```
User: How's the weather today?
[angry] : It is raining and cold. I want to go to the beach.
[disgusted]: It's raining cats and dogs here. I don't like it.
[afraid] : It's going to rain. I don't want to go outside.
[joyful] : It's beautiful and sunny! I love the weather here.
[neutral] : It is a little chilly, but not too bad.
[sad] : It rained all day. I miss the sunshine.
[surprised]: It is beautiful! I love the cooler weather.
```Potential Tasks
* Get adversary to say target words
* Change adversary mood (get them to say responses that are classified as a different emotion)