All Projects → ourcade → infinite-jumper-template-phaser3

ourcade / infinite-jumper-template-phaser3

Licence: MIT license
Starting point template source code from Infinite Jumper in Phaser 3 in Modern JavaScript book.

Programming Languages

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

Projects that are alternatives of or similar to infinite-jumper-template-phaser3

phaser-3-palette-swapping-example
Example of using palette swapping on a spritesheet in Phaser 3.
Stars: ✭ 32 (-30.43%)
Mutual labels:  phaserjs, phaser3, phaser3-example
phaser3-typescript-template
A Phaser 3 TypeScript Template
Stars: ✭ 30 (-34.78%)
Mutual labels:  phaserjs, phaser3
ionic4-phaser3-template
Ionic 4 and phaser 3 template
Stars: ✭ 19 (-58.7%)
Mutual labels:  phaser3, phaser3-example
phaser-3-vsc-typescript-nodejs
Template for a new Phaser 3 project with Visual Studio Code, TypeScript, and Node.js.
Stars: ✭ 18 (-60.87%)
Mutual labels:  phaserjs, phaser3
Opensc2k
OpenSC2K - An Open Source remake of Sim City 2000 by Maxis
Stars: ✭ 4,753 (+10232.61%)
Mutual labels:  phaserjs, phaser3
Westward
A collaborative MMORPG made in Javascript
Stars: ✭ 66 (+43.48%)
Mutual labels:  phaserjs
Phaser Ui Tools
Functions for creating a UI in Phaser. Rows, columns, viewports, scrollbars, stuff like that.
Stars: ✭ 187 (+306.52%)
Mutual labels:  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 (+67113.04%)
Mutual labels:  phaserjs
Webpack Starter Basic
A simple webpack starter project for your basic modern web development needs.
Stars: ✭ 552 (+1100%)
Mutual labels:  phaserjs
phaser-particle-editor-plugin
This plugin creates particles based on JSON data generated by Phaser Particle Editor
Stars: ✭ 28 (-39.13%)
Mutual labels:  phaserjs
dungeonz
Everything for the game Rogueworld.
Stars: ✭ 88 (+91.3%)
Mutual labels:  phaserjs
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 (+265.22%)
Mutual labels:  phaserjs
Game Off 2017
👊 8-bit Retro Beat 'em up with Game Boy graphics
Stars: ✭ 91 (+97.83%)
Mutual labels:  phaserjs
starfall-phaser3-typescript
A tiny game written on Phaser 3 on Typescript
Stars: ✭ 52 (+13.04%)
Mutual labels:  phaser3
Phaser Node Kit
Rapid Game Development with PhaserJS and Node for Modern Browsers
Stars: ✭ 39 (-15.22%)
Mutual labels:  phaserjs
phaser3-typescript-starter-kit
This repository contains the code necessary to start making a game in Phaser 3 using TypeScript.
Stars: ✭ 94 (+104.35%)
Mutual labels:  phaser3
Run johnny
An endless runner game built on phaser and nodejs
Stars: ✭ 14 (-69.57%)
Mutual labels:  phaserjs
Ion Phaser
A web component to use Phaser Framework with Angular, React, Vue, etc 🎮
Stars: ✭ 152 (+230.43%)
Mutual labels:  phaserjs
jolly-jumper
be jolly play jolly
Stars: ✭ 67 (+45.65%)
Mutual labels:  phaserjs
Phaser Examples
🎮 Game collections made by Phaser
Stars: ✭ 140 (+204.35%)
Mutual labels:  phaserjs

Infinite Jumper Template

A starting point written in Phaser 3 with modern JavaScript

License

Overview

This is the source code for an infinite jumper starting point in Phaser 3 as created by the free book: Infinite Jumper in Phaser 3 with Modern JavaScript.

This project uses no tooling and is intended for beginners to easily start developing games for the web.

Getting Started

The Infinite Jumper in Phaser 3 with Modern JavaScript book suggests using the Live Server extension for Visual Studio Code to launch a development server.

JavaScript files are included via the <script type="module"> tag. A modern browser like Chrome is recommended.

Modern JavaScript

This project uses modern/ES6 JavaScript syntax without transpilers like Babel.

The source JavaScript files can be deployed and served to modern browsers without going through a bundling process.

Bundling and minification may still be recommended for optimal delivery performance.

Deployment is not handled in this project.

License

MIT License

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