Alternatives
Products that do what I made a Browser game with physics does
https://coffeegameonline.com/game/arch-rush-3d this game is heavily inspired from the viral hyper casual mobile Game. in which play runs in a certain direction until the screen is tap and direction changes, I love this Game very much for lot of hours, of never-ending levels and increasing difficulty The arc-rush is also based on the same functionality. Were you have to jump through floating platforms by jumping over them and each platform is placed zigzag towards the forward direction of the player. You have to wait until an arc is moving towards the right platform. One…
- 1

- 2

- 3

- 4MA
A few months ago (82 days to be exact!) I posted a link on HN to my game, Meatshields. A bunch of you commented and played my game and gave me some wonderful feedback. Over the last few months I've been playing with many of you and implementing the best of everybody's suggestions. So, thank you, HN for all your help! I feel this is an extreme overhaul I couldn't have done without your input. Since then, I have: Dramatically improved our hosting platform (So it HOPEFULLY won't go down this time (oops.)), Added two new units, Rebalanced all existing units, Added many more maps, Improved the…
2017
- 5AL
Idea: How about a 5 minute game I can play in my browser and it's actually fun to play. Controls: Mouse or keyboard (left/right, left alt/right alt or A/D), space and esc are pause toggle. Page up / Page Down are next or previous level (if already unlocked). Cheats: Z toggles zapper, M toggles magnets. Debug stuff: I, P, E keys are toggles for various stuff (E lets you change some aspects of physics engine). Game is maybe playable on mobile devices, there is a menu on top right, and then click the circle to select type of control. Physical engine is decoupled from refresh…
Jul 2026 · brontosaurusrex.github.io
- 6

