JavaScript/HTML5 remake of the NES "Battle City" game
Version by Roman gopher://shibboleths.org
Original version http://newagebegins.github.com/BattleCity
=====================================================
Battle City always had the same problem. All the levels in the game were the same. That's why it became uninteresting to play over time. This version generates random levels, keeping the player from getting bored. In the src/Stages.js file, you can find the settings for generating random levels, allowing you to customize the game to your liking. In the src/Tank.js file, you can find the settings for speed and power for enemy and for the player.
If an obstacle appears at your respawn point, just shoot and drive to the left or up. This is wreckage of the buildings!

Changes:

- Added random levels generation;
- Added turbo shooting button;
- Changed the gameplay balance;
- Separated settings for enemies and for player;
- Added damage for the player like in the original game;
- Added background engine sound like in the original game;
- Fixed some little game issues.

Files: Tank_ver_1.js and Level_ver_1.js
Simplified versions without a number of features for more problematic browsers.

Roman gopher://shibbolehts.org