Sprite vs Walls Collision Code v.2.1
zardOz2 - Custom level - May 17, 2014 from AndroidzardOz's Basic Wall and Sprite Generator
Here is the guts of the sprites vs walls table code from the Spooky Dungeon with some detailed notes to help people to understand it.
This code can be used relatively simply and modified to make about 5000 basic games or other parts of levels... Good Luck :) I can't wait to play them!
Enter more four number tables to add more walls! {1,10,4,25} will draw a wall with the bottom left corner at 1x 10y with an x width of 4 and y width of 25.
v2.0: Rewrote and organized the entire code, It is now far easier to position new walls as you dont need to calculate half distances... also the lag should be reduced in large builds.
2.1: Rewrote some of the code so it would be easier to understand, added new code notes and 3Dified the walls, TechZ style.
Downloads: 678 - Level ID: 6129