https://github.com/progm/extreme-game-development-phaser
Slides, boilerplate, samples and cheatsheet for the (Extreme) Game Development with Phaser course.
https://github.com/progm/extreme-game-development-phaser
Last synced: 4 months ago
JSON representation
Slides, boilerplate, samples and cheatsheet for the (Extreme) Game Development with Phaser course.
- Host: GitHub
- URL: https://github.com/progm/extreme-game-development-phaser
- Owner: ProGM
- License: mit
- Created: 2024-09-23T21:03:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-26T08:22:20.000Z (over 1 year ago)
- Last Synced: 2025-11-11T21:29:12.126Z (8 months ago)
- Language: HTML
- Homepage: https://progm.github.io/extreme-game-development-phaser/
- Size: 28.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# (Extreme) Game Development with Phaser
Slides, boilerplate, samples and cheatsheet for the (Extreme) Game Development with Javascript course.
## Getting started
Clone this repo and its submodules with:
```bash
git clone --recurse-submodules https://github.com/ProGM/extreme-game-development-phaser.git
```
## What's inside
* [Slides](slides/README.md)
* [Cheatsheet](cheatsheet/README.md)
* [JS Boilerplate](https://github.com/phaserjs/template-esbuild)
* [TS Boilerplate](https://github.com/phaserjs/template-esbuild-ts)
* [Samples](samples/README.md)