https://github.com/thiyageshvenkat/ai-dungeon-game
Dungeon Game led by gemini and using tkinter.
https://github.com/thiyageshvenkat/ai-dungeon-game
ai dungeon gemini python tkinter
Last synced: 20 days ago
JSON representation
Dungeon Game led by gemini and using tkinter.
- Host: GitHub
- URL: https://github.com/thiyageshvenkat/ai-dungeon-game
- Owner: thiyageshvenkat
- License: mit
- Created: 2024-09-08T14:52:47.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T15:00:27.000Z (8 months ago)
- Last Synced: 2025-02-08T21:46:12.536Z (2 months ago)
- Topics: ai, dungeon, gemini, python, tkinter
- Language: Python
- Homepage:
- Size: 81.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AI-Dungeon-Game
Dungeon Game led by gemini and using tkinter.**The model used is gemini-1.5-flash. Get API Key from aistudio.google.com. Run the following code in bash:**
```
$ export API_KEY=YourApiKeyThatYouGot
$ python main.py
```