All Questions
3 questions
9
votes
2
answers
4k
views
Android Tetris App Design
Recently I have finished my first bigger Android project. I made a little Tetris App.
Here is a picture of my app in emulator:
My Tetris has following functions:
fast drop down
play tetris music
...
5
votes
1
answer
80
views
Mini space game for Android
I have created a mini Android game. The aim is to catch aliens in space. You score points for each aliens, there is a pause function and you can change the level of difficulty and change spaceships.
...
4
votes
1
answer
157
views
First Android game: changing colors of neighboring squares
I have created a small game to learn more about Android.
So the game is you start with a single gray square, and you try to take over neighboring squares. You can only attack 1 color per move, but ...