Level 4 - twice the resolution, block tower
Today's build comes with a new level - number 4. This one has twice the resolution of the map, that means there is lots of real estate to build towers. This will allow very deep waves. More variety of possible startegies. Overall, more fun!
One problem I faced with higher resolution was tweaking the enemy artwork so that it doesn't look too tiny. To achieve that I simplified the ghost designs somewhat.
became
At this scale the change seems unnecessarily minimal, but wait till you play the level 4.
Also, I had to change the Tower addition sequence a bit. Before the grid used to show all the locations where new tower could be built and it would not show a cursor where tower cannot be built because otherwise it will block the only path that enemy has available to reach the gold. However to come up with this information requires some expensive analysis, which takes long time to run on all the cells of the grid; especially when the grid is now 4 times as big. So to avoid this issue, the game no longer removes cursor from the potential bottleneck locations. It checks for the bottleneck condition after player has asked to build a tower there. Since this concerns only one cell, the analysis is cheap and doesn't take any time. If the bottleneck exists, then user is shown a warning like this.
Files
Fold Wars Prototype
2D Tower Defense
More posts
- New Tower artworkFeb 21, 2018
- Where's my gold?Feb 20, 2018
- New Ship DesignFeb 17, 2018
- Tower efficiency visualizationFeb 10, 2018
- Strategy visualizationFeb 07, 2018
- Performance optimizationFeb 03, 2018
- Enemies marching in the lanesJan 28, 2018
- Today was spent in Heap ProfilerJan 25, 2018
- Tower plan with Walls, lot of waves, Difficulty levelsJan 24, 2018
Leave a comment
Log in with itch.io to leave a comment.