SunnyDaye / sf3js

Fighting game in Phaser 3 framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SF3 JS Edition

Fighting game ported in NodeJS

Requirements

Node.js is required to install dependencies and run scripts via npm.

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).

Project Structure

Folders

assets - contains the sprite textures config - contains character configurations functions - contains common functions, controller, listeners models - contains player components scenes - various scenes used index.js - entry point

About

Fighting game in Phaser 3 framework

License:MIT License


Languages

Language:JavaScript 99.7%Language:HTML 0.3%