Keyboard Control and Character Movement: Coding a Retro Game with C Part 3
In this tutorial we will write a cross-platform, retro C program that accepts keyboard control of a text-based player character on screen.
In this tutorial we will write a cross-platform, retro C program that accepts keyboard control of a text-based player character on screen.
Programming in C traditionally starts with outputting “Hello World” to the text console/terminal command-line. In the previous C tutorial we looked at that code but didn’t examine …
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 …
Lots of people ask me about IoT (“The Internet of Things”). It’s a currently warm, if no longer hot, buzzword. Problem is I find a lot of the instruction out there …
Recently I have come around to really enjoy the Grove sensors and displays from Seeed. They are so convenient!
Halloween is an awesome time for makers. Each year I like to beat my previous year’s builds. For Halloween this year I thought I would do something a bit special and create two projects. This is …