Common Computer Science References
At the end of this lesson, you will be able to:
get a sprite showing up on a GameBoy simulator
maybe a real GameBoy!
using GBDK SDK
watch video below
if you are on a Windows computer, you can use the GameBoy Tile Designer (GBTD) software to create the imagesÂ
create a single sprite showing up on the GameBoy emulator
get it running in the web simulator on the PC GameBoy emulator
then create a meta sprite showing up on the GameBoy emulator
get it running in the web simulator on the PC GameBoy emulator
Single Sprite (main.c)
Meta Sprite (main2.c)
Good video but we are running our code on GitHub CodeSpace, NOT a local PC.
Also DO NOT follow his instructions for building a game.gc file, use mine.