nowfound

Alternatives

Products that do what The ocean in Final Fantasy IX is made of Wang tiles does

made a fun little website with AI to explain how the Oceans in FFIX are authored after days of slamming my head against the keyboard trying to deconstruct it

  1. 1IM

    Hi HN! I made many small web games in the past with Unity or Phaser. But this time I wanted to make something completely on my own. So I coded a basic game framework in plain JavaScript, and used it to make Almost Pong. This was a really fun project that taught me a lot about JavaScript, and I plan to make more minimalist games with this framework. Interesting fact: Almost Pong doesn't load any assets, all sprites and sounds are generated with code. Happy to answer questions, and please let me know if you have any feedback on the game. Thanks!

    2022 · lessmilk.com

  2. 2AM

    Hello HN! We’re a small creative studio specializing in real-time 3D experiences. Netlify approached us to design and build an interactive experience to celebrate reaching 5 million developers. Inspired by the classic game Marble Madness, we created a gamified experience where users control a ball through playful, interactive levels. The goal was to blend marketing content with the look and feel of a game to engage users. The app is built with Three.js [1], using our custom render pipeline and shaders, and uses Rapier for physics simulation [2]. The 2D content is overlaid on the WebGL view…

    2024 · 5-million-devs.netlify.com

  3. 3IM

    I sometimes pick up random projects just because I can, this was one of those times. I made it as a week long project a while back this year but never shared here, so thought to go for it haha. I created a game inspired by Doom and the backrooms called The Backdooms under 2.4kb in minified html. (for reference, this entire post would be around 1.8kB haha) I had to use a not popular way of using GZip with Zlib headers (had to write my own script for compressing it, also in the repo) to eventually convert it a size 40 QR code that works right in your browser using Decompressionstream API. This…

    2025 · github.com

  4. 4TF

    It's free to play on steam, but you'll need a computer with a dedicated graphics card. I just released a new version after first releasing it 18 months ago. It's been a hard slog to scrounge time as it's not my day job but that's life. There's a ton of obvious improvements in the future (weather systems, temperature, varying rainfall, ice/snow, more biomes, more plate tectonics, lava, etc) but all suggestions/feedback is welcome.

    2023 · store.steampowered.com

  5. 5LP

    Took a break from the falling sand simulation blog posts this week to work on another small project. It's a little pixel world generator- each time you visit, you'll see a new little world. I really like this stuff and had a blast building it yesterday!

    2022 · jason.today

  6. 6MA

    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

  7. 7
    The Abyss160

    An ultra-minimal platform to let your thoughts out

    2023

  8. 8LT
  9. 9IA
  10. 10AM

    Hi, I’ve been working on Artifacts for the past 2 years, and it’s now ready to try. It’s a sandbox MMORPG where every action is done through a REST API. Instead of clicking to move, fight, gather, craft, or trade, you write code to control your characters. If you have any questions, comments, or feedback, I’d be happy to hear them.

    Jun 2026 · artifactsmmo.com

  11. 11AI

    (space = reset) Fluid mechanics is an extremely interesting topic and I have been creative coding for a couple of months now. Therefore I started working on flow fields in processing. It had so much fun playing around with the different parameters in this project, I decided to rewrite in p5.js an added a control panel. You can change most of the parameters (within some constraints I thought to be reasonable), randomize the values and export and import settings. Hopefully some coders here get inspired and also join the great creative coding community.

    2024 · synapse.nugatio.com

  12. 12OJ
  13. 13IM

    Hey there HN, I took a page from Wordle's mechanisms and made this game for fun for some friends and I. Check out Wheredle and let me know what you think of it! ↙ ↗ ↘ https://wheredle.xyz

    2022 · wheredle.xyz

  14. 14AQ

    Hello everyone! I've finally finished my latest side project - a RPG game made in Blazor. It started as a small project to learn some Blazor (I'm .NET dev but kept mainly to backend and ASP.NET). I had such a good time coding it that at some point I decided to make a full featured game out of it. I might've have bitten off more that I could chew as RPGs have so many systems and elements but overall I think it worked out well, especially for a single person project. I want to hop on the next project soon so any comments/questions/tips than can make me better really appreciated!

    2024 · whimsicalwyrm.itch.io

  15. 152M

    Made this to try out o1-preview, took ~40 prompts and 3 hours in total, with a fairly solid backed written in Go. Works pretty badly in Firefox apparently due to canvas-canvas copies being really slow, Chrome works great tho. Doesn't work well on mobile yet, and has some other minor issues, but overall it feels incredible to put together something like this so quickly.

    2024 · chess280.com

  16. 16IR

    You can check the game here: https://select.supply/game/mindmaze. Curious to learn your feedback. I personally loved the game so much!

    Apr 2026 · medium.com

  17. 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

  18. 18TO
  19. 19AG

    Hi y'all, Made this game as a side-project a while back, figure some of you might enjoy it. Idea came while playing GeoGuessr (as you might have guessed). Artifacts are from the MET API, which is fantastic and well worth exploring for personal projects if you're into that sort of thing. I'm also working on adding 3D artifacts as in here: https://artifactguesser.com/artifacts/66880eb60da993fab0ffff... (warning, that page isn't super mobile friendly, but you'll get the idea). Shameless plug, if you think what I built is neat, I am a fullstack dev looking work, you can…

    2025 · artifactguesser.com

  20. 20AG

    Hey HN, I made https://linkians.com which is a game where all the action and state is contained in the url. The game involves taking care of little pets (emojis) that live in your url bar. Kind of like tamagotchi or sims. Feed them, play with them, and watch out for enemies! There's no server, just emojis in the url and client-side logic. Any linkians url using the supported emojis is a valid game state so you can save your game, or type out your own url and send it to a friend. I'd appreciate any feedback.

    2022 · linkians.com

  21. 21IB

    It's like a mix between Picross (Nonograms) and Polyominoes. It's a minimalist puzzler which has no text, no tutorials (none required) and no ads set in a relaxing environment. App Store: https://itunes.apple.com/gb/app/shapeuku-shape-puzzle-game/i... Play Store: https://play.google.com/store/apps/details?id=com.dtbgames.s... I have a bulk load of Android promo codes to give away, so if you'd like one let me know! (Sorry iOS users, I have no free codes left!)

    2018

  22. 22CA

    Made this during COVID. I was into PICO-8 at the time and saw someone ported DOOM to it. I'm more of a text adventure guy, so I decided to port ADVENT. Basically I wrote a FORTRAN-to-Lua transpiler. The hardest part was figuring out what version of FORTRAN the source code was written in, finding a manual, cramming it into the limited cartridge space, but most of all, wrapping my mind around the data file format. Always admired Will Crowther for making this. Very fun project. I recorded myself during the whole process but I never posted a video. Future work maybe.

    2024 · lexaloffle.com

  23. 23OR

    Hi I've created a text-based RPG game in which you can experience different adventures and play interesting characters while the AI acts as a real time DM/story teller. There are multiple ways to interact with AI: 1) Input free will move 2) Input default move (affects resources) 3) Post a question to DM Also one more cool feature is that you can create your own adventure via simple form. Add scenes, add characters and make it public so other players are able to test it. I also plan to have 'competetive' side where players will pay some small fee to creators in crypto depending on…

    2023 · landing.v3rpg.com

  24. 24PA

    Hey everyone, I was wondering if a Poincaré disk would be able to usefully show the local structure of a graph while showing most of one I used a collection of ML papers to explore this

    Mar 2026 · paperverse.net

Ranked by how close each launch is in meaning, then by votes. Refine with a description →