Game Design with AGS
This repository contains an mdBook project for the online book "Game Design with AGS".
book.toml—mdBookconfiguration and output settings.src/— source Markdown files for the book content.docs/— generated HTML output from the book build.
Install mdbook if it is not already available:
cargo install mdbookmdbook buildThe built site will be written to the docs/ directory.
mdbook serveThen open http://localhost:3000 in your browser.
- The
docs/directory is the output folder configured inbook.toml. - Use
mdbook buildafter editing files undersrc/to regenerate the site.
https://ensadi.github.io/AGSBook/
Copyright ©2021-2026 Ensadi LLC