Coding a Retro Game: Learn to Code in C
Learn to code in C and create your own retro games with this free multi-part C programming tutorial series. But first, why learn to program in C? TL;DR C is one of the most sought-after languages in …
Learn to code in C and create your own retro games with this free multi-part C programming tutorial series. But first, why learn to program in C? TL;DR C is one of the most sought-after languages in …
Introduction I’ve reviewed both the Sidewinder X1 and the Genius 3D printers from Artillery in the past and they have provided me their latest addition to the Artillery family, the Hornet.The Hornet …
Retro computing and retro games have had a renaissance. I love it. The community has never been so vibrant. As I write this, my friend Andy has won an award for his brand new Commodore Vic 20 computer …
Ever wondered how to create your own custom keyboard or keypad? Do you want a fast way to quit out of Zoom calls? Today we’re going to be making our own custom Arduino macro USB keyboard. Well, …
So far I have covered more Arduino/C and even AMOS Basic than anything else, but my main language on the daily is Python, and my main use of Python is for making my day job life easier! Python is an …
When I first saw the Triangle Labs Dragon hotend I was intrigued. There were some interesting features with the hot end such as having nickel plated copper heat block to heat up quicker and a …
Today, we’re going to create the world’s easiest Hackintosh using the virtual MacOS package, Sosumi.
Seeed sent me a Wio Terminal to play with, and I have to say I am impressed. Rather than do a straight review, I thought I would show how easy it is to make a quick project with it.
In the final (for now, at least) entry in this series, we are going to pull everything together into a playable “Shoot the Invaders from Space” game that has keyboard and joystick control, …
There is one last popular option for scrolling the screen and covering it gives us an opportunity to introduce the special AMOS animation language, AMAL … Previous AMOS Basic Tutorials in this …
In the previous article, we created a tile map and did a simple scrolling screen using Screen Copy. While it worked, and demonstrated some cool aspects of AMOS, it wouldn’t really be efficient …