CSI-280 / python-game

Python roguelike for CSI-280
0 stars 0 forks source link

Make a Room #27

Closed JoshBogin closed 4 years ago

JoshBogin commented 4 years ago

Our project will be consisting of a lot of rooms which serve different purposes. Therefore, for this issue I just want someone to work on one of them. Continue to follow the tcod tutorials and figure out how to make a room that is more than just empty (whether a battle with enemy or a puzzle). It does not have to be too complicated but rather a basic room with some new entities or additions.

wesbeard commented 4 years ago

Looks like we have figured out how printing walls and did the map part of the tutorial. The map creator should probably fill the role of the drawing maps from now on.