Index

Tutorial00 -- Draw a tile map and understand the relationship between one dimensional arrays and two dimensional maps.

Tutorial01 -- Start looping with a fixed time step to maintain consistent gameplay across different platforms.

Tutorial02 -- Witness some pretty sweet square on square collision and see just how natural it is to implement platforms with this tile based approach to collision detection and response.

Tutorial03 -- Slopes! Examine some slope tile collision code and check out an example to test it with.

Tutorial04 -- See some scrolling in action as you move around a much larger tile map.

Tutorial04b -- This goes over the control scheme introduced in the scrolling tutorial which uses keyboard or touch button input.

Tutorial05 -- Animate background tiles and add some razzle dazzle to the look of your game!


Main Page Facebook Page #