An educational Android game designed to improve math calculation skills through fun and challenging gameplay.
- Speed up user calculation skills
- Optimize children's intelligence
- Show the time (in seconds)
- Challenge and Fun
- This game progresses in two modes: 'Easy' or 'Hard'
- Allows user to select the number of rows and the operator ('+', '-', '/')
I take random numbers between 2 small numbers, and calculate all the table then show only these cells:
- Show only the top row
row[0]and left columncol[0]
- From the top row, show the even index
Example:row[0]col[2],row[0]col[4], …,row[0]col[i%2==0] - From the left column, show the odd index
Example:col[0]row[1],col[0]row[3], …,col[0]row[i%2!=0] - From the rest of cols-rows, show the diagonal cells
Example: if rows = 3 and cols = 5
Show:col[1]row[1],col[2]row[2], …,col[i]row[j]
- Platform: Android
- Language: Java
- Build Tool: Gradle
- Android Studio
- Android SDK
- JDK 8 or higher
-
Clone the repository
git clone https://github.com/touficSl/small-game.git
-
Open in Android Studio
- Open Android Studio
- Select "Open an existing project"
- Navigate to the cloned directory
-
Build and Run
- Sync Gradle files
- Connect an Android device or start an emulator
- Click Run
You can find screen description here:
Game Presentation (Google Slides)
Toufic SL
- GitHub: @touficSl
- LinkedIn: toufic-sleiman
This project is open source and available under the MIT License.