Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ourcade/infinite-jumper-template-phaser3

Starting point template source code from Infinite Jumper in Phaser 3 in Modern JavaScript book.
https://github.com/ourcade/infinite-jumper-template-phaser3

infinite-jumper-template modern-javascript phaser3 phaser3-example phaserjs

Last synced: about 17 hours ago
JSON representation

Starting point template source code from Infinite Jumper in Phaser 3 in Modern JavaScript book.

Awesome Lists containing this project

README

        

# Infinite Jumper Template
> A starting point written in Phaser 3 with modern JavaScript

![License](https://img.shields.io/badge/license-MIT-green)

## 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](https://ourcade.co/books/infinite-jumper-phaser3/).

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 `` 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](https://github.com/ourcade/infinite-jumper-template-phaser3/blob/master/LICENSE)