c/commandline · by narshee@iusearchlinux.fyi · 2yBarebone arcade Stacker game https://github.com/narshee/stacker-arcadeMade 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
Really good stuff.
-EDIT- I went ahead and "dockerized" it. :^)
narshee@iusearchlinux.fyi · 2 pts · 2y
Cool. Didn't know people use docker for non-server stuff. Hope mem doesn't leaks :)
GustavoM@lemmy.world · 1 pts · 2y
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