Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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:


recording


GitHub
GitHub code size in bytes
GitHub top language
GitHub last commit
GitHub stars

## 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
```