An open API service indexing awesome lists of open source software.

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.

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)