- 7AS
Hi HN! This is my first game — something I’ve always wanted to do. It’s a small browser game built with Phaser 3, React, and the phaser template (https://github.com/phaserjs/template-react-ts/). I made it in 2 days (like 8 hours in total real time) using gemini-cli. About 90% of the code was generated with AI, but I learned a lot by making fine tweaks. It only works on PC since it’s a typical WASD + R (reload) shooter. I’d love feedback on: - Gameplay (is it fun, too hard?) - Ideas for new features Thanks in advance! ps: I used cubes as a prototype, but now I kind of…
2025 · cubic-zombies.pages.dev
- 8AW
I’ve spent the last few days prototyping a browser-based game engine stack designed for instant-load, "Roblox-for-Teens" style deployment. The goal is to lower the floor for AA indie devs who want high-fidelity physics and instant web distribution without the overhead of Unity or a heavy Godot export. The Stack Engine: A headless WASM/WebGPU implementation. I’m currently using custom flags and selective streaming to bypass standard browser memory and execution limits. Physics: I’ve ported Jolt (Guerrilla Games) but modified the solver to mimic the original Blam! engine (Bungie/Halo…
Jan 2026
- 9AC
Hello HN! After I got a great response on my first game, I wanted to share the second game I ever made. It's an infinite jumping game, but there are bombs to watch out for! It can be played both on desktop and mobile. It can be installed as a PWA too. If you enjoyed, please leave a star on the GitHub repository: https://github.com/shajidhasan/dotventure Thanks for taking a look. Years ago, whenever I wanted to build games, I'd always stop because I felt I needed to create original game assets but could never get it done. After making this game, I've realized that you…
2024 · dotventure.vercel.app
- 10WG
Hi HN! This has been a fun little side project. You simply click to shoot arrows at falling circles (and the arrows of other players!) Hopefully, I make other social & simple games over time. I had to struggle with all the usually problems of game synchronization. It was a fun way to explore phoenix & elixir. You'll notice the signature claude code purple gradient. I'll be honest, I couldn't have built it without AI! If you really like it you can vote with your wallet and toss me $1.99. Or not!!
Dec 2025 · wingspan.games
- 11SI
I've added controls for mobile and fixed the game running too fast in the browser initially because FPS where not limited. Original repo: https://github.com/rapiz1/DungeonRush My fork: https://github.com/midzer/DungeonRush/tree/emscripten
2024 · midzer.de
- 12AS
Hi! I built a free short walking sim you that runs in the browser. I originally made this experience about 2-3 years ago in Unreal Engine. The resulting build was huge: over 6 GB to download in order to play for max 10 minutes. Needless to say there weren't that many people that ended up playing the game. Seeing the quality that's possible to achieve nowadays in the browser using gaussian splats, I recently got the idea to port it to a web-based experience. The result is that the whole game is a bit over 100 MB, and that's including about 20 MB of music and VO. Thanks to Spark's streamed LOD…
Jul 2026 · joyvision.itch.io
- 13DD
Thirteen years ago, I had an idea: build a bomb from different stages and materials, call in an airdrop over a zombie-infested city, and let physics do the rest. Set off chain reactions through fuel stations and car wrecks. The catch? There are survivors down there too, so every strike is a balancing act. I’ve always loved messing around with physics demos, and in my head, the core loop was already fun. So I built a few prototypes, but none of them stuck. I never clicked with Unity, and every attempt eventually died. Every couple of years, I’d check the App Store, Steam, or just search…
Jul 2026 · store.steampowered.com
- 14WP
This was my recent weekend project, aimed at teaching me JavaScript, a bit of HTML5, and (mostly) WebGL. The orbital data are from NASA JPL. I was inspired in part by this Flash app: http://www.dynamicdiagrams.com/wp-content/uploads/2011/04/orrery_2011_bce.swf, but wanted to do something in 3D. Coming from the games-dev world, this is my first introduction to web coding. The UI is jquery. I mostly used http://learningwebgl.com/blog for the 3D stuff. Being WebGL, it will work mostly on Chrome, Firefox 4 Beta. Forget about IE. I needed to figure out how to render text to the WebGL canvas - I…
2011 · solar-system-explorer.com
- 15PS
Hi HN! I'm excited to share SOLHOPPER, a minimalist game I'm building in just ~500 lines of HTML/CSS/JS. Here's a breakdown of the development process and some fun quirks of the game: Challenges and Fun Facts: - World Building & Math: Crafting the initial world and refining the game mechanics to keep it simple and compact was the toughest part. The back story is that you play as a Solhopper captain traveling away from earth at 10% the speed of light to capture solar flairs which unlock endowments (bottom left) to develop that star system. These endowments were setup by benefactors…
2024 · solhopper.com
- 16AB
Hi everyone, This is a little tech demo I've been working on the past 2 years. It's been up for 1 year now, and has since had a few major updates. I have a soft spot for games with ranking systems, and I wanted an easy way for developers to create games with the competitive element abstracted away. The current games are built with ReactJS, so it's pretty easy to onboard if you are a web developer. All games developed for ACOS come with these features: - Real-time turn-based for browser - Simulator for game development - Client / Server architecture - Easy multiplayer with simple JSON…
2023 · acos.games
- 17SE
Hey, I've shared this game while it was still a work in progress in one of the Tell HN threads. I was pleasantly surprised that a lot of people tried it, and I got some positive feedback and constructive criticism. Anyway, I found a gamedev library I really like - Kaplay [1]. What I like about it is that easy things are easy. Meaning I could have fun building the game without learning (or fighting) a new tool. I always wanted to make games, but this is the first one I actually did. And I have to tell you - game development sparks joy! It combines so many things (game design, programming,…
Jan 2026 · muffinman-io.itch.io
- 18AF
Atlas Fury is an action game for mobile devices. I wanted to create a game I would play wherever I go that was inspired by Tyrian from the 90s. It's a time waster, but eh what arcade game wasn't a time waster? This is the first time I've created a game with Godot. On mobile no less which has it's fair share of issues. For example, iOS runs slower than Android. I'm not complaining, I profiled and targeted some older devices approx. 4-7 years ago, so far so good.
2024
- 19IB
I built a website for games that catch my eye or have something interesting going on. I made it for fun but then updating became a habit. Maybe you'll find your next "must-play" game here? GitHub repo: https://github.com/RaycatWhoDat/games-list
Nov 2025 · alistof.games
- 20SC
I was tired of games like Mafia Wars and wanted a phone-based MMO Strategy game where hundreds of players could actually engage each other on a 2D map, so I made one. I track the state of the game each night so we can display a visual timeline of territory controlled by each alliance. (example: http://bit.ly/q5CFhU) I use jQuery mobile for the front end so it runs on most phones (via Phonegap) as well as modern web browsers. The server side is handled by Java Servlets and MySQL. This started as a hobby - I'm not a developer by training - so I am very interested in feedback, suggestions, and…
2011
- 21IB
In each level, the goal is to climb to the top of the wall. Each wall has a unique layout of handholds, magnets, hooks, and elevators, and only one path to the top. The challenge is finding the right combination of moves to get you there. After each unsuccessful attempt, you can view the entire wall from afar to plan your route and strategize before trying again. I just released this on App Lab and would love to get some feedback and see how much interest there is in the concept. It’s listed at $3, but if anyone here wants a free key, just email me at [email protected]. I also set up…
2024 · meta.com
- 22IM
I'm the developer. Happy to share the process and learnings. Architecture: - Custom SoA ECS for cache-friendly iteration, zero allocations in hot loops. Benchmarked against bitECS/miniplex. - Process manager inspired by Game Code Complete's but data-oriented so processes are pure data, systems contain the logic. - Multi-field gravity with 5 types (point, parallel, segment, cylinder, convex hull) with spring-damped transitions between fields. - Rapier3D WASM with SIMD. Gravity-aware fake shadow system for playability. - WebGL 2 shared context between Three.js and Pixi.js. - Debug editor…
Apr 2026 · supertommy.com
- 23IM
Thank you https://opengameart.org for your service. People like me who can't draw or compose music are in your debt. The game, "Glitch and Rush" has been made in a few hours here and there. I've been tinkering in GameDev for years, if not decades, but I never released anything. The goal here was simple: - come up with a core mechanic - implement a single level - add some polishing - RELEASE I hope you'll enjoy it. BTW, my best time is 2min23s (yes, I'm bad at my own game, it's ok, I'm ok).
2022 · linkdd.itch.io
- 24BD
It doesn’t use any libraries, not even the C standard lib! It just uses the Linux system call interface. Drawing to the screen is done by writing directly to /dev/fb0. I created this just to learn assembly - something of a lost art these days. I’m mainly a C++ developer. This has been a lot of fun and very enlightening. Here is a video: https://youtu.be/IoJQ80pWyGI
2024 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →