https://github.com/asadm/playroom-phaser3-starter

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
Last synced: 10 months ago · JSON representation

Repository

Basic Info
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 4 years ago · Last pushed about 4 years ago
Metadata Files
Readme

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

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 4
  • Total Committers: 1
  • Avg Commits per committer: 4.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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

package-lock.json npm
  • 785 dependencies
package.json npm
  • @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