#linux #productivityhacks #terminal
#linux #productivityhacks #terminal
Once again, I'm waiting for an app store to approve the results.
#gamedev
Once again, I'm waiting for an app store to approve the results.
#gamedev
Fortunately, this time I have a server component as well, so I'm spending the time improving it and automating some of the update processes.
Still, tick-tock, tick-tock
#gamedev
Fortunately, this time I have a server component as well, so I'm spending the time improving it and automating some of the update processes.
Still, tick-tock, tick-tock
#gamedev
What a shame it wasn’t an integer overflow bug.
What a shame it wasn’t an integer overflow bug.
It seems vibe coding works, but only if you have a mental model of what the AI produces and test it
I'll write an article about it when the game is done
#gamedev
It seems vibe coding works, but only if you have a mental model of what the AI produces and test it
I'll write an article about it when the game is done
#gamedev
for i in $(seq 1 $((LINES * COLUMNS))); do case $((RANDOM % 3)) in 0) echo -n '╱' ;; 1) echo -n '╲' ;; 2) echo -n '╳' ;; esac done; read -n 1 -s -r
for i in $(seq 1 $((LINES * COLUMNS))); do case $((RANDOM % 3)) in 0) echo -n '╱' ;; 1) echo -n '╲' ;; 2) echo -n '╳' ;; esac done; read -n 1 -s -r
blockchaingandalf.substack.com/p/stablecoin...
blockchaingandalf.substack.com/p/stablecoin...
Other than that, the Substack transcription was surprisingly accurate. Better than YouTube.
blockchaingandalf.substack.com/p/quantum-co...
Other than that, the Substack transcription was surprisingly accurate. Better than YouTube.
blockchaingandalf.substack.com/p/quantum-co...
#gamedev #indygames
#gamedev #indygames
Even my backup drive is now toast. It's all rather difficult.
Even my backup drive is now toast. It's all rather difficult.
I also made one of the levels easier on "basic", so it's not impossible on "fiendishly hard".
#gamedev #indiegames
I also made one of the levels easier on "basic", so it's not impossible on "fiendishly hard".
#gamedev #indiegames
That's 15 more downloads than any other game I've written has achieved.
#gamedev #indygames
That's 15 more downloads than any other game I've written has achieved.
#gamedev #indygames
Mind you, "substantial contagion channels" do sound really scary.
Mind you, "substantial contagion channels" do sound really scary.
And then today I spent 8 hours working out how to build a production release, and how to navigate Google Play Console.
Caves of Steel is in review. Should take about a week...
#gamedev
And then today I spent 8 hours working out how to build a production release, and how to navigate Google Play Console.
Caves of Steel is in review. Should take about a week...
#gamedev
And I've found three more issues that need dealing with.
Fix a bug, find three more that need fixing.
Isn't that always the way?
#gamedev
And I've found three more issues that need dealing with.
Fix a bug, find three more that need fixing.
Isn't that always the way?
#gamedev
I have an Android 7 device (an Honor 8) that just about manages to run the game, but as you can see, my scaling code isn't working.
Lucky for me that the aspect ratios and canvas pixels are different!
I have an Android 7 device (an Honor 8) that just about manages to run the game, but as you can see, my scaling code isn't working.
Lucky for me that the aspect ratios and canvas pixels are different!
Primes and factors are weird, when you think about them long enough.
Primes and factors are weird, when you think about them long enough.