Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.66 KB

README.md

File metadata and controls

21 lines (18 loc) · 1.66 KB

GameBoy VSCode Template for macOS

A VSCode project template to kickstart a new GameBoy ROM development in C with optional debugging in Emulicious on macOS.

Requirments

Usage

  1. Download the latest zipped release
  2. Unzip it in $HOME/Library/Application Support/Code/User/ProjectTemplates
  3. Open the folder you want to create a new project in VSCode and from the command palette choose Project: Create Project from Template > GameBoy-VSCode-Template
  4. Write a name for the project and press enter
  5. If everything went right and your setup is good you should be able to press F5 and see an example game launching in Emulicious and attached to the debugger. If you don't have Emulicious set up or you don't want to debug, you can just CMD+Shift+B and have a .gb ROM compiled in the game folder.

Relevant links