SaaSHub helps you find the best software and product alternatives Learn more →
Invaders Alternatives
Similar projects and alternatives to invaders
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
LittleJS
LittleJS is the tiny fast HTML5 game engine with many features and no dependencies. 🚂 Choo-Choo!
-
-
-
-
-
-
Nutrient
Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
-
joinedtogether
Discontinued A Game Boy Advance game made for the Game Maker's Tooklkit Game Jam 2021 with the theme Joined Together
-
-
vaccination-game
Web game with the goal to eradicate a disease before it spread through the population.
-
Emulatrix
Emulatrix - JavaScript and WebAssembly Emulator - Sega Genesis, Nintendo, Super Nintendo, GameBoy, GameBoy Color, GameBoy Advance, MAME32, DOSBox and Virtual Machines
-
-
google-chrome-dino
Recreation of everyone's favorite offline companion, google chrome dinosaur game, with the same classic monochrome interface.
-
Fifteen_puzzle_maker
This is a classic mini-game Fifteen Sliding Puzzle. This option works in the browser, in it you need to specify a regular picture, the program itself will cut the picture into squares and mix them.
-
vga-text-mode-fonts
A big ol' pile of bitmap fonts in raw binary format, for use w/Fontraption font editor (and anywhere else)
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
invaders discussion
invaders reviews and mentions
-
My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback
Congratulations on successfully crafting a computer game! Playing computer games (and then later Logo and BASIC) is how I got introduced to computers. I too wanted to develop my own computer game when I was 8 year old. But unfortunately, I neither had access to enough time with computers nor did I have sufficient programming skills back then.
I did end up fulfilling my childhood dream of developing an invaders-like game 30 years later as an adult. I too chose to implement it using plain HTML and JavaScript. I have written more about it here: <https://github.com/susam/invaders#why>.
It is very heartwarming to see that we live in an era where computers are pervasive and a 9 year old can learn all this stuff from the World Wide Web and large language models as well as implement a fully functional game.
- Game Font Forensics
-
Show HN: Auto-play algorithm in action for my single-HTML-page invaders game
The entire game is written as a single HTML page, so using the "View Page Source" feature (if available) of your web browser shows the entire source code of this game. The auto-play algorithm is present in the function named autoMove(). It is about 100 lines of code that decides the next move of the player.
Direct link to the autoMove() source code: https://github.com/susam/invaders/blob/0.9.0/invaders.html#L...
-
Why I started (and stopped) making games
I wrote an invaders-style game last year: https://susam.net/invaders.html
It was, in fact, a childhood dream of mine to write a game like this. However, the little GW-BASIC programming I knew and the very limited access to computers I had then was insufficient to write anything more sophisticated than simple text-based input/output programs. Although 25 years too late, writing this little game fulfilled that childhood dream of mine!
- Andromeda Invaders: Autoplay - Press 'Enter' twice and wait for 5 seconds for autoplay to start
- A simple, retro-style, invaders-like game written using HTML5, Canvas, and Web Audio
- Andromeda Invaders: A retro-style game written in HTML5, Canvas, and Web Audio
- Andromeda Inviders Written In Javascript
-
A note from our sponsor - SaaSHub
www.saashub.com | 18 Feb 2025
Stats
susam/invaders is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of invaders is HTML.