Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasBielefeld authored Nov 14, 2016
1 parent 215c16a commit a2b464a
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

[<img alt="Get it on Google Play" height="80" src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png">](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 <http://www.gnu.org/licenses/>.
If you want to contact me, send me an e-mail at [email protected]
```

0 comments on commit a2b464a

Please sign in to comment.