-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/SleekPanther/even-odd-game
- Loading branch information
Showing
1 changed file
with
6 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,25 @@ | ||
#Even or Odd Game | ||
##What is it? | ||
A recreation of a simple Andoid app I liked and wanted to code myself | ||
A recreation of a simple Andoid app I liked and wanted to code myself <br> | ||
[Original Android App](https://play.google.com/store/apps/details?id=com.tamaleh.app) | ||
|
||
- A random number appears & the you must identify if it's Even or Odd. (It's really that simple) | ||
- You get 10 seconds when the game starts to correctly identify as many as possible | ||
- 10 Seconds is added to your Time Remaining after you get 10 in a row | ||
- 10 Seconds is added to your Time Remaining for every 10 correct | ||
- The game ends immediately when you guess wrong or run out of time | ||
|
||
##How to Play/("Install") | ||
**You will need Java to run the game:** [Download java](https://java.com/en/download/) | ||
##How to Play | ||
***You will need Java to run the game:*** **[Download java](https://java.com/en/download/)** | ||
|
||
### **[Download Runnable JAR File Here](https://github.com/SleekPanther/even-odd-game/blob/master/EvenOdd.jar?raw=true)** ### | ||
1. If that link does't work... | ||
2. Locate `EvenOdd.jar` in the base folder of this repository | ||
3. Click it (a blank preview will pop up. You can't actually see the contents since it's a binary file) | ||
4. Click View Raw & the file should download | ||
5. Double-click `EvenOdd.jar` to run the game | ||
### **[Download Latest Release](https://github.com/SleekPanther/even-odd-game/releases/latest)** ### | ||
|
||
###Important Notes for High Scores### | ||
- **When you download an updated version of the game, simply overwrite or delete the old `EvenOdd.jar` file** | ||
- **Saving `EvenOdd.jar` in a new location will reset your high score** | ||
- **Moving the existing `EvenOdd.jar` file will also reset your score** | ||
|
||
###Zip Method### | ||
1. **Download Zip** from this GitHub page (or clone the repository). | ||
* You really just need the `EvenOdd.jar` file but you can download all the files if you want | ||
* Click **Clone or download** | ||
* **Download Zip** should be a a button on the far right below **1 Contributor** (next to **Clone in Desktop**, **Copy to Clipboard** and **HTTPS**) | ||
|
||
1. Extract the zip contents | ||
* You can use a built-in operating system utility or software like [WinRar](http://www.rarlab.com/download.htm) or [7Zip](http://www.7-zip.org/download.html) | ||
|
||
3. Open the `even-odd-game-master` folder | ||
4. Double click `EvenOdd.jar` It should be located in the newly extraced folder: `even-odd-game/EvenOdd.jar` | ||
5. You may need to update Java if it doesn't run | ||
|
||
##Controls (Keyboard) | ||
- Any key to start | ||
- `Left arrow` is Odd | ||
- `Right arrow` is Even | ||
- `SPACE` restarts the game when it's over | ||
|
||
<br> | ||
[Original Android App this game is based on](https://play.google.com/store/apps/details?id=com.tamaleh.app) |