Alternatives
Products that do what IdkAI.Store – Manifest & Lua Generator does
Search 30k Steam games. manifests & Lua scripts instantly
- 1IO
2021 · github.com
- 2MM
As part of the annual JS13K games challenge, I've put together a pretty large (but small-in-code) Metroidvania game that fits in just 13KB of compressed Javascript. The source is available here: https://github.com/arikwex/infernal-sigil NOTE: the current head of the main branch is at 13.6KB due to quality of life patches. The legit 13KB version is tagged in github. Useful hacks: - Using Roadroller (https://github.com/lifthrasiir/roadroller) for compression - Compressing the map data as grayscale PNG paired with some code generation. - Using procedural…
2022 · arineonshark.itch.io
- 3

- 4TA
I created a small 2D game engine named Tiny. The engine was created using Kotlin Multiplatform and can run on a JVM and JS. Funny things: Games can be created using the programming language Lua. Tiny is designed to help you create and test your ideas quickly and effectively. Not only can you run your games on your desktop computer, but you can also export them for the web, making it easy to share your creations with others. You can create games easily with the hot reload, small API and Lua, which is very easy to learn. If you want to test a game idea, to try to create your first game or just…
2023 · minigdx.github.io
- 5EL
I'm excited to announce the first release of my library, evolved.lua! evolved.lua is a fast and flexible ECS (Entity-Component-System) library for Lua. It is designed to be simple and easy to use, while providing all the features needed to create complex systems with blazing performance. Enjoy!
2025 · github.com
- 6

- 7

- 8MA
hi all, I've always wanted to make my own game, but couldn't afford a thousand-dollar adobe (flash+photoshop) license. I'm not a talented programmer, have no degree in CS. But I understand some elements of design. So I got me a copy of ImpactJS, and after about 5 months of steep learning curve (at least for me), I managed to come up with a game. I also integrated it with a highscore and badge system, similar to what you get at Kongregate. You need to login with Google/OpenID to earn badges/scores. link is: http://www.hotbazooka.com/privatejoe hope to hear some feedback/questions from you guys!
2011 · hotbazooka.com
- 9SR
Hey folks — here’s a small experiment I hacked together over the weekend: https://cleoselene.com/ In short, it’s a way to build multiplayer games with no client-side game logic. Everything is rendered on the server, and the game itself is written as simple Lua scripts. I built this to explore a few gamedev ideas I’ve been thinking about while working on Abstra: - Writing multiplayer games as if they were single-player (no client/server complexity) - Streaming game primitives instead of pixels, which should be much lighter - Server-side rendering makes cheating basically…
Jan 2026 · cleoselene.com
- 10IB
Dear Hacker News, I'm kindly asking for your participation in the open beta for my AI-managed mini-games website. Thank you in advance! For a limited time window, I'm setting the all-free feature flag to true. I hope you have a lot of fun exploring the AI's sense for games! Here and there, I tweaked it to help with visual consistency. I would be deeply grateful if you opted into analytics. $2,300 in API tokens... Cheers!
Jun 2026 · minigames.world
- 11OP
Hey HN, manyminiapps is the world first massively multiplayer online mini app builder (MMOMA) *Here’s what it does:* You load the page. You write 1 prompt and you get a mini app back in under 2 minutes. There’s no sign up, and you can see what everyone’s creating in real-time! Each mini app comes with it’s own database and backend, so you can build shareable apps that save data. *What’s different* There are a lot of app builders that promise you’ll build production software for others. But we think true production software can take a long time to get right. Even if you don’t need to program…
Sep 2025 · manyminiapps.com
- 12E2
To get all this data first I tried using Google's Custom Search JSON API but it was too expensive that way, later I found a Kaggle dataset that has info about 110K games -including number of positive and negative reviews- so I used that instead. That amount should be almost half all the games Steam has, (according to an article on Backlinko, Steam's US library "contains 239,558 titles across all categories -including DLC, soundtracks, mods, etc.-"). SteamDB estimates that there must be around ~118,000 full games on Steam so far. In the process of scrapping I discovered that a few hundred of…
Nov 2025 · gameswithnoreviews.com
- 13IO
Homebrew engine https://github.com/willtobyte/carimbo
Mar 2026 · github.com
- 14LS
Some time ago, I was implementing saves for my LOVE2D game. I wanted to do a full dump of the game state -- which included closures (AI), complex graphs, sets with tables as keys and also fundamentally non-serializable data (coroutines and userdata), that require user-defined serialization/deserialization logic. I went through every Lua serialization library -- none covered all data types/cases. So I wrote my own. It is a polished version, thoroughly annotated, tested and documented. It is made to be as functional and customizable as possible (or at least I did everything I could…
2025 · github.com
- 15IM
I love making small 2D pixel art games, especially using tools that have some constraints. Things like Pico-8 and the Playdate SDK are simple, fun, and allow for focusing on the game idea rather than the technical minutia. Years ago I prototyped an idea for this little game engine, Usagi, but used Rhai instead of Lua. The idea for this little game engine never went away, so I decided to finally dig in and build it. Today I released v1.0.0 of Usagi Engine after making a bunch of small games, getting feedback from developers, and stabilizing the API. It's simple, has a great developer…
May 2026 · usagiengine.com
- 16

- 17GA
2013 · mysteamgauge.com
- 18IM
It's free and open source. The aim is to have more transparent access to wine prefixes and the surrounding tooling (winetricks, proton configuration, etc...) per game in comparison to Lutris. Same features like statistics (time played, times launched, times crashed, and so on) per game is available in the app.
Jan 2026 · github.com
- 19AW
So, me (dev) and my friend (designer) have been building a website/mobile app to help users manage their game library (think MyAnimeList, but games) for a little over a year. We launched with a very basic set of features, and have been slowing expanding since then. All the code is open source, and most of the things we implemented were direct feedback from users (e.g. being able to import games from Steam/PSN, and the Posts feature). We don't show ads or have any kind of subscription. This is just a hobby project. Any feedback would be greatly appreciated, as honestly the hardest…
2025 · gamenode.app
- 20G
2013 · github.com
- 21IR
It took me 20 months to develop it in my spare time. I used Unity game engine, I did not have any game dev experience before. It was more complex that I thought at the begining, I spent lots of time on promotion, marketing, founding company, learning about the legal aspects of different parts, for example music. Some parts were easier than I expected. Unity makes it very easy to build for all three operating systems (Win, MacOs, Linux), I am not sure why more game devs are not using this possibility. I also like working on Steam as distribution system. It is not exactly easy for a newcomer,…
2022 · store.steampowered.com
- 22SF
Hi HN! I’ve been building a 2D game using a custom engine I wrote from scratch – no Unity, no frameworks. It’s fully self-funded and will be released commercially on Steam. Engine source code (MIT): http://github.com/willtobyte/carimbo I’d love feedback on the gameplay, visuals, performance, or anything else. Thanks!
2025 · bereprobate.com
- 23S1
Hi HN, I’m César, a non-developer who started building prototypes using vibe coding (AI + prompts instead of code). While doing this, I realized a big issue: it’s incredibly hard to get a good design. Most sites end up looking the same. So I built Skilfut — a SaaS that provides a library of 138 UI components, each with its associated prompt. You can copy/paste them into your no-code or AI-coding workflow and get functional, styled blocks right away. Already 138 components available New components added every week (+200 planned) Designed in collaboration with designers from companies…
2025
- 24KT
2017 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →