https://github.com/sleekpanther/even-odd-game
Simple game. Is the number even or odd? You get 10 seconds to match as many number as possible. I replicated an existing app so the idea isn't original, but the code is my invention.
https://github.com/sleekpanther/even-odd-game
android app even even-odd game java java8 javafx noah noah-patullo noahpatullo odd patullo
Last synced: 7 months ago
JSON representation
Simple game. Is the number even or odd? You get 10 seconds to match as many number as possible. I replicated an existing app so the idea isn't original, but the code is my invention.
- Host: GitHub
- URL: https://github.com/sleekpanther/even-odd-game
- Owner: SleekPanther
- Created: 2016-04-23T23:32:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T21:37:15.000Z (over 8 years ago)
- Last Synced: 2025-01-15T13:08:07.122Z (9 months ago)
- Topics: android, app, even, even-odd, game, java, java8, javafx, noah, noah-patullo, noahpatullo, odd, patullo
- Language: Java
- Homepage:
- Size: 451 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Even or Odd Game
## **[Download Latest Release](https://github.com/SleekPanther/even-odd-game/releases/latest)**
## What is it?
A recreation of a simple Andoid app I liked and wanted to code myself
[Original Android App](https://play.google.com/store/apps/details?id=com.tamaleh.app)### Demo
- 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 for every 10 correct
- The game ends immediately when you guess wrong or run out of time## How to Play
***You will need Java to run the game:*** **[Download java](https://java.com/en/download/)**### **[Download Latest Release (same link as above)](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**## Controls (Keyboard)
- Any key to start
- `Left arrow` is Odd
- `Right arrow` is Even
- `SPACE` restarts the game when it's over