I started working on a new beginner game development online course, built with React, based on the volunteer teaching work I’ve done the past few years. The plan is for it to always be free. … Continue reading
Tag Archives: video games and programming
Data Structures in RPGs: Associative Arrays
Over the last few posts, we’ve discussed lists and list-like data structures, such as sets and arrays. All of these are collections of items. In this post, we’ll be talking about a new type of … Continue reading
Data Structures in RPGs: Sets
In the last couple of posts, we discussed arrays and lists, both sequential collections of related items. In this post, we will discuss sets. A set is an unordered collection of objects, that cannot contain … Continue reading
Data Structures in RPGs: Lists
In the last article, we looked at the array data structure. This time, we will discuss lists. As we mentioned in the arrays article, in some languages, such as JavaScript, arrays and lists are the … Continue reading
Data Structures in RPGs: Arrays
In RPGs (and any game), data structures are vital components of the game code. A data structure is a scheme or construct for storing, organizing, and accessing data in a game. There are many different … Continue reading
RPG Tutorial: Text-Based Yo-Kai Watch Lottery in Java
In this tutorial, we’ll discuss how to implement a text-based lottery system/game similar to the one in some of the Yo-kai Watch games. We will be doing the tutorial in Java. You’ll need some basic … Continue reading
The Importance of Randomness in RPGs
Historically, randomization has been one of the most important factors in role-playing games (RPGs). The first computerized RPGs were heavily based on table-top RPGs, which rely on dice rolls to determine gameplay. Random factors can … Continue reading
Free Course: Code Your First Video Game
If you’re interested in video game development and want to learn programming, we have a new, free course available on Teachable, called “Code Your First Game.” It takes beginners from having zero coding experience to … Continue reading
Free Webinar: How to Make Video Games – Code Your First Game!
Ever wanted to create your own video games? Learn how to code your first game in this free webinar, no prior experience needed! About this event If you are interested in video game development, you … Continue reading
Webinar Replay: How to Make Video Games
The replay from our latest webinar on how to make video games is now available for viewing: Key points covered in the video: What skills are required to make a game, as well as recommended … Continue reading


