Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.1 KB

File metadata and controls

44 lines (26 loc) · 1.1 KB

Earclacks-Inspired Ball Tanks

This is an original, Earclacks-inspired 2D browser game built with HTML5 Canvas and vanilla JavaScript.

How to run:

  1. Open a terminal in this folder.
  2. 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
  1. Open http://localhost:8000 in your browser.

Controls:

  • Choose a tank type from the dropdown and click Spawn to spawn at the last clicked canvas position.
  • Click Spawn Two to create two random spawns for quick battles.
  • Click Cross Selected to create a hybrid of two existing balls (combines abilities).
  • Click Restart to reload the page.

Notes:

  • This project is inspired by the YouTube channel Earclacks but is an original implementation, not an exact duplicate.