djog / tank_battalion

Tank Battalion recreation by DJOG Uno's 2020 in processing.
GNU General Public License v3.0
3 stars 0 forks source link

Find a maze generation algorithm #17

Closed rijkvp closed 4 years ago

rijkvp commented 4 years ago

Search in the internet to find a maze generation algorithm that we can use in our tank battalion game.

robkruger commented 4 years ago

Using a maze generation algorithm like Pac-Man looks the closest to TB MSX, but we could use a 'normal' algorithm too. The maps in the original game are probably manually created, so if we do that too that will look the best.

My suggestion is to just manually create the map(s).

rijkvp commented 4 years ago

I agee! I wasn't sure about this. Loading some text files is the easiest for now I think