NoLifeDev / OldNoLifeStoryTwo

The second old bloated history of NoLifeStory
17 stars 16 forks source link

Physics #8

Closed retep998 closed 11 years ago

retep998 commented 13 years ago

There's lot of stuff to do here. Basic physics. Expanded physics for the player and also other players. Physics for mobs and npcs. Plus physics!

ghost commented 13 years ago

I agree.

OH DO YOU NOW? LULZ! YOU GOT EDITED!

retep998 commented 13 years ago

I'm currently digging through piles of Spudgy's reverse engineered code, cleaning it up and stuff.

retep998 commented 13 years ago

I've got some air friction code done. Now I need to start work on actually colliding.

retep998 commented 12 years ago

Collision detection is working.

retep998 commented 12 years ago

Walking and jumping is working.

iSik commented 12 years ago

You can walk off an edge to the left. So can mobs. If you try to walk off a ledge to the right you get stuck (so do mobs which is a good thing I suppose). If you try to jump over it you bounce back.

(Also if you go on a normal ladder or rope, you're drawn behind it.)