Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szerhusenbc/phaser-tutorial
Just a repo for learning the Phaser game engine
https://github.com/szerhusenbc/phaser-tutorial
game-deve learning-exercise parcel phaser typescript
Last synced: about 1 month ago
JSON representation
Just a repo for learning the Phaser game engine
- Host: GitHub
- URL: https://github.com/szerhusenbc/phaser-tutorial
- Owner: szerhusenBC
- License: mit
- Created: 2020-04-03T20:28:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T16:41:54.000Z (about 2 years ago)
- Last Synced: 2024-11-09T11:16:57.592Z (3 months ago)
- Topics: game-deve, learning-exercise, parcel, phaser, typescript
- Language: TypeScript
- Size: 1.17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phaser-tutorial
Just a repo for learning the Phaser game engine. It's based on the tutorial at https://phaser.io/tutorials/making-your-first-phaser-3-game/part1## Building and running on localhost
### First install dependencies:
```sh
npm install
```### To run in hot module reloading mode:
```sh
npm start
```The game is available under http://localhost:1234
### To create a production build:
```sh
npm run build-prod
```