-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Hi, I'm new to Python and following along with your tutorial.
Page 1 says to make a file input_handlers but it needs to be input_handlers.py
Obviously most will figure it out, but you should probably update that.
You state
In order to follow along with this tutorial, you'll need to follow the instructions on that site for setting up Python and libtcod (Part 1 up until the code starts).
I think you should replace that with actual (simple) directions.
Setup
- Create a new
roguelike
directory and change to that folder.mkdir roguelike && cd roguelike
- Download python-tcod into this directory or
git clone https://github.com/libtcod/python-tcod.git
- Copy
arial10x10.png
frompython-tcod/fonts/libtcod/
into your directory.cp python-tcod/fonts/libtcod/arial10x10.png .
- Copy
libtcodpy.py
frompython-tcod
into your directory.cp python-tcod/libtcodpy.py .
- You're ready to begin.
Metadata
Metadata
Assignees
Labels
No labels