Skip to content

enelesmai/dr-katell-platform-game

Repository files navigation

phaser3-template

A simple but creative platform game, implemented using Phaser.

Built With

  • Javascript/ES6
  • NPM
  • Webpack
  • Phaser 3

Screenshot

photo_2020-08-15_00-22-55

Live Demo

Live Demo Link

How to play

Press Enter Key to jump and catch bubbles, avoid viruses and falling out of the platforms!.

Future features

  • Add levels of difficulty
  • Allow selecting character to play
  • Add touch support for players on mobile devices

Design Process

1. Day One

As I didn't have previous experience using Phaser, the design process started with the skimming of the features that this tool offers for doing games. I used the next resources to learn how to use the library and to get used to the main functionalities:

As a result I created this repository which already has the main Scenes required for a game and some examples on how to load sound effects and images.

2. Day Two

The second day was most of the time about reading on how to make a good game, the best practices, and making a plan to define the topic of the game and how will be the interaction with the player.

Some of the resources I used for this process were:

At this time I was ready to start building the game with the items I defined for it.

3. Day Three to Five

I used this time to develop the game, starting with the template I did before and following the design I created for it.

I divided this process in five main phases:

  • Collect all the assets neeeded for the game (images and sounds)
  • Build the escenes
  • Build the factories and modules needed
  • Build the services
  • Working on connect the elements of the game and the gameflow

Getting Started

Get a local copy using git clone

Setup

Install Dependencies via NPM

npm install

Before seeing the project on the navigator you have to build the dependencies using web pack. Just run the following command:

npm run dev

Go to (http:\\localhost:8080) to see the game starting.

Tests

Run "npm test".

Authors

👤 Xóchitl Selene Flores Pérez

🤝 Contributing

Contributions, issues and feature requests are welcome!

Show your support

Give a (*) if you like this project!

Acknowledgement

About

Katell Dr vs Covid, a game made using Phaser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages