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
- Host: GitHub
- URL: https://github.com/ourcade/infinite-runner-template-phaser3
- Owner: ourcade
- License: mit
- Created: 2020-05-25T19:05:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-28T18:18:43.000Z (over 3 years ago)
- Last Synced: 2025-04-14T01:04:01.375Z (2 months ago)
- Topics: example-code, gamedev, infinite-runner, phaser3, starter-template, typescript
- Language: TypeScript
- Size: 19.5 KB
- Stars: 37
- Watchers: 2
- Forks: 24
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Infinite Runner Template
> Example code from Infinite Runner in Phaser 3 with TypeScript book
## 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)