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

https://github.com/farout101/apple_catcher

PhaserDemo app
https://github.com/farout101/apple_catcher

html-css-javascript phaser-framework phaser3

Last synced: about 1 year ago
JSON representation

PhaserDemo app

Awesome Lists containing this project

README

          

# Phaser Game Application

This project is a 2D game built using the Phaser framework. The game features [brief description of the game, e.g., "a platformer where the player navigates through various levels, collecting coins and avoiding enemies"].

## Project Structure

- **assets/**
- `images/`: Contains image files used in the game.
- `audio/`: Contains sound effects and background music.
- `sprites/`: Spritesheets and animations.

- **src/**
- `scenes/`: Game scenes (e.g., `MainScene.js`, `MenuScene.js`).
- `index.js`: Entry point of the game.
- `config.js`: Configuration settings for the Phaser game (e.g., game size, physics settings).

- **index.html**: The main HTML file that loads the Phaser game.

- **package.json**: Contains project metadata and dependencies.

- **webpack.config.js**: Configuration file for Webpack, used for bundling the JavaScript files.

## Installation

1. **Clone the repository:**
```bash
git clone https://github.com/farout101/Apple_Catcher.git
cd Apple_Catcher