Giter Club home page Giter Club logo

phaser3-game-test's Introduction

Phaser 3 Game Test

A simple responsive game using object-oriented Javascript (ES6) with Phaser 3 framework and Spine Plugin. Bundled using Webpack. Play the game: https://camisfolio-phaser3.web.app

Folders

src

The development folder where all magic happens.

dist

The production folder with a bundle version of the development code and all necessary assets. Do not edit this folder manually, always use Webpack to generate the content. All javascript/typescript/css code inside this folder will be minified / obfuscated and all assets will be renamed (except the spine assets).

Commands

npm init

Use the init command to install all necessary node modules, including Webpack that will be used to run the localhost server.

npm start

Start the development server with a non-minified and non-obfuscated version of the javascript bundle, enabling log and debug messages.

npm run test

Build the final production bundle file and open the development server for testing.

npm run build

Build the final production bundle file inside the dist folder.

npm run lint:js

Verify if the javascript code fits the current rules and format the code to make it more readable and maintanable.

Todo

  • Fade in/lose effects

phaser3-game-test's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.