From a2b464a7fd01862cc2a77cae154ebacbe3e2a1d8 Mon Sep 17 00:00:00 2001 From: Tobias Bielefeld Date: Mon, 14 Nov 2016 23:03:47 +0100 Subject: [PATCH] Create README.md --- README.md | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d7e1538 --- /dev/null +++ b/README.md @@ -0,0 +1,53 @@ +[![GitHub version](https://badge.fury.io/gh/tobiasBielefeld%2FSimple-Brick-Games +.svg)](https://badge.fury.io/gh/tobiasBielefeld%2FSimple-Brick-Games) +![license](http://img.shields.io/badge/license-GPLv3-brightgreen.svg) +![platform](http://img.shields.io/badge/platform-Android-blue.svg) + +[Get it on Google Play](https://play.google.com/store/apps/details?id=de.tobiasbielefeld.brickgames) + +#Simple-Brick-Games + +You can find screenshots for phones [here](./screenshots) + +This is litteraly my first Android app and even my first greater project. So please have sympathy that my code style isn't the best. +I already made some improvements, but I don't want to put too much time in that. + +I tried to make it easy to add more subgames in this app. + +Here is my Google Play description: + +This is my first app and it's a simple game! + +Do you remember the classic "Bricks Games" from the 90's? No? Anyway, you can get retro feelings with this game! + +Now with 14 unique mini games inspired by the original brick games :D + +Customizable: +You can choose between 3 textures, 5 background colours and 5 button colours. + +You can find the source code here: https://github.com/TobiasBielefeld/Simple-Brick-Games +Navigation in main menu, press: + * left or right to change game + * up to increase level + * down to increase speed + * action button to start game + +##License +Full license text can be found [here](./LICENSE.txt) +``` +Copyright (C) 2016 Tobias Bielefeld +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 +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 . + +If you want to contact me, send me an e-mail at tobias.bielefeld@gmail.com +```