new overview for mayors

This commit is contained in:
luxick
2015-08-06 12:45:55 +02:00
parent 4785358bf5
commit 922a15bf59
3 changed files with 40 additions and 5 deletions

View File

@@ -27,7 +27,8 @@ while True:
mayor.step()
screen.addstr('Simulation running. Press [q] to exit.\n')
screen.addstr('----------------------After '+str(ticks)+' ticks------------------------------\n')
screen.addstr(mayor.give_status(show_pct))
#screen.addstr(mayor.give_status(show_pct))
screen.addstr(mayor.give_overview())
ticks += 1
screen.clrtobot()