/phaser-pong

A simple pong game made using typescript and Phaser

Primary LanguageTypeScriptMIT LicenseMIT

Phaser Pong

A simple pong game implemented in Typescript using the Phaser framework.

This was adapted based off this tutorial. Parcel is used as a bundler in order to use typescript, and a different project structure was used because the intent is to refactor so that the game logic is split up into several different components rather than it all being in the PlayScene.