A hack'n'slay game written in haskell (http://sebastiandev.net/blog/)

#2Implement a walking algorithm based on force application

We want to have an algorithm where the player can apply force to themselve. The player should be able to reach (almost) maximum speed in a reasonable time. It should not be possible to accelerate beyond maximum speed. The player should maneuver easily (no huge turning radii).