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

https://github.com/ourcade/infinite-runner-template-phaser3

Starter template and example code from Infinite Runner in Phaser 3 with TypeScript book
https://github.com/ourcade/infinite-runner-template-phaser3

example-code gamedev infinite-runner phaser3 starter-template typescript

Last synced: 2 months ago
JSON representation

Starter template and example code from Infinite Runner in Phaser 3 with TypeScript book

Awesome Lists containing this project

README

        

# Infinite Runner Template
> Example code from Infinite Runner in Phaser 3 with TypeScript book

![License](https://img.shields.io/badge/license-MIT-green)

## Overview

This is the source code for an infinite runner starting point in Phaser 3 as created in the free book: Infinite Runner in Phaser 3 with TypeScript.

This project uses the [phaser3-typescript-parcel-template](https://github.com/ourcade/phaser3-typescript-parcel-template).

## Getting Started

Clone this repository with `git-lfs` and run:

```bash
npm install
npm run start
```

If you don't have `git-lfs` installed then get it here: https://git-lfs.github.com

All the image and audio files in this repository is stored with `git-lfs`.

Alternatively, you can [download a zip from the latest release](https://github.com/ourcade/infinite-runner-template-phaser3/releases/tag/latest).

### Rocket Mouse Fly Animation

The Rocket Mouse art from Game Art Guppy is missing a fly animation image but [you can download one we made here](https://github.com/ourcade/infinite-runner-template-phaser3/issues/1). You will come across this in Chapter 3 of the Infinite Runner in Phaser 3 with TypeScript book.

## Credits

[House Background art](https://www.gameartguppy.com/shop/house-1-repeatable-background/) from Game Art Guppy

[Rocket Mouse art](https://www.gameartguppy.com/shop/rocket-mouse-game-art-character/) from Game Art Guppy

## License

[MIT License](https://github.com/ourcade/infinite-runner-template-phaser3/blob/master/LICENSE)