A small game for your Linux terminal.
Posted: Wed Aug 11, 2021 12:27 am
I made a very small 2D space game for Linux terminals that support Unicode: Asteroids. Originally, it was planned to be just an easteregg in my chess engine, however I like how it turned out, so now it has its own GitLab repo and standalone binary. It compiles for Windows, but while it is somewhat playable, unfortunately it doesn't make any fun
However, on Linux it is almost addicting. My high score is 188, I would be surprised if anyone comes even close to this. I played it that much that I got "hallucinations" from it.
It is especially fun to play with the cool-retro-term, but with disabled burn-in effect.
For anyone interested in programming languages: I wrote this in Nim, which is as fast as C/C++ and (often) as easy to use as python. Generally, I can fully recommend trying it out.
However, on Linux it is almost addicting. My high score is 188, I would be surprised if anyone comes even close to this. I played it that much that I got "hallucinations" from it.
It is especially fun to play with the cool-retro-term, but with disabled burn-in effect.
For anyone interested in programming languages: I wrote this in Nim, which is as fast as C/C++ and (often) as easy to use as python. Generally, I can fully recommend trying it out.