Alternatives
Products that do what Snaketron – Competitive multiplayer Snake. Back after 14 years does
Hi HN, I just completed a rewrite of Snaketron, a competitive multiplayer Snake game. (Yes, yes, in Rust) A quick funny story about this game's history: Back in 2012 I had (poorly) implemented the first version of Snaketron. The issue with it was that I was keeping game state on the client, and while I did realize that it was insecure, I also had no idea what to do about it without increasing latency to unplayable levels. I was still in school, never worked on games, and haven't even heard of the term "netcode" before. The excitement of releasing my first pet project got the better of me,…
- 1SO
2012 · snaketron.com
- 2

- 3

- 4C2
Hi everyone, french web dev here, About 10 years ago I did a little party game in the browser inspired by Achtung die Kurve genre, it reached HN (https://news.ycombinator.com/item?id=9494619) and everything went crazy, it's still largely played in open-spaces all over the world today. This past year, I've been working on a sequel: https://curvytron2.com is live. Same goal as the first one: challenge myself, perfect my skills, have fun and give back to the internet community the best way I know; by just putting a free little fun game out there. No ads, no tracking, no…
Jun 2026 · curvytron2.com
- 5MT
It's been about 3 weeks since I dusted off the Multiplayer Tetris game that me and a buddy wrote A year ago and that's been collecting dust since then. A lot of after work and weekend hours have been pooring into the project since then, and I think it's about time to show the progress What's been done: - Preloading - Completely rewrote layout for desktop / tablet browsers using css3 :target. - Usage instructions added (one of the comments I got: "Yeah, it works, but how do I play?" ) - Sending all powerups to other users now works (click on another user's playfield to send powerup) - Game…
2012
- 6MA
I hereby present my little tiny pet project that entertained me for the past six months. In this post, I briefly present Maginet and its technical components. It is a turn-based strategy game that is built using Rust and compiles to WebAssembly with HTML5 bindings, which works on mobile and desktop alike! It comes with many game mechanics and components, including an AI opponent and online cross-platform multiplayer. There is so much to discuss even for a project of a smaller scale, but I am nevertheless excited to share a little bit about how you can actually build a game in Rust,…
2023 · evrim.zone
- 7RM
About a year ago me and a buddy joined Google's HTML5GameJam, a game building hackathon. Finally I've had the time to dust the project off, upgrade some of the required libraries (node.js bumped from 0.4.2 to 0.8.11 in the meantime) and did some minor patching to get it done for some finishing touches and hopefully release somewhere this year. We implemented the full real Tetris® (yeah, that means T-Spins and funky stuff Tetris addicts like) in MVC, with configurable renderers (canvas, ASCII, Divs), input methods (keyboard, swipe, touch), 2player split mode and offline singeplayer. The…
2012
- 8

- 9IB
Hi HN, I'm one of the engine programmers at All Out Games (https://allout.game/), a multiplayer-first gaming UGC platform where creators can make and play games with their friends. For scripting we wanted our creators to be able to jump in and create game mechanics without having to think about networking. If a developer had to manually send packets to/from client/server to get things to happen then we have failed. It is particularly bad if you are using AI tools because they struggle to keep in mind what code is meant to run where (client, server, or both) and…
Mar 2026 · docs.allout.game
- 10MF
After graduation, my friend and I decided to build mobile games instead of finding jobs. Today we released our first game called Monster Rivals. It is a fighting game with simple RPG elements such as stats and items with unique powers. We have a lot more planned for it in the future, but wanted to get the game out as soon as possible. The game also allows you to fight your friends through Facebook. The game data including the user/character profile is all on my servers hosted on linode. We have 3 servers- [primary mongo], [secondary mongo], [mongo arbiter, redis(for leaderboards), nginx…
2013
- 11RE
Hi HN, When browsers killed NPAPI plugin support, thousands of early 2000s web games were effectively lost to time. Macromedia Shockwave, in particular, was a closed-source, highly complex, and largely undocumented beast. So a few friends and I spent the last two years doing something arguably unhinged: rebuilding the entire Director engine from scratch. Today, we're finally sharing dirplayer-rs. Repo: https://github.com/igorlira/dirplayer-rs We intentionally stayed quiet on this until we had undeniable proof that it was actually possible. With our latest v0.4.1 release,…
Mar 2026 · github.com
- 12IM
I made a Terminal UI for OpenSnitch[1], an interactive application firewall for Linux inspired by Little Snitch. I’ve always wanted to create a TUI and found the perfect excuse to make this for usage on one of my headless servers. I wrote this in Rust to force myself to learn more, viz. async features. Super open to feedback and contributions! [1] https://github.com/evilsocket/opensnitch
Nov 2025 · github.com
- 13OS
We did a "Show HN post" 6 months back of our startup and we're very excited to show everyone how far we've come as well as the lessons we've learnt so far! It's been a roller-coaster so far and we think there's lot more of the same to come! We did apply for Ycombinator funding but got turned down :( But may re-apply soon :) For those that don't know, our startup is called Scirra and we make Construct 2 which is an HTML5 game engine (http://www.scirra.com). Our engine allows anyone to make HTML5 games without knowing any programming. It's only me and my brother working on this and we're based…
2012
- 14AU
So we have had quiet the journey here. So 70 days ago (aka 73 turns ago) I posted on HN sharing our FreeCiv deployment (https://github.com/ndroo/freeciv.andrewmcgrath.info). FreeCiv is a great game, the clients is very buggy however. I'm using the GTK4 version, but a few others have opted for the QT variant. At some point, we might turn our focus to contributing to improving the client based on our experiences playing the game. We've since added a lot of little fun features: - The editor: you can write to the newspaper Editor and they /might/ publish what you…
May 2026 · freeciv.andrewmcgrath.info
- 15MG
Hey HN! I’ve been learning about Multiplayer Game Networking to understand how clients and a server interact under different network conditions, similar to the classic demo by Gabriel Gambetta (if you haven't seen it, check it out https://www.gabrielgambetta.com/client-side-prediction-live-...). As part of this, I’ve been working on improving my own version of that demo: https://github.com/runawaytanks/demo Why I built this? I wanted to dive deeper into client-side prediction, network latency, and how to keep things in sync between the server and clients in…
2024
- 16RU
hey all, happy to share research i've been working on for islo.dev in recent months. ever since the cheating agents (https://debugml.github.io/cheating-agents/) paper came out, revealing reward hacking was 4x more prevalent than previously estimated, i've been looking into how we can deal with the issue the common approach (taken by the tbench team) is post hoc trajectory analysis. i've been interested in the idea of reframing the problem as an endpoint security problem and tackling it via sandbox i hope you find it interesting, and thanks to the islo.dev team for…
Jun 2026 · github.com
- 17SI
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
- 18IM
Hi HN, I’m one of the devs behind StarDesk, a P2P-first remote desktop we’ve been building for ~1 year. We started this partly out of frustration: some popular RDP tools haven’t seen meaningful updates in a long time, and long-standing issues are often left unaddressed. As devs, we really dislike software that stagnates once it “works well enough”. StarDesk is our attempt to do it differently. What we focus on: -P2P by default (relay as fallback) -Low RTT + low jitter > chasing max bitrate -Encoder / input path tuned for real-time interaction -Modern E2EE (TLS/DTLS) UX-wise, setup…
Jan 2026 · stardesk.net
- 19IM
http://codewords.io/ I've been trying to get permission to run a game of it from the publisher and designer (CGE & Vlaada Chvátil) but I haven't heard back. I've found demonstrating that there's interest in what you're doing is the best way to get ahold of people. So.. Anyone interested in trying a massive game of Codenames over Twitch? Not quite "For Science!" more "For Engineering!" Which, let's be honest here, has a much better ring to it. If you'd like to know more, I put up an FAQ up here: http://codewords.io/faq/ If you'd like to sign up to help,…
2017
- 20RV
I personally haven't event used or looked at Rust so I don't have an opinion. So now I'm interested hearing what others think? I think the syntax of Rust isn't very appealing, but that's not a good reason to /not/ look at it. Convince me? :)
2018
- 21AS
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
- 22HA
I'm building a manually curated catalog of games made by the HN community. I'v found several small gems while browsing HN, and it would've been quite difficult to find those games otherwise. So I've started a personal quest to collect those games into a public catalog with open source code and open data (everything is available on GitHub: https://github.com/labarilem/hn-games). Currently the collection has data up to the end of 2022. The plan, of course, is to gather all data up to today and then keep updating the collection. I've published this early version of the…
2025 · hackernews.games
- 23CG
This was an interesting porting project for a few reasons (IMO): - The original game is/was awesome and, from a programming perspective, a wonder -- smooth scrolling arcade game on a 128kb Mac in 1984... - The port was done with a lot of help from AI (mostly Claude Code, but some Gemini CLI as well). I'm a programmer; it wasn't vibe-coded. But I couldn't have done the port of 68k assembly without it. FWIW, Claude seemed better at actually porting the 68k assembly but Gemini was better at finding bugs. YMMV. - I love Redux and Redux Toolkit for state management. For the port, I put the…
Sep 2025 · continuumjs.com
- 24WA
Hi HN, I built Weft over the last two weeks of Christmas break. I was teaching my kids Python and noticed the lack of interactivity in some of their learning experiences. The feedback loop was too long. I wanted to provide them with an experience similar to Bret Victor's concepts on Learnable Programming; i.e. an easier way to learn is to see immediately the reaction to your actions. Hence the reactivity ;) It is currently in early alpha and I’m planning to open-source the repo under AGPLv3 soon once I clean up the prototype code. I wrote up a short blog post with more details on the "Why"…
Jan 2026 · play.weft.sh
Ranked by how close each launch is in meaning, then by votes. Refine with a description →