Go to file
2019-09-05 16:25:22 +02:00
android Bump to v0.8.3, remove more warnings from gradle files 2019-09-05 16:25:22 +02:00
core Rename package name to dev.lonami.klooni 2019-09-05 16:16:13 +02:00
desktop Rename package name to dev.lonami.klooni 2019-09-05 16:16:13 +02:00
fastlane/metadata/android Add fastlane (#54) 2018-09-20 17:37:24 +02:00
gradle/wrapper Update gradle, remove HTML build script 2019-09-05 16:00:02 +02:00
ios Rename package name to dev.lonami.klooni 2019-09-05 16:16:13 +02:00
original-resources Remove pesky black pixel from bulbs theme on #39 2018-02-05 10:52:21 +01:00
themes Add autumn theme 2017-09-09 20:52:53 +02:00
.gitignore Update .gitignore 2017-02-11 14:17:02 +01:00
build.gradle Bump to v0.8.3, remove more warnings from gradle files 2019-09-05 16:25:22 +02:00
CONTRIBUTORS.md New material design icon (#45) 2018-02-28 10:10:20 +01:00
gradle.properties Add main menu screen 2017-01-22 15:34:45 +01:00
gradlew Add main menu screen 2017-01-22 15:34:45 +01:00
gradlew.bat Add main menu screen 2017-01-22 15:34:45 +01:00
LICENSE Change project License 2017-05-26 11:05:36 +02:00
README.md Rename package name to dev.lonami.klooni 2019-09-05 16:16:13 +02:00
settings.gradle Add main menu screen 2017-01-22 15:34:45 +01:00

Klooni 1010!

Play 1010! for free! Add your own themes! Contribute! Make the game yours!

Get it on F-Droid

This project is licensed under GPLv3+.

Table of contents:

  1. Disclaimer
  2. Description
  3. Building
  4. Playing
  5. Contributing
  6. Contributors

Disclaimer

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.

Description

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

Building the project should be very straight forward:

  1. git clone https://github.com/LonamiWebs/Klooni1010.git.
  2. cd Klooni1010
  3. Now you can choose to either build for desktop or android:
    1. For desktop, use ./gradlew desktop:dist
    2. For Android, use ./gradlew android:assembleRelease
  4. You're done! The generated files are under build:
    1. Desktop build is under desktop/build/libs/*.jar
    2. Android build is under android/build/outputs/apk/*.apk

Playing

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!

Contributing

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:

  • New sounds must be either yours or be under a Creative Commons license. The same applies to new textures.
  • There is no real rule when writing code to patch a bug or adding features. Just make sure it's readable enough and, if you write a method which name is not self-explanatory, document it and explain what it does.
  • Make sure you add yourself (in alphabetical order) to the CONTRIBUTORS.md file :)

Contributors

Check out the CONTRIBUTORS.md file!