Doodle Jump Source Code Free Download
- Feb 26, 2014 Download Doodle Jump for java and symbian: Download More apps and games: http://m.
- Apr 08, 2019 GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together. Sign up C clone of Doodle Jump game.
- This free software was originally developed by Draken Development. The following version: 1.0 is the most frequently downloaded one by the program users. This download was checked by our built-in antivirus and was rated as clean. Doodle Jump PC.exe is the most frequent filename for.
This is the source code for the game 'Symbol Jump' which can be found on Google Play. 'Tria' is just an internal code name I used for this project.
How to download the source and build the game
Doodle Jump PC is a clone of this famous game, made available for Windows PCs. It perfectly replicates the original iPhone version in every little detail. Even its interface simulates an iPhone. Doodle Jump is a very simple and easy to play arcade game that can be enjoyed by anyone, of any age. Doodle Jump In C/C Download the Source code full. free download Click Here First Subscribe and Send the Screenshot of Subsc.
Please note that I am writing this from memory, so there might be some uncertainties or errors. Regardless, you might find this helpful. Downloading/installation section uses a .bat
file so it will only run on Windows. On other operating systems you will need to do the steps in the batch file manually.
Prerequisites:
Unlock Samsung Galaxy S3 phone free in 3 easy steps! FreeUnlocks, a leading provider of Samsung Unlock Codes can locate your Samsung Galaxy S3 Unlock Code fast. Best of all, it's free! FreeUnlocks, a leading provider of Samsung Unlock Codes can locate your Samsung Galaxy S3 Unlock Code fast.
- Install Java Development Kit 7 (JDK) or later version.
- Install Eclipse. I was using 32-bit Eclipse 4.4.0, but any later (and probably some previous) versions should be fine. I'm also guessing you could use 64-bit versions, but you should probably also have a 64-bit version of Java then. You could probably also use some other IDE, such as Android Studio, but I didn't use it when making this game so I cannot give you any instructions on this.
- Install Standalone Android SDK Tools.
- Install ADT Plugin for Eclipse (https://dl-ssl.google.com/android/eclipse/).
- After installing ADT Plugin, go to
Window->Android SDK Manager
, find the SDK path if necessary and install Android stuff necessary for development. From 'Tools' folder I select: 'Android SDK Tools', 'Android SDK Platform-tools' and latest version of 'Android SDK Build-tools'. From 'Extras' folder I select: 'Android Support Library' and 'Google USB Driver'. And finally I select the folder with the latest Android version (at the the time I am writing this, the latest version is 'Android 5.1.1 (API 22)'). - Install USB drivers for your mobile phone if necessary. For example, I was using Samsung Galaxy S3 and was able to download the drivers from here.
- Install Gradle for Eclipse (http://dist.springsource.com/release/TOOLS/gradle). You will need this to download LibGdx library.
- Install Git (in the unlikely case you don't have it already). You can find a Windows version of git here. You can also find some documentation on git here.
Downloading/installing:
- Clone this repository to some folder on your disk (
git clone git@github.com:mrzli/tria.git
). - Clone libgdxgamelibrary repository to the same folder where you cloned 'tria' project (
git clone git@github.com:mrzli/libgdxgamelibrary.git
). - Create a new Eclipse workspace. I usually put the workspace in the same folder where the repositories were cloned.
- Import game projects. In Eclipse select
File->Import..
, thenGradle->Gradle Project
, then browse to the folder of 'tria' repository and pressBuild Model
(in case of problems read on). - If it whines that it can't find SDK location for Android, create a file called
local.properties
(or edit existing) in 'tria' folder and add the SDK path line like this one (use your SDK location):sdk.dir=C:/Tools/Android/android-sdk
. Select all projects for import and click OK. - If you different version of Android API than what is used in this project, do the following changes in android project. In
AndroidManifest.xml
changeandroid:targetSdkVersion
to your version, and do the same in fileproject.properties
totarget=android-##
line.
Doodle Jump For Free
Credits (for the work of other people)
Uses LibGdx engine.
The font used for this game is:
Doodle Jump Source Code Free Download For Windows 7
- Open Sans font - www.opensans.com
All (original) sounds used in the game are taken from freesound.org. Please note that some of these were edited and changed in some way for usage in the game. Here is a list of sounds and the links to where the originals can be found:
- Jump - Porphyr
- Jump Boost - plingativator
- Coin - fins
- Item - cameronmusic
- Ouch - under7dude
- Saw - Benboncan
- Spikes - qubodup
- Fall - silversatyr
- Rocket - genelythgow
- AG - peridactyloptrix
License
MIT License. Pretty much do what you want with this code and assets. Attribution would be nice but is not a requirement (you can add a link to goranm.com or this repository). Please note that font and sounds are work of other people (I only edited some sounds to suit my needs) and have their own licenses (see previous section).
|
|
HomeSubmit CodeTop Code SearchLast Code SearchPrivacy PolicyLink to UsContact |