Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linuxbozo/pinwho
Playing around with Phaser for game development. Simple pinball game.
https://github.com/linuxbozo/pinwho
Last synced: 24 days ago
JSON representation
Playing around with Phaser for game development. Simple pinball game.
- Host: GitHub
- URL: https://github.com/linuxbozo/pinwho
- Owner: LinuxBozo
- Created: 2014-09-04T03:20:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-11T18:00:57.000Z (almost 10 years ago)
- Last Synced: 2024-10-19T02:15:22.440Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 867 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PinWho
Playing around with Phaser for game development. Simple pinball game.## How to get this running or how to use it
### First Steps
Make sure you have [NodeJS](https://nodejs.org) installed, and you can use the `npm` command:```shell
$ npm version
```Then install dependencies from the project root directory:
```shell
$ npm install
```### Running locally
Start the local server:
```shell
$ npm start
```This will create a server to listen on `localhost:9000` for requests, and will watch the source code for changes and reload the application as necessary.
Just point your browser at `http://localhost:9000` and click `Start` to play.
#### Keys:
- [Down Arrow] : Launch Ball
- [Left Arrow] : Left Flipper
- [Right Arrow] : Right Flipper