Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 512 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 512 Bytes

Rogue_Tutorial

RoguelikeDev Does The Complete Roguelike Tutorial

C | SDL2 | x64 linux

/* **************************************** */

Day 0 + 1

Screenshot

/* **************************************** */

Day 2 + 3

-Create random rooms -Add Walls -Add potential 'doors' and 'hallways' -Change those doors and hallways to floors -Repeat wall adding function to fill holes

Screenshot