Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 410 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 410 Bytes

Pyrogue

This is just a personal project for making my own roguelike in Python.

Goals

  • Basic grid [DONE]
    • Advanced grid with tile objects for every space
  • Basic movement [DONE]
  • Advanced movement with repeated movements [TODO]
  • Player and obstacles [Player DONE]
  • Message log [DONE]
    • Implement scrolling back or just viewing the entire history
  • Pickups and items
  • Ability to pick up items