Nautical War
I reworked my old Battleship game for Android: https://nauticalwar.com/
I reworked my old Battleship game for Android: https://nauticalwar.com/
I wrote a web version of Blackjack in ReactJS/Typescript: https://gdonald.github.io/blackjack-js/
I wrote a console version of Blackjack in Python 3: https://github.com/gdonald/blackjack-py
I wrote a GUI version of Blackjack in C using the SDL2 graphics library: https://github.com/gdonald/blackjack-c-sdl
I wrote a customer relationship management tool in Ruby on Rails: https://crm12.com/ You can manage customers, sales, and products. It also has custom fields you can attach to products.
Here's a how-to for building a recent Linux kernel on your Debian GNU/Linux box: You will need to do all this as root. It's serious business building new Linux kernels :) su - The dash after the su...
I wrote a console version of Blackjack in C: https://github.com/gdonald/blackjack-c
CREATE DATABASE _ WITH ENCODING 'UTF8' OWNER _ LC_COLLATE 'en_US.UTF-8' LC_CTYPE 'en_US.UTF-8' TEMPLATE template0;
I wrote a console version of Blackjack in C++: https://github.com/gdonald/blackjack-cpp
I wrote a console version of Blackjack in Raku: https://github.com/gdonald/Console-Blackjack and released it as module: Console::Blackjack