CSI-280 / python-game

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

Worked on Developing the Basic Game Functions using tcod. #28

Closed JoshBogin closed 4 years ago

JoshBogin commented 4 years ago

I worked through another step of the tutorial and implemented the changes to our files. It now displays a randomly generated dungeon-like layout. We can work with this to create the individual rooms we wanna create in the future.

JoshBogin commented 4 years ago

Also completes #19

Michael12309 commented 4 years ago

Nice, that's great