olls / graphics

A console based graphics engine for simple Unicode games and animations.
GNU General Public License v3.0
11 stars 4 forks source link

Terrain Lag / Breaks #37

Open olls opened 10 years ago

olls commented 10 years ago

The terrain.py game, breaks when you make the car's length greater than the screen width. This is probably because the physics doesn't account for it, but it also starts to get laggy when the car gets longer, so probably needs investigating.