AoC Day 2: Cube Conundrum
Day 2 continues the Advent of Code story. To be honest, I think the Advent of Code is nothing more…
Day 2 continues the Advent of Code story. To be honest, I think the Advent of Code is nothing more…
Forgive the lyrical title… Last week, I talked about a proof of concept for a game I’m writing using Arcade…
I’ll admit, I give into fear. A lot. This past weekend, I was scheduled to run the Hot Chocolate Virtual…
It’s been a long time since I posted here. I keep trying to make it a regularly habit, but have…
We’ve been talking a bit about arrays the past few weeks. We’ve talked about how each element of an array…
When we last left our intrepid heroes, they were writing loops to add data to an array. But they still…
Last time, we talked about arrays. An array is a single variable which can store many different values. Each value…
Last week, we talked about the concepts of data types, which determine how a program interprets the contents of memory.…
Today, we’ll tie two previous ideas together and see how the computer deals with them simulataneously. But first, an apology…
When I sit down to write some new code, I am always trying to break the problem down into some…