Flex your mind
Mindflex is an iOS game application built with Swift. It is a simple and fun reflex quiz game that challenges your mind. The user is presented with random arithmetic questions and, they must answer the question correctly in under 3 seconds.
This game is supported by a backend server (mindflex-server) hosted on a cloud machine that provides endpoints and routes for question data. The server is built with Python and Flask. The database is a noSQL MongoDB database. When the application starts, an API request is made during the loading page which responds with question data that supports gameplay. Once the request has been fulfilled, the application continues to the Welcome screen.
This is where an initial API call is made to fetch relevant data.
|
Simply tap Begin to get started.
|
The user is prompted to begin the game here.
|
This is the gameplay screen, the main feature of the application.
This is where the user may start a new game.
|
- We hope to enable users to create User Accounts in order to keep track of high scores.
- Different game modes will keep things exciting and, allow users to not only challenge themselves in arithmetic but, also in other topics found in basic trivia.
- Sound effects and audio makes games like this much more fun! Keep an eye out for this in the near future.
For support, feedback or, to report a bug, you may contact the maintainer:
Distributed under the MIT License.