kesiev /
akihabara
A game engine for making classic arcade style games using Javascript and HTML5. We're starting moving on a re-organized repo here: https://github.com/akihabara
Loading repository data…
metalgalz / repository
A classic arcade-style brick breaking game written in JavaScript. Control the paddle, deflect the ball, and destroy all bricks while collecting power-ups. Designed specifically for embedded devices.
A classic arcade-style brick breaking game written in JavaScript. Control the paddle, deflect the ball, and destroy all bricks while collecting power-ups. Designed specifically for embedded devices.
This game is designed for low-resolution screens and is recommended for use with Lilygo T-Embed devices running Bruce Firmware.
Follow these 3 simple steps to start playing immediately:
This game was developed and tested in the following environment:
The game automatically scales the paddle and brick layout based on the screen dimensions (display.width()). Input uses the rotary encoder for precise horizontal movement.
| Button / Input | Menu Function | In-Game Function |
|---|---|---|
| Dial Left / Prev | Move Paddle Left | Move Paddle Left |
| Dial Right / Next | Move Paddle Right | Move Paddle Right |
| Dial Press (Select) | Start Game / Restart | - |
| Button / Esc | Exit Game | Pause / Exit |
> Pro Tip: Try to hit the ball with the edge of the paddle to send it flying at a sharp angle!
This project is open-source. Feel free to use and modify it according to your needs.
Made with ❤️ using JavaScript for the Bruce Firmware Community.
Github / Discord by : metalgalz

Selected from shared topics, language and repository description—not editorial ratings.
kesiev /
A game engine for making classic arcade style games using Javascript and HTML5. We're starting moving on a re-organized repo here: https://github.com/akihabara
MohcineDev /
Space Invader is a classic arcade-style game built using HTML, CSS, and JavaScript. The game challenges players to defend Earth from waves of alien invaders by controlling a spaceship and shooting down enemies. The game is designed to be fast-paced and increasingly difficult with each new wave.
m-mohammad-d /
Space Invaders is a classic arcade-style space shooter game built with HTML, CSS, and JavaScript. The goal is to control a spaceship and shoot down alien enemies while avoiding collisions. The game gets more challenging as you progress, with aliens moving faster and becoming harder to avoid.
rsamwilson2323-cloud /
🧱 Block Breaker is a classic arcade-style game built using HTML, CSS, and JavaScript with canvas rendering. Features paddle control, ball physics, brick collision detection, scoring, lives system, and win/lose conditions. Smooth gameplay with keyboard and mouse controls in a responsive design.
Antonious-Awad /
A Classic Arcade-Style Game Built with HTML5 Canvas & Vanilla JavaScript
aminehabchi /
A classic arcade-style Space Invaders game implementation using HTML, CSS, and JavaScript