IronHacklaga is a retro-style space shooter game inspired by classic arcade titles like Galaga. Developed using vanilla JavaScript and DOM manipulation, it delivers an arcade experience straight in your browser โ no installation needed.
In IronHacklaga, you pilot a spaceship to defeat waves of alien enemies while dodging their attacks. As you progress, the game becomes increasingly challenging, demanding sharp reflexes and quick decisions.
- ๐พ Retro Arcade Vibes: Pixel-inspired visuals and responsive controls.
- ๐ธ Wave-Based Enemies: Different patterns and behaviors to keep you alert.
- ๐ Smooth Controls: Classic arrow key movement and spacebar shooting.
- ๐ฅ Power-Ups: Boost your abilities and survive longer.
- ๐ Scoring System: Beat your own high score!
- JavaScript โ Game logic and interactions
- HTML5 โ Structure and canvas rendering
- CSS3 โ Styling, animations, and responsive layout
You donโt need to install anything โ just click and play:
๐ https://rickyjary.github.io/IronHacklaga
๐ก For best results, play on desktop using a modern browser.
/assetsโ Sprites and visual assets/scriptsโ JavaScript files (game engine, logic, entities)/stylesโ Game stylingindex.htmlโ Main HTML file that loads the game
- ๐ฏ Boss battles at the end of stages
- โก Additional power-up types
- ๐ฑ Mobile support
- ๐ง Difficulty levels and smarter enemies
Wanna help improve IronHacklaga?
- Fork the repo
- Create a branch (
git checkout -b feature/amazing-idea) - Commit your changes (
git commit -m "Added something cool") - Push and open a Pull Request
This project is licensed under the MIT License.
See the LICENSE file for details.
Made with โค๏ธ by @RickyJary