This is an original, Earclacks-inspired 2D browser game built with HTML5 Canvas and vanilla JavaScript.
How to run:
- Open a terminal in this folder.
- INSTALL PYTHON 3
Python 3 Installation Windows
Download Python 3: https://www.python.org/downloads/windows/
Run installer and check “Add Python to PATH.”
Verify: python --version or python3 --version
macOS
Download: https://www.python.org/downloads/macos/
or install with Homebrew: brew install python
Verify: python3 --version 3. Start a simple static server, for example:
python -m http.server 8000 or python3 -m http.server 8000- Open http://localhost:8000 in your browser.
Controls:
- Choose a tank type from the dropdown and click
Spawnto spawn at the last clicked canvas position. - Click
Spawn Twoto create two random spawns for quick battles. - Click
Cross Selectedto create a hybrid of two existing balls (combines abilities). - Click
Restartto reload the page.
Notes:
- This project is inspired by the YouTube channel Earclacks but is an original implementation, not an exact duplicate.