Penaz91 / Glitch_Heaven

Complete rewrite of my Glitch-Based Videogame
MIT License
1 stars 0 forks source link

Vectorization #79

Open Penaz91 opened 8 years ago

Penaz91 commented 8 years ago

This Issue Is a tracker for the complete change of the movement system from Cartesian Coordinate System only to one using a Vector System along with the Cartesian Coordinates just to decide where the sprites go. The Vector system will be useful to make a better Physics system (By removing the "Bounced" status trigger) and allow for some basic IA programming that might happen in the future.