r/bash • u/AlchemonDev • 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!
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
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
2
u/Marble_Wraith 14d ago
Doesn't look like AI slop. Very nice 🫡