https://github.com/ollej/macroquad-introduktion
A game development guide on how to build a shoot'em up game in Rust with Macroquad.
https://github.com/ollej/macroquad-introduktion
documentation game gamedev guide macroquad mdbook programming rust shootemup tutorial
Last synced: 1 day ago
JSON representation
A game development guide on how to build a shoot'em up game in Rust with Macroquad.
- Host: GitHub
- URL: https://github.com/ollej/macroquad-introduktion
- Owner: ollej
- Created: 2023-05-08T14:31:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-13T19:14:24.000Z (8 months ago)
- Last Synced: 2025-05-13T20:39:04.334Z (8 months ago)
- Topics: documentation, game, gamedev, guide, macroquad, mdbook, programming, rust, shootemup, tutorial
- Language: Rust
- Homepage: https://mq.agical.se/
- Size: 35.4 MB
- Stars: 21
- Watchers: 1
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game development with Macroquad

This is a game development guide showing how to create a shoot'em up game
using the game library Macroquad and the Rust programming language.
Read the guide [Game development with Macroquad](https://mq.agical.se/)
online.
There is also a [Swedish version](https://macroquad-introduktion.agical.se/) of the guide.
You can [buy the physical book](https://agical.se/buymq) on the Lulu online
book store.
[](https://agical.se/buymq)
The source code for the chapters are available under examples in the
[my-game](https://github.com/ollej/macroquad-introduktion/tree/main/my-game/)
repository on GitHub.
Game development with Macroquad by Olle Wreede is licensed under CC BY-SA 4.0

