https://github.com/asadm/playroom-phaser3-starter
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.5%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: asadm
- Language: JavaScript
- Default Branch: main
- Homepage: playroom-phaser3-starter.vercel.app
- Size: 291 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Phaser 3 Playroom Template
A template for creating a Phaser 3 Playroom game.
This template provides a development environment and mock APIs for multiplayer parts that you can use to test your Phaser game locally without embedding the entire Playroom codebase.
The game is under src/ which uses the helper code from runner/ to start Phaser game and use keyboard inputs to simulate multiplayer controls.
Available Commands
| Command | Description |
|---------|-------------|
| npm install | Install project dependencies |
| npm start | Build project and open web server running project |
| npm run build | Builds code bundle with production settings (minification, uglification, etc..) |
Writing Code
After cloning the repo, run npm install from your project directory. Then, you can start the local development server by running npm start.
After starting the development server with npm start, you can edit any files in the src folder and webpack will automatically recompile and reload your server (available at http://localhost:8080 by default).
Please note that the files under runner/ are not to be edited. Feel free to contact if you have any questions or need help with the provided API.
Owner
- Name: Asad Memon
- Login: asadm
- Kind: user
- Location: San Francisco Bay Area
- Website: https://asadmemon.com
- Repositories: 13
- Profile: https://github.com/asadm
GitHub Events
Total
Last Year
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Asad Memon | a****k@g****m | 4 |
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- 785 dependencies
- @babel/core ^7.7.2 development
- @babel/plugin-transform-runtime ^7.18.5 development
- @babel/preset-env ^7.7.1 development
- babel-loader ^8.0.6 development
- clean-webpack-plugin ^3.0.0 development
- file-loader ^4.2.0 development
- html-webpack-plugin ^3.2.0 development
- raw-loader ^3.1.0 development
- terser-webpack-plugin ^2.2.1 development
- webpack ^4.41.2 development
- webpack-cli ^3.3.10 development
- webpack-dev-server ^3.9.0 development
- webpack-merge ^4.2.2 development
- @babel/runtime ^7.18.3
- mousetrap git+https://github.com/ccampbell/mousetrap.git
- phaser ^3.55.2