gbdev / gb-asm-tutorial

Learn to create games for the Game Boy using Assembly
http://gbdev.io/gb-asm-tutorial/
MIT License
100 stars 31 forks source link
assembly gameboy gameboy-color gamedev gb-asm-tutorial gbdev tutorial

GB ASM tutorial (v2)

Re-doing GB ASM Tutorial, and this time, until the end.

Translating

To help translate the tutorial, join the project on Crowdin.

Contributing

Contributing is really easy, fork this repo and edit the files in the src directory. Then, you can send your PR.

To deploy gb-asm-tutorial locally:

  1. Install Rust and mdBook. mdBook powers the book itself, Rust is used for some custom plugins.
    $ cargo install mdbook
  2. Within a terminal pointed at the directory book.toml is in, run mdBook (mdbook build / mdbook watch / mdbook serve).
  3. The HTML files are in book/custom/.

License

Different parts of gb-asm-tutorial are subject to different licenses: