GBA Programming Tutorial (Community Edition) https://gbadev.net/tonc
Find a file
2025-09-01 18:42:29 +02:00
.github ci: update to actions/deploy-pages v4 2025-04-02 00:09:57 +02:00
content Fix typo in first.md (#133) 2025-09-01 18:42:29 +02:00
maintainer move porting docs to another folder, add change log entry 2023-12-27 16:56:36 +01:00
mdbook-external-links@3e312a4105 Port to mdbook (#52) 2023-10-27 20:51:53 +02:00
mdbook-toc@5c454c0233 Port to mdbook (#52) 2023-10-27 20:51:53 +02:00
mdbook-xnos Port to mdbook (#52) 2023-10-27 20:51:53 +02:00
preproc Converted all admonition boxes to new markup (#100) 2024-02-04 15:50:17 +01:00
theme Add Tonc classic theme (#24) (#104) 2024-02-25 18:34:14 +01:00
.gitattributes Port to mdbook (#52) 2023-10-27 20:51:53 +02:00
.gitignore Port to mdbook (#52) 2023-10-27 20:51:53 +02:00
.gitmodules Port to mdbook (#52) 2023-10-27 20:51:53 +02:00
book.toml Add Tonc classic theme (#24) (#104) 2024-02-25 18:34:14 +01:00
Cargo.lock Add preprocessor for admonition boxes and git commit information (#84) 2023-12-09 00:13:49 +01:00
Cargo.toml Add preprocessor for admonition boxes and git commit information (#84) 2023-12-09 00:13:49 +01:00
LICENSE Add LICENSE 2023-08-31 17:54:39 +02:00
README.md move porting docs to another folder, add change log entry 2023-12-27 16:56:36 +01:00

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 git@github.com: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