https://github.com/henriquelalves/basic-phaser-boilerplate
Basic Phaser boilerplate without dependencies.
https://github.com/henriquelalves/basic-phaser-boilerplate
no-dependencies noob-friendly phaser
Last synced: 28 days ago
JSON representation
Basic Phaser boilerplate without dependencies.
- Host: GitHub
- URL: https://github.com/henriquelalves/basic-phaser-boilerplate
- Owner: henriquelalves
- License: mit
- Created: 2017-09-15T19:28:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T23:04:41.000Z (about 7 years ago)
- Last Synced: 2025-02-13T23:36:58.035Z (3 months ago)
- Topics: no-dependencies, noob-friendly, phaser
- Language: JavaScript
- Size: 806 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Basic-Phaser-Boilerplate
Basic Phaser boilerplate without dependencies.## How to install
Just git-clone/download this project in the folder you want and you are ready to go!## How to use
You'll need a HTTPServer to test the project (all Phaser projects need one).If you are using Linux/macOS:
1. Open your terminal.
2. `cd where_your_project_folder_is`.
3. `python -m SimpleHTTPServer 8000`.
4. The project will start running in the browser on `localhost:8000`.If you are using Windows, ~~good luck!~~ there are software to simulate HTTPServers;
you'll have to look for them, though. Try [stackoverflow!](https://stackoverflow.com/questions/5050851/best-lightweight-web-server-only-static-content-for-windows).When you change the code, just refresh the browser page. Sometimes the browser will use
the cached version of the page, so you'll have to refresh a couple of times more.## Asset credits
Dude: Phaser Mascot, https://phaser.io/
Platform: Alucard (https://opengameart.org/content/platform-tiles-0), CC-BY