All Projects → danirod → jumpdontdie

danirod / jumpdontdie

Licence: GPL-3.0 license
Source code for the Android game developed on my YouTube tutorial. Made using libGDX, Scene2D, Box2D.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to jumpdontdie

typing-label
A libGDX Label that appears as if it was being typed in real time.
Stars: ✭ 121 (+168.89%)
Mutual labels:  libgdx, scene2d
LunarGdx
A networking library for LibGDX utilizing Netty allowing easy creation of multiplayer games.
Stars: ✭ 23 (-48.89%)
Mutual labels:  libgdx, box2d
gdx-controllerutils
Controller Utilities for libGDX
Stars: ✭ 48 (+6.67%)
Mutual labels:  libgdx, scene2d
Ktx
LibKTX: Kotlin extensions for LibGDX games and applications
Stars: ✭ 913 (+1928.89%)
Mutual labels:  libgdx, box2d
uracer-kotd
A GLES2 top-down racer, built on top of libgdx and Box2D.
Stars: ✭ 95 (+111.11%)
Mutual labels:  libgdx, box2d
Quilly S Adventure
A little adventure game written in Kotlin using LibGDX,LibKTX,Box2D and Ashley
Stars: ✭ 47 (+4.44%)
Mutual labels:  libgdx, box2d
alephone-android
Port of the AlephOne engine on Android
Stars: ✭ 30 (-33.33%)
Mutual labels:  android-game
godot box2d
A C++ module that integrates the Box2D library with the Godot game engine by providing nodes for standard Box2D objects.
Stars: ✭ 32 (-28.89%)
Mutual labels:  box2d
thelegendofericc
Single player roguelike tile-based game written in Java using LibGDX and Ashley
Stars: ✭ 22 (-51.11%)
Mutual labels:  libgdx
blockbunny
Libgdx-based game for Android, iOS, and PC following the tutorial by ForeignGuyMike on youtube channel. Read more on README.md
Stars: ✭ 25 (-44.44%)
Mutual labels:  libgdx
Playground
A playground for android developers
Stars: ✭ 41 (-8.89%)
Mutual labels:  box2d
miniscript
A scripting library for Java-based games
Stars: ✭ 33 (-26.67%)
Mutual labels:  libgdx
phaser-cat
A 2D top-down shooting game, built with phaser + box2d plugin
Stars: ✭ 17 (-62.22%)
Mutual labels:  box2d
cocos2d-java
cocos2d java api base libgdx
Stars: ✭ 15 (-66.67%)
Mutual labels:  libgdx
compose-tetris
🧱 A tetris game fully built using Jetpack Compose
Stars: ✭ 575 (+1177.78%)
Mutual labels:  android-game
HyperLap2D
A powerful, platform-independent, visual editor for complex 2D worlds and scenes.
Stars: ✭ 226 (+402.22%)
Mutual labels:  libgdx
Game-Assets-And-Resources
Free and paid game assets and game resources for 2D games, 3D games, mobile games, Steam games, Unity games, and other games.
Stars: ✭ 164 (+264.44%)
Mutual labels:  android-game
image-to-box2d-body
proof-of-concept game build pipeline for converting an image to a Box2D body
Stars: ✭ 24 (-46.67%)
Mutual labels:  box2d
ShapeOfThingsThatWere
strategy game based on hex map and discoveries
Stars: ✭ 23 (-48.89%)
Mutual labels:  libgdx
TowerJumper
Casual ability game
Stars: ✭ 102 (+126.67%)
Mutual labels:  android-game

Jump Don't Die

This is a libGDX + Scene2D + Box2D prototype game. The code here will show you how to do an Android game using both Scene2D and Box2D at the same time. It is the code used in the YouTube tutorial series How to make Android games (Cómo hacer un juego para Android).

Test it out now

Just want to give a quick try to the compiled application? Try it out on the Google Play Store:

Get it on Google Play

Google Play and the Google Play logo are trademarks of Google Inc.

Packages

Root package is es.danirod.jddprototype. Subpackages:

  • scene2d: This is the code that we did in Part 2, where we learnt about Stage, Actor and things like that.
  • box2d: This is the code that we did in Part 3, where we learnt about World, Body, Fixture, Collision and such.
  • game: This is the code that we did in Part 4, this is the actual game we develop by combining Box2D and Scene2D.

License

This source code is released to the wild into the terms of the GNU General Public License. Here comes the legal boilerplate. Full license terms on the COPYING file.

Jump Don't Die
Copyright (C) 2015-2016  Dani Rodríguez <[email protected]>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
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].