Running a local Gemma4 on my RTX 4070 Ti let me prototype my dream game offline. A spreadsheet+Python rebuilt the persistent world, so I could edit NPCs without retyping everything. Free-text inputs + ...
Last time, I was granted the divine tool known as VSCode. With this, I could finally start developing my RPG. That is what I thought. However, this world was not that forgiving. The AI Sage was about ...
In my previous training, I succeeded in installing the magic book called pygame. The invisible enemy known as versioning was a formidable foe. In the end, I still don't understand what I was fighting ...
While Excel is ubiquitous, I prefer Python for my data analysis. Spreadsheets are great for formatting data, but it's Python that's allowed me to build my own super calculator out of regular Python ...
The tutorial walks through the entire game from scratch in 13 steps, explaining every line of code along the way.
$ python alarm_clock.py ⏰ Alarm Clock (type help for commands) # TIME LABEL REPEAT STATUS ─ ──── ───────────────────── ────── ──────────── 1 07:30 Wake up daily ...