Oliver Faircliff

Results 32 issues of Oliver Faircliff

Once the size of the view gets above around 30x80 it starts to crash after between 0-10 frames with the following error: ``` IndexError: list index out of range During...

bug
renderer

Using the effect [here](https://twitter.com/tiny_dot_fields) we could dither the lighting for smoother results.

renderer

Players take damage from mobs, mobs take damage from players. How does the game play work? How does the player recover?

question
in progress
game play

@TiberiumPY Things like render time and terrain generation speed.

in progress
Debugging

Enable/disable for different modules, different indentation levels, etc...!

Debugging

We should add more features at some point to make the game something you can actually play for longer than ten minutes before getting bored. I think the design is...

What type of mobs do we want, and how should they behave?

question
game play

- Follow player - Pick a location and pathfind to it.

game play

At the moment the framerate is set as a maximum of 15, but this is so that is can run in slower terminals, while on most terminals, it can go...

renderer

https://docs.python.org/3.5/library/collections.html#collections.namedtuple

question