wmora / Martianrun
Licence: apache-2.0
An Open-Source Running Game with libGDX
Stars: ✭ 242
Programming Languages
java
68154 projects - #9 most used programming language
Projects that are alternatives of or similar to Martianrun
Libgdx
Desktop/Android/HTML5/iOS Java game development framework
Stars: ✭ 19,420 (+7924.79%)
Mutual labels: game, libgdx
Mario Game
🍄 Super Mario Bros 16-bit version clone. Written in Java and using the LibGdx game engine.
Stars: ✭ 95 (-60.74%)
Mutual labels: game, libgdx
Gdx Rpg
java & libgdx制作的RPG游戏! an RPG by java and LibGDX
Stars: ✭ 239 (-1.24%)
Mutual labels: game, libgdx
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 (-55.37%)
Mutual labels: game, libgdx
Quilly S Adventure
A little adventure game written in Kotlin using LibGDX,LibKTX,Box2D and Ashley
Stars: ✭ 47 (-80.58%)
Mutual labels: game, libgdx
Unciv
Open-source Android/Desktop remake of Civ V
Stars: ✭ 2,744 (+1033.88%)
Mutual labels: game, libgdx
Ore Infinium
Ore Infinium, Open Source multiplayer Terraria-inspired Sci-fi game, focused on technology, devices and researching. Written in Kotlin (JVM), LibGDX. Cross platform
Stars: ✭ 139 (-42.56%)
Mutual labels: game, libgdx
Mundus
A 3D world/level editor built with Java, Kotlin & libGDX.
Stars: ✭ 164 (-32.23%)
Mutual labels: game, libgdx
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 (-11.57%)
Mutual labels: game, libgdx
Breaklock
Web game, hybrid of Mastermind and the Android pattern lock
Stars: ✭ 232 (-4.13%)
Mutual labels: game
Fusliez Notes
A companion notes app for Among Us social deduction game. Lets you track of your thoughts and your winning record, and includes a notepad and maps.
Stars: ✭ 229 (-5.37%)
Mutual labels: game
Gamebase
Base structure for my games, using Heaps framework and Haxe language.
Stars: ✭ 231 (-4.55%)
Mutual labels: game
Entitas Cpp
Entitas++ is a fast Entity Component System (ECS) C++11 port of Entitas C#
Stars: ✭ 229 (-5.37%)
Mutual labels: game
Unreal Polygonal Map Gen
An Unreal Engine 4 implementation of the Polygonal Map Generator for generating islands found at http://www-cs-students.stanford.edu/~amitp/game-programming/polygon-map-generation/
Stars: ✭ 229 (-5.37%)
Mutual labels: game
Martian Run!
A 2D running game built with libGDX.
You can find a tutorial on how this project started here:
- Part 1: Project and World Setup
- Part 2: Main Character and Controls
- Part 3: Enemies
- Part 4: Background Animation
- Part 5: Character Animations
Please, DO NOT publish this same game to Google Play. Use it as a blueprint for your game development
Features
- Runs on Android and desktop
- On Android, uses Google Play Game Services and AdMob
Setup
You need to add the following string resources to your Android project in order for the module to compile:
<!-- Google Analytics: Replace placeholder ID with your tracking ID -->
<string name="ga_trackingId">UA-XXXXXXXX-X</string>
<!--
App ID generated by Google Play Game Services. Replace placeholder ID with yours
-->
<string name="app_id">XXXXXXXXXXX</string>
<!--
Google Play Game Services IDs (achievements, leaderboards). These are the IDs configured
for this particular game and you don't need to set any values for them. For your game you
would have your own achievements, leaderboards, quests and put those strings instead
-->
<string name="achievement_getting_started"></string>
<string name="achievement_like_a_rover"></string>
<string name="achievement_spirit"></string>
<string name="achievement_curiosity"></string>
<string name="achievement_5k_club"></string>
<string name="achievement_10k_club"></string>
<string name="achievement_25k_club"></string>
<string name="achievement_50k_club"></string>
<string name="achievement_10_jump_street"></string>
<string name="achievement_100_jump_street"></string>
<string name="achievement_500_jump_street"></string>
<string name="leaderboard_high_scores"></string>
<!-- Google AdMob Unit ID. Place your ad unit ID here -->
<string name="ad_unit_id"></string>
Credits
Developed by William Mora
Powered by libGDX
Graphics by Kenney
Music by Kevin MacLeod
License
Copyright 2015 William Mora
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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].