Barebone arcade Stacker game

https://github.com/narshee/stacker-arcade

Made in a day, it works and I wanted to share it

11 points · 5 comments · view on lemmy.world

5 Comments

fd_nomad@feddit.de · 1 pts · 2y

cool stuff

GustavoM@lemmy.world · 1 pts · 2y (3 replies)

Really good stuff.

-EDIT- I went ahead and "dockerized" it. :^)

narshee@iusearchlinux.fyi · 2 pts · 2y (2 replies)

Cool. Didn't know people use docker for non-server stuff. Hope mem doesn't leaks :)

GustavoM@lemmy.world · 1 pts · 2y (1 reply)

Pretty sure it won't leak (I used gcc under musl to compile it with a few safeguard flags).Still, its a fun little experience to (at least try to) dockerize everything. :p

narshee@iusearchlinux.fyi · 2 pts · 2y

I too ran sanitizers and static checks, but I am still not 100% confident