From cc05aa4dc52f28f1e3c362259084cb2c89e77537 Mon Sep 17 00:00:00 2001 From: Aditya Routh <78529538+adiiiii13@users.noreply.github.com> Date: Wed, 16 Oct 2024 01:08:25 +0530 Subject: [PATCH] Create BrainPhaser-App.md --- Projects/1-Beginner/BrainPhaser-App.md | 51 ++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 Projects/1-Beginner/BrainPhaser-App.md diff --git a/Projects/1-Beginner/BrainPhaser-App.md b/Projects/1-Beginner/BrainPhaser-App.md new file mode 100644 index 00000000..e54cfcd5 --- /dev/null +++ b/Projects/1-Beginner/BrainPhaser-App.md @@ -0,0 +1,51 @@ +# BrainPhaser + +[![Build Status](https://travis-ci.org/Kamshak/BrainPhaser.svg?branch=master)](https://travis-ci.org/Kamshak/BrainPhaser) + +Android Quiz App in Material Design made with Java. Designed for tablets in landscape or smartphones in portrait. + +

+ Launcher Icon +

+ +## Features + +- Different Categories +- 3 Different Types of Questions ("Challenges"): Multiple Choice, Self-Check, Text Entry +- Material Design +- Import of Challenges/Categories via XML +- Multiple Users +- Statistics +- Settings +- Supported Langauages: English, German and Spanish + +## Screenshots + +![User Selection](https://s3-eu-west-1.amazonaws.com/pointshop2/2016-05-18+08.02.11.jpg) +![Category Selection](https://s3-eu-west-1.amazonaws.com/pointshop2/2016-05-18+08.02.06.jpg) +![Challengemc](https://s3-eu-west-1.amazonaws.com/pointshop2/2016-05-18+08.06.01.jpg) +![Selfcheck](https://s3-eu-west-1.amazonaws.com/pointshop2/2016-05-18+08.06.09.jpg) +![SC2](https://s3-eu-west-1.amazonaws.com/pointshop2/2016-05-18+08.06.13.jpg) +![FreeEntry](https://s3-eu-west-1.amazonaws.com/pointshop2/2016-05-18+08.06.27.jpg) +![Statistics](https://s3-eu-west-1.amazonaws.com/pointshop2/2016-05-18+08.02.40.jpg) +![Settings](https://s3-eu-west-1.amazonaws.com/pointshop2/2016-05-18+08.02.24.jpg) + +## License + +Brain Phase Android Quiz App + Copyright (C) 2016 Daniel Hoogen, Lars Kahra, Christian Kost, Thomas Stückel, Valentin Funk + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +EN & ES translations by [ordago](https://github.com/ordago)