Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 489 Bytes

File metadata and controls

9 lines (5 loc) · 489 Bytes

Tiles

It's really just about tiles

Very simple project. I wanted to see how I could "partition" the screen in order to better detect collisions without having to check every object in the simulation.

Well there aren't any collisions in this project but what mattered was getting the "algorithm" right... In truth there isn't much of one. But the concept can be expanded to more ambitious projects.