Generate a simple roguelike game with OpenAI API.
- Create Maps using OpenAI API's structural output
- Explore the map to fight monsters to get items and get stronger
- Simple battle logs
# prerequisites: <uv/python/node.js/vite/openai>
git clone https://github.com/REDES01/roguelike
cd roguelike
cd frontend
cd frontend
npm run dev
# go to http://localhost:5173/you can create a bigger map, but you might need to change css
content-> the theme of the game
you can change how many levels there are here
modify this line to make the game easiler or harder
# from repo root
uv python install 3.12 # installs Python if needed
uv sync # installs deps from pyproject/uv.lock
uv run python main.pyAll the info of the map is in template.json and you can directly modify it