Play 1010! for free! Add your own themes! Contribute! Make the game yours!
(Desktop builds are available on the releases page.)
This project is licensed under GPLv3+.
Table of contents:
Klooni 1010! is a libGDX-based game which is a klooni from the original 1010! game by the Gram Games team. I am not affiliated in any way with them and this is only a project I made for fun, and to improve the gaming experience of the open source community. If you really enjoy playing this, please support the original developers. They made this project possible.
Klooni 1010! is an open source copy of 1010! with the same game-play dynamics of the original game. I tried to mimic it as much as possible, yet, not everything is exactly the same. For example, the customize screen is different, there are no ads or in-app purchases, different sounds, etc.
Building the project should be very straight forward:
git clone https://github.com/LonamiWebs/Klooni1010.git
.cd Klooni1010
desktop
or android
:
./gradlew desktop:dist
./gradlew android:assembleRelease
build
:
desktop/build/libs/*.jar
android/build/outputs/apk/*.apk
If you're on desktop, you should be able to play the game by either double
clicking the built game .jar
(Windows) or running java -jar {file}.jar
.
If you want to play the game on Android, move the built .apk
to your phone's
internal memory, find it with an Android file explorer and install it.
Make sure you have Unknown sources
(Settings -> Security
) enabled!
Found a bug? Did you add new sounds? Explosions (that would be cool)? Did you create a new theme you'd like to see in the game? That's awesome! Every pull request is appreciated (or even drop an issue if you don't know how these work), although they will probably be discussed before merging!
All you need to do is make sure you did not violate any of the following:
Creative Commons
license.
The same applies to new textures.CONTRIBUTORS.md
file :)Check out the CONTRIBUTORS.md
file!