Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firelemons/x-is-alone-android-app
https://github.com/firelemons/x-is-alone-android-app
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/firelemons/x-is-alone-android-app
- Owner: FireLemons
- Created: 2016-10-15T00:39:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-24T22:13:21.000Z (over 6 years ago)
- Last Synced: 2024-11-28T20:29:34.767Z (30 days ago)
- Language: Java
- Size: 206 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Synopsis
We developed an android application "X is Alone" is a learning application, designed to make learning algebra an engaging expierence.
## Description
The app starts by generating an equation X = to some constant.
It makes two stacks one of numbers and other of operators. Each number in the number stack is applied with an operation from the operation stack and the result is a complicated polynomial equation.
At this point the user will be given the numbers stack and the user must undo the operations.For example :
X = 1
Numbers stack = 2, 3
Operations stack = * +result = (2x + 3 = 5)
User swipes left to subtract 3 and swipes down to divide by 2 to win
## Contributors
Shen Yang([email protected]), Sai Kumar([email protected]), Christopher Wong([email protected]), Samuel Holland([email protected])
## Upcoming Features
Persistent data
Autosave and Continue
Autosave optionsMain Menu
Continue
Loads save based on persistent data.Options
Change Theme Colors