nowfound

Alternatives

Products that do what Halloween game to show off my new Terminal does

Hi hi, I made a little Halloween themed game this week to show off my new terminal. You can play it in the browser. at https://joel.tools/halloween/ Two years ago, I started building an experiment tracking tool for myself as I have been venturing into ai research, and it has morphed into a terminal with rich content support and a bunch of fancy features. https://github.com/JoelEinbinder/snail/ I can't recommend people start using snail for important stuff today, but I think the game is fun and it shows off a lot of the capabilities of the…

  1. 1

    A native macOS terminal you can skin and theme

    Aug 2026 · terminalcandy.com

  2. 2

    Learn the terminal like a game — in a browser sandbox Discussion | Link

    12d ago · producthunt.com

  3. 3IS

    Hey everyone! Long time lurker, first time poster. I've just reached beta in my game BoxByte Lyte. -What is it- It's a free 3d arcade game for hardcore players that uses color matching in interesting ways. Also it's a one button game, well movement and one button. Cool huh? The final release will be free too. -What I need- This is a very challenging game, so I really need to balance the difficulty so that it's still hard but not impossible. It would be great just to hear your experiences of the game and how far in it you got. -Where can I report bugs?-…

    2015

  4. 4

    An unusual idle RPG as a snail to save the world

    2023

  5. 5MF

    Hi HN, I wanted to share my very first (insignificant) project written in Go: a little CLI tool that displays messages with an animated bunny holding a sign. I wanted to learn Go and needed a small, fun project to get my hands dirty with the language and the process of building and distributing a CLI. I've built a similar tool in JavaScript before so I thought porting it would be a great learning exercise. This was a dive into Go's basics for me, from package structure and CLI flag parsing to building binaries for different platforms (never did that on my JS projects). I'm starting to…

    2025 · github.com

  6. 6

    A hidden game for your web inspector

    2019

  7. 7IC

    Hello everyone! I created a short game in just a few days, just for fun, where you play as an ant and feed it apples This game also features random landscape generation, with clouds and trees arranged in a chaotic pattern across all coordinates. This is what took me the longest time :) I would appreciate your feedback ^ ^

    Sep 2025 · aanthonymax.github.io

  8. 8
    Godmode98

    An AGI in your browser

    2023

  9. 9SE

    Hi! I've been using a similar browser extension for a long time. It kept me motivated. I decided to create the same thing for the terminal where I spend a lot of time.

    2024 · github.com

  10. 10IM

    Hello HackerNews, I'm Kaamkiya, the author of this program. It's a collection of minimal games made for terminals, like 2048, Hangman, and even two player games like pong. They're all text-based, but they can actually be quite fun. If you want to test it right now, you can do this: go run github.com/Kaamkiya/gg@latest I started this project out of boredom, honestly. I was bored, and when I'm bored I like to code or play video games. So I coded video games. I kept them really minimal though, because I'm not great at gamedev and thought it would be easier to contribute to text-based…

    2024 · github.com

  11. 11MW

    Happy Halloween! Instead of going to a Halloween party this year, my wife and I decided to run a tiny Hackathon and built this little retro choose-your-own-adventure to pay tribute to a popular series of yesteryear. Try and escape! Also pumpkin mode!! We made liberal use of ChatGPT for code, DALLE3/Midjourney for images, but did most of the storyboarding/writing ourselves because we couldn't stand the style of GPT4/Claude.

    2023 · tremella.github.io

  12. 12DA

    This is a small coding toy I made for fun. I think there are a few interesting ideas buried in it — curious what others think.

    Mar 2026 · github.com

  13. 13DA

    https://github.com/tombasche/debut As part of work I was tasked with doing a presentation on a part of the Agile Manifesto, so as a way to make it interesting I initially decided to do it as an animated CLI app. Then I remembered curses existed! And a weekend later I ended up with a mini-framework for doing your own presentations in the terminal complete with borders, colours and keyboard interaction. It's also 100% Python with no external dependencies, so feel free to clone it and run it as the readme states.

    2020

  14. 14AG

    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

  15. 15

    A free AI assistant for developers who live in the terminal.

    Jun 2026 · ghost-cli.eu.cc

  16. 16IM

    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

  17. 17IA

    I call my Portfolio Website "The Best Terminal-Inspired Portfolio Website on The Internet™" As one of the games, I decided to play around and add this - just use "gameoflife" as the command and try it out, I'd love to hear thoughts :)

    2025 · kuber.studio

  18. 18AE
  19. 19WT

    Hi, I have created a terminal app for wordle that has web like experience. In particular, it has keyboard hints and guess reveal animations. The idea is to able to play wordle in the terminal offline (and continuously if needed). This is also kind of a Rust learning project for me, and my first public rust project. The terminal game is built with ratatui framework, which is great. I find it interesting that you can model a tui with `The Elm Architecture - TEA` principles for the terminal. Feedbacks are welcome, particularly if you are a wordle person. Have a nice day!

    2024 · github.com

  20. 20GW

    Nov 2025 · github.com

  21. 21TA

    I was having way too much free time even when i was working on 6-7 different projects at the same time with claude code and codex. Staring at the terminal when agents are cooking code for you was just too boring in the last 6-7 months so had to look for fun little side quests and ended up building a terminal arcade, it is still in its infancy and more of a personal hobby project. Out of all things, i ended up liking the bookshelf a lot when I built the post tool hook where i get a quote from a book for every 5th tool call, learning about new books became my daily habit now. It is open…

    May 2026 · twitter.com

  22. 22HC

    This is a model I’ve been thinking about lately. It demonstrates a pattern that I’m wondering could exist, where terminal applications, BBS-style shared user boards, and other expressions of creativity and sharing are created with web technologies but rendered into the terminal and accessed over SSH. I like that this brings back some kind of old days of the internet feeling and uses web technologies but sidesteps the public World Wide Web, even though it’s still on the internet. You can try it out too right now, and I’m thinking about making the self-hosting specialized applications part a…

    Jul 2026 · duetbrowser.com

  23. 23CT

    Hey gang, My names Ryan. I Develop Desktop applications, usually for Windows. I made this little Trainer application , if anyone wants to try it out. It lets you manipulate values in memory, in-order to hack stats, crafting materials, etc. If you like it, have any suggestions, or angrily yell about the console release, feel free to hmu. https://github.com/howzitkiffen/Cyber-Punk-Trainer (PS: Looking for work!)

    2020

  24. 24IB

    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

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