All Projects → oliverbenns → phaser-starter

oliverbenns / phaser-starter

Licence: MIT license
Minimal starter project to get a Phaser game environment up and running with ease.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to phaser-starter

Webpack Starter Basic
A simple webpack starter project for your basic modern web development needs.
Stars: ✭ 552 (+656.16%)
Mutual labels:  phaser, starter-kit, phaserjs
Phaser Node Kit
Rapid Game Development with PhaserJS and Node for Modern Browsers
Stars: ✭ 39 (-46.58%)
Mutual labels:  phaser, phaserjs
Phaser
Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
Stars: ✭ 30,918 (+42253.42%)
Mutual labels:  phaser, phaserjs
Ion Phaser
A web component to use Phaser Framework with Angular, React, Vue, etc 🎮
Stars: ✭ 152 (+108.22%)
Mutual labels:  phaser, phaserjs
craft
Phaser Library with utility chainable functions
Stars: ✭ 27 (-63.01%)
Mutual labels:  phaser, phaserjs
Opensc2k
OpenSC2K - An Open Source remake of Sim City 2000 by Maxis
Stars: ✭ 4,753 (+6410.96%)
Mutual labels:  phaser, phaserjs
Phaser Examples
🎮 Game collections made by Phaser
Stars: ✭ 140 (+91.78%)
Mutual labels:  phaser, phaserjs
generator-phaser-browserify
A generator for Phaser using Gulp and Browserify
Stars: ✭ 36 (-50.68%)
Mutual labels:  phaser, phaserjs
Phaser State Transition
State transition plugin for Phaser.js
Stars: ✭ 169 (+131.51%)
Mutual labels:  phaser, phaserjs
Phaser Ui Tools
Functions for creating a UI in Phaser. Rows, columns, viewports, scrollbars, stuff like that.
Stars: ✭ 187 (+156.16%)
Mutual labels:  phaser, phaserjs
dungeonz
Everything for the game Rogueworld.
Stars: ✭ 88 (+20.55%)
Mutual labels:  phaser, phaserjs
Phaser3 Docs
Phaser 3 Documentation and TypeScript Defs
Stars: ✭ 339 (+364.38%)
Mutual labels:  phaser, phaserjs
Generator Phaser
A yeoman generator for phaser games
Stars: ✭ 255 (+249.32%)
Mutual labels:  phaser, phaserjs
phaser-particle-editor-plugin
This plugin creates particles based on JSON data generated by Phaser Particle Editor
Stars: ✭ 28 (-61.64%)
Mutual labels:  phaser, phaserjs
phaser-parcel
A Phaser 3 game template using Parcel bundler
Stars: ✭ 64 (-12.33%)
Mutual labels:  phaser, phaser-boilerplate
Phaser Kinetic Scrolling Plugin
Kinetic Scrolling plugin for Canvas using Phaser Framework
Stars: ✭ 117 (+60.27%)
Mutual labels:  phaser, phaserjs
phaser-3-palette-swapping-example
Example of using palette swapping on a spritesheet in Phaser 3.
Stars: ✭ 32 (-56.16%)
Mutual labels:  phaser, phaserjs
phaser-typescript-webpack
Another Phaser CE boilerplate using TypeScript and Webpack.
Stars: ✭ 17 (-76.71%)
Mutual labels:  phaser, phaser-boilerplate
Slither.io Clone
Learn how to make Slither.io with JavaScript and Phaser! This game clones all the core features of Slither.io, including mouse-following controls, snake collisions, food, snake growth, eyes, and more. Progress through each part of the source code with our Slither.io tutorial series.
Stars: ✭ 168 (+130.14%)
Mutual labels:  phaser, phaserjs
phaser3-typescript-starter-kit
This repository contains the code necessary to start making a game in Phaser 3 using TypeScript.
Stars: ✭ 94 (+28.77%)
Mutual labels:  phaser, phaser-boilerplate

Phaser Starter

Phaser avatar studying

Minimal starter project to get a Phaser game environment up and running with ease.

Install

  • Get the files by either:
    • Forking this repository
    • Downloading a zip/tar.gz
    • Cloning this repository with git clone https://github.com/oliverbenns/phaser-starter.git
  • cd phaser-starter
  • nvm install
  • npm install

Development

  • npm start
  • Open http://localhost:8080

Build

  • npm run build
  • All game files will be in /dist

Phaser 2

If you are looking for a Phaser 2 starter environment, you can download the 1.0.1 release

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].