Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gjbianco/bowling-solitaire-phaser
JavaScript (Phaser) implementation of Sid Sackson's Bowling Solitaire.
https://github.com/gjbianco/bowling-solitaire-phaser
Last synced: about 1 month ago
JSON representation
JavaScript (Phaser) implementation of Sid Sackson's Bowling Solitaire.
- Host: GitHub
- URL: https://github.com/gjbianco/bowling-solitaire-phaser
- Owner: gjbianco
- License: mit
- Created: 2016-02-19T21:46:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-20T22:49:13.000Z (almost 9 years ago)
- Last Synced: 2024-12-09T12:57:35.017Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 314 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bowling-solitaire-phaser
> Bowling solitaire implementation made in [Phaser](http://phaser.io). Based on the Bowling Solitaire game by Sid Sackson described in his book [A Gamut of Games](http://www.amazon.com/A-Gamut-Games-Sid-Sackson/dp/0486273474).
## Preview
You can play the latest version of the game [here](https://bowling-solitaire-demo.herokuapp.com/).
Supports mobile!
## Requirements
You can either just take the game source (`game.js`) or use the built in server to host the file. If you just want the game source, you can skip the installation steps and you will not need anything else.
- npm
- bower## Running the Server
Install necessary dependencies for running server using NPM:
```shell
npm install
```Start the server with:
```shell
npm start
```Now just go to the root of port 8080 on your machine ([http://localhost:8080](http://localhost:8080/))
## Controls
Drag the cards around the screen. To flip a card, start dragging it and press the `f` key.
Works on mobile, but there is currently no way to flip a card unless you have a keyboard (untested).