Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smuecke/oddgame
https://github.com/smuecke/oddgame
game mobile-game phaser
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/smuecke/oddgame
- Owner: smuecke
- Created: 2017-11-16T13:44:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-28T16:14:10.000Z (over 2 years ago)
- Last Synced: 2025-01-06T03:30:37.538Z (15 days ago)
- Topics: game, mobile-game, phaser
- Language: JavaScript
- Size: 957 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OddGame
A mobile game idea
The objective of this game is to click the *odd one out*, i.e. the only item that is *unique*, as fast as possible. At first this is easy, but as you progress, the odd one out gets much trickier to spot. Have fun!
This game is implemented using [Phaser](https://phaser.io).
## Screenshots
![Gameplay](https://i.imgur.com/kdrZUsF.png)
## Installation
### LinuxThe commendable way:
1. Clone repository to directory `/foo/oddgame`
2. Change into the directory:
```
cd /foo/oddgame
```
3. Start local HTTP server, e.g. using python:
```sh
# Python 2.x OR ...
python -m SimpleHTTPServer
# Python 3.x
python -m http.server
```
4. Open your browser and navigate to `localhost:8000`Note that it is no longer possible to open `index.html` directly due to issues with CORS (Cross-Origin Resource Sharing). For further information s. https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSRequestNotHttp.