Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.21 KB

readme.md

File metadata and controls

35 lines (20 loc) · 1.21 KB

Pong Template

A basic Pong-style game template in Phaser 3

License

Overview

This is a simple Pong template in Phaser 3 built with modern JavaScript.

You can watch a raw, uncut video series of this template being made on YouTube.

We start with an empty folder and create the game from there. You'll see the entire process of mistakes, thinking, and looking at the documentation!

Play the demo here.

Getting Started

Clone this repository with git-lfs and run:

npm install
npm run start

If you don't have git-lfs installed then get it here: https://git-lfs.github.com

All binary files like sound effects are stored with git-lfs. Alternatively, you can download a zip of the project from the latest release here.

Credits

Sound effects used are from the 3 Ping Pong Sounds 8 Bit Style pack.

License

MIT License