All Projects → LonamiWebs → Klooni1010

LonamiWebs / Klooni1010

Licence: gpl-3.0
libGDX game based on the original 1010!

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Klooni1010

Destinationsol
Official continuation of Destination Sol, the great fun little arcade space shooter from http://sourceforge.net/projects/destinationsol/ Modules live at https://github.com/DestinationSol/
Stars: ✭ 214 (+31.29%)
Mutual labels:  hacktoberfest, game, libgdx
Corona
Solar2D Game Engine main repository (ex Corona SDK)
Stars: ✭ 1,679 (+930.06%)
Mutual labels:  hacktoberfest, game, cross-platform
Gdx Rpg
java & libgdx制作的RPG游戏! an RPG by java and LibGDX
Stars: ✭ 239 (+46.63%)
Mutual labels:  game, libgdx, cross-platform
Libgdx
Desktop/Android/HTML5/iOS Java game development framework
Stars: ✭ 19,420 (+11814.11%)
Mutual labels:  game, libgdx, cross-platform
Mudlet
⚔️ A cross-platform, open source, and super fast MUD client with scripting in Lua
Stars: ✭ 427 (+161.96%)
Mutual labels:  hacktoberfest, game, cross-platform
Expo Stack
🎮🧱 stack game clone made in expo (ios, android, web), three.js, react native
Stars: ✭ 34 (-79.14%)
Mutual labels:  clone, game, cross-platform
Expo Crossy Road
🐥🚙 Crossy Road game clone made in Expo (iOS, Android, web), THREE.js, Tween, React Native. 🐔
Stars: ✭ 701 (+330.06%)
Mutual labels:  clone, game, cross-platform
Openra
Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.
Stars: ✭ 10,220 (+6169.94%)
Mutual labels:  hacktoberfest, game, cross-platform
Openrct2
An open source re-implementation of RollerCoaster Tycoon 2 🎢
Stars: ✭ 10,115 (+6105.52%)
Mutual labels:  hacktoberfest, game
Matchimals.fun
🦁 🃏 📱 An animal matching puzzle card game– built with turn-based game engine boardgame.io and React-Native + React-Native-Web
Stars: ✭ 101 (-38.04%)
Mutual labels:  hacktoberfest, game
Mindustry
The automation tower defense game
Stars: ✭ 13,105 (+7939.88%)
Mutual labels:  hacktoberfest, game
Openpanzer
Javascript/HTML5 rewrite of Panzer General 2 game
Stars: ✭ 98 (-39.88%)
Mutual labels:  game, cross-platform
Julius
An open source re-implementation of Caesar III
Stars: ✭ 1,353 (+730.06%)
Mutual labels:  clone, game
Unlucky
Java LibGDX Android 2D RPG Game
Stars: ✭ 111 (-31.9%)
Mutual labels:  game, libgdx
Essentials
Essential cross platform APIs for your mobile apps.
Stars: ✭ 1,344 (+724.54%)
Mutual labels:  hacktoberfest, cross-platform
Libgdx Ingameconsole
A LibGdx library that allows a developer to add a console (similar to how it is featured in Source games) to their game.
Stars: ✭ 108 (-33.74%)
Mutual labels:  game, libgdx
Azerothcore Wotlk
Complete Open Source and Modular solution for MMO
Stars: ✭ 1,330 (+715.95%)
Mutual labels:  hacktoberfest, game
Neovim
Vim-fork focused on extensibility and usability
Stars: ✭ 49,389 (+30200%)
Mutual labels:  hacktoberfest, cross-platform
Gamedev4noobs
Olá, sejam bem-vindos ao repositório _gamedev4noobs_ do Estúdio Vaca Roxa. O propósito desse repositório, além de contribuir para o projeto 4noobs, é ensinar o básico do desenvolvimento de jogos para iniciantes. Apresentando boas práticas e insumos para criar games incríveis.
Stars: ✭ 122 (-25.15%)
Mutual labels:  hacktoberfest, game
Terasologylauncher
Terasology Launcher is the official launcher for the open source game Terasology.
Stars: ✭ 132 (-19.02%)
Mutual labels:  hacktoberfest, game

Klooni 1010!

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

Get it on F-Droid

(Desktop builds are available on the releases page.)

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].