A fun Candy Catching game built with Phaser 3!
This repo is the official code repository for the Build a Candy Catching Game – Phaser 3 Beginner Tutorial Using Phaser Launcher that is available on YouTube.
You can find a playable demo of the game on Itch.io here: Candy Catch
Move the basket left and right with the Left and Right arrow keys, and try to catch as many falling candies as possible to get the high score.
This project is currently setup to require a very minimal amount of tools to run the web application. The main tools that are needed are:
- IDE (Integrated Development Environment), or any program you can use to edit code.
- In the video tutorial series linked above, I use the Phaser Launcher.
- A local web server, this is needed due to browser security and how we are loading files with the Phaser 3 framework for our game.
- You can use any local web server you are familiar with, however if you use Phaser Launcher, this has a built in web sever.
This project would have not been possible without the use of some awesome assets created by some amazing artists! This project would not have been possible without the following people/resources:
| Asset | Author | Link |
|---|---|---|
| Basket | Md Sujan Mia | Basket |
| Candy | Matt Cole | Candy |
| Background | Matt Cole | Background |
| Candy Background | Matt Cole | Candy Background |
| Background Music | Novifi | Background Music |
| Pop SFX | CreatorsHome | Pop SFX |
For any issues you encounter, please open a new GitHub Issue on this project.


