Daily Shaarli
December 12, 2024
stackabrix is a simple terminal game, where the user, against the clock and with the least moves possible, must sort the blocks according to their color, and stack. (Tower of Hanoi)
However, it is all written in 200 lines of bash and looks as if written in 1000 lines of rust. The code looks immaculate, and can probably be learned from pretty well.