Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Traceback (most recent call last):
- File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
- "__main__", fname, loader, pkg_name)
- File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
- exec code in run_globals
- File "/Users/coreyja/Projects/python-console-snake/snake/__main__.py", line 26, in <module>
- run()
- File "/Users/coreyja/Projects/python-console-snake/snake/__main__.py", line 21, in run
- gameloop.start()
- File "snake/gameloop.py", line 45, in start
- init()
- File "snake/gameloop.py", line 64, in init
- graphics.drawGame()
- File "snake/graphics.py", line 86, in drawGame
- drawBorders()
- File "snake/graphics.py", line 107, in drawBorders
- drawTile(x, y_top - 1, tile_h, color)
- File "snake/graphics.py", line 16, in drawTile
- screen.addstr(y, x, tile, color)
- _curses.error: addstr() returned ERR
Advertisement
Add Comment
Please, Sign In to add comment