Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 288 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 288 Bytes

Roguelike Riddle Game

I wanted to do more Golang stuff so this is a maze explorer + riddle answering game with a simple TUI. It uses ChatGPT (3.5 turbo) to generate riddles and check answers.

Maze generation is done using DFS and is randomized so that each room should be different.