emersonp / roguelike

My first attempt at a roguelike, running in python
MIT License
0 stars 0 forks source link

Illegal Player Start #1

Closed emersonp closed 10 years ago

emersonp commented 10 years ago

Player does not always start in center of a room - occasionally starts in hallways or in walls of hallways.

emersonp commented 10 years ago

Solved. Problem was leftover player initialization variable.