Skip to content

gbadev-org/tonc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c0ece34 · Mar 25, 2025
Oct 27, 2023
Mar 25, 2025
Dec 27, 2023
Oct 27, 2023
Oct 27, 2023
Oct 27, 2023
Feb 4, 2024
Feb 25, 2024
Oct 27, 2023
Oct 27, 2023
Oct 27, 2023
Dec 8, 2023
Dec 8, 2023
Aug 31, 2023
Dec 27, 2023
Feb 25, 2024

Repository files navigation

Tonc (Community Edition)

This repository hosts the source of the community-maintained version of Tonc, the GBA programming tutorial originally written by Jasper Vijn (cearn).

Setup

You need Python, Rust and mdBook.

# clone the repo
git clone --recurse-submodules [email protected]:gbadev-org/tonc.git
cd tonc

cargo install mdbook

# run the development server
mdbook serve --open

The book will be live at http://localhost:3000