RAWIG icon indicating copy to clipboard operation
RAWIG copied to clipboard

RAWIG (Roguelike Architecture, Written In Go) is ready to modify and expand roguelike architecture.

Results 26 RAWIG issues
Sort by recently updated
recently updated
newest added

So developer won't need to call blt.ClearArea() //print something here// blt.Refresh() blt.Read() all the time (like in PrintMenu() in ui.go currently)

enhancement
good first issue
medium

For example, now there is code duplication. p.InventoryMenu() is exactly the same as p.EquipmentMenu() but with different arguments. It should be easy to avoid such a code repetition: PrintInventoryMenu and...

enhancement
good first issue
low

It doesn't need immediate work - just something to do, when destructible environment feature will be in development. This issue is answer for doubts during closing #26

enhancement
low