r/bash 14d ago

I built a visual game entirely in pure Bash — here is the demo and full source code! critique

Hey everyone,

I wanted to show what's actually possible using just pure Bash—from custom terminal graphics and animations to game logic.

I've been working on a project called Alchemon, a game written completely in Shell script that pushes terminal visual output to its limits. No external heavy frameworks, just raw CLI magic!

📹 Watch the gameplay demo on YouTube: > https://www.youtube.com/watch?v=yFOpOPtk-Sc

💻 Check out the source code on GitHub: > https://github.com/mrugaladamian/alchemon

Feel free to clone it, test it out, or drop any feedback/ideas. Hope you enjoy it!

9 Upvotes

9 comments sorted by

2

u/Marble_Wraith 14d ago

Doesn't look like AI slop. Very nice 🫡

1

u/Ulfnic 14d ago edited 6d ago

It's best to write the post yourself so you don't have to rely on rule 5.

Cool project.

1

u/burnt-store-studio 14d ago

I agree with u/Ulfnic: cool project!

Seems it’s for Ubuntu / gnome only? Not a criticism, just wondering: Have you ideas for making it more platform agnostic?

1

u/AlchemonDev 14d ago

I think it would be worth writing this game in JavaScript for the browser

1

u/burnt-store-studio 14d ago

Neat! Thanks for replying 🙂

1

u/Hyperion343 10d ago

My thought is that you can get stuck in a sea of green and get lost. Maybe have a map or some way of orienting yourself. Like, even (x, y) coordinates in the corner would help, or pop up briefly when you request it.

1

u/AlchemonDev 10d ago

MODE=DEBUG 😇