Skip to content

jacketattack/SwingSoccer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swing Soccer

This was developed using the Phaser 3 Framework and Parcel as the web application bundler.

Check out Phaser 3 Examples to see examples on how to leverage Phaser 3.

Setup to run locally

Install Dependencies

  1. (Optional) It is highly recommended to use Node Version Manager (nvm) to install Node.js and npm.

  2. Install Node.js and npm with nvm:

    1. nvm install node
    2. nvm use node
  3. Install Parcel:

    1. npm install -g parcel-bundler
  4. Install dev dependencies needed to run Swing Soccer:

    1. cd path/to/swing/soccer/repo
    2. npm install

Start

Project Configurations

Prettier

This project uses Prettier, an opinionated code formatter.

  • The .prettierrc file will show you the selected configuration options. More informations about the format options can be found here.

  • The .prettierignore file will show you which files and/or directories are ignored when Prettier runs formatting.

To check formatting without making changes locally: npm run prettier-check or npx prettier --check . To apply the formatting changes locally: npm run prettier-write or npx prettier --write .

TypeScript

The selected compiler options for each project are set in the tsconfig.json file. More informations about the available options can be found here.

About

Fun 2 Player Web Game Where You Swing On Ropes & Score Goals! Made with https://phaser.io/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors