pythonarcade / arcade

Easy to use Python library for creating 2D arcade games.
http://arcade.academy
Other
1.68k stars 320 forks source link

Create a physics engine for platformers #14

Closed pvcraven closed 8 years ago

pvcraven commented 8 years ago

The current platformer physics engine is awful. There needs to be one that is less awful.

pvcraven commented 8 years ago

Maybe use this guide: http://gamedevelopment.tutsplus.com/series/how-to-create-a-custom-physics-engine--gamedev-12715

pvcraven commented 8 years ago

First version done.