Member-only story
Let’s build Gameboy Emulator with Go
Welcome back! Go is an awesome programming language with endless possibilities, so let’s build another project with this language. In this specific article, we’ll break down the process of how a Gameboy Emulator could be built out with this language, luckily for us, this entire project has already been built out and hosted on GitHub, if you want to jump straight to this project, here is a link to it (be sure to give the original coder all of the credit for the code):
Let’s take a look at this project. Now, once we open up this project, we’ll see several different files: a few different folders, a .mod file, and a .sum file as well:
Within the gopher-boy folder holds the main.go file: