CoreGame: a simple game for Android
The rules are simple:
- protect the core (big cyan dot in the center of the screen) as long as possible
- gain health (cyan dots) and use shields (blue dots)
This game is an Android version of Hakim El Hattab's "Core". It is available in Android Market. If you want to install the game on your device, I recommend to search pname:ru.o2genum.coregame
in the Market, or, you can use links and QR-code below:
https://market.android.com/details?id=ru.o2genum.coregame
market://details?id=ru.o2genum.coregame
Or use apk, if you don't have Google Play account.
Game framework (ru.o2genum.coregame.framework
package) was initially taken from Mario Zechner's "Beginning Android Games" book. I've modified a few sources and adapted them to my needs. The game itself is contained within the ru.o2genum.coregame.game
package. Almost all game logic is in the World.java
.
- Android SDK + JDK + ant
- vim
- Inkscape
- as3sfxr
-
I need translations. If you know languages, just download strings.xml, translate it into your language and send it to me.
-
Could you suggest some free awesome Unicode TrueType font? I think, default Android font is out of place.
-
I still think that quiet and unobtrusive background music would be good. If you have any idea, please, inform me. Oh... and, of course, the music must be free!
And, of cource, feel free to fork this project, report bugs and issues.
- Fivos Asimakop for Greek and German translations, advices about orientation sensor (see
AndroidOrientationHandler.java
) and wake lock (AndroidFastRenderView.java
).
The game is licensed under Open Source Initiative MIT License.