nighelles / Waves

1 stars 1 forks source link

TODO #1

Closed nighelles closed 10 years ago

nighelles commented 10 years ago

Still need to:

Refactor code reuse into general functions, or subclasses. Especially the shader classes.

Generalize entity system, adding "physics" objects

Generalize Terrain System

Add networking for a second player.

nighelles commented 10 years ago

Made boat into a physics object, still need to handle moving the boat tilting code into a utility function of a physics object.