Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eiberham/pong
:video_game: Squash game made with phaser three
https://github.com/eiberham/pong
phaser squash-game
Last synced: 22 days ago
JSON representation
:video_game: Squash game made with phaser three
- Host: GitHub
- URL: https://github.com/eiberham/pong
- Owner: eiberham
- License: mit
- Created: 2019-10-21T02:11:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T12:29:06.000Z (about 2 years ago)
- Last Synced: 2024-11-07T18:30:40.057Z (2 months ago)
- Topics: phaser, squash-game
- Language: JavaScript
- Homepage:
- Size: 20.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Squash game
This is a game development practice and the first time i use phaser to build something, the project involves the setup of webpack, es2018 transpilation and some ESLint rules.
As described somewhere on the internet:
> Squash is a racket sport (and technically a ball sport) played by two (singles) or four players (doubles squash) in a four-walled > court with a small, hollow rubber ball. The players alternate in striking the ball with their racquets onto the playable surfaces > of the four walls of the court.
For the purpose of this game, there's only a single player and one have to hit the ball as much as possible in order to score points.
The game looks like this:
## Installation
First off clone the repo:
```console
foo@bar:~$ git clone https://github.com/wwleak/pong.git
```Install all the dependencies:
```console
foo@bar:~$ npm install
```
Start:```console
foo@bar:~$ npm run dev
```