Download Free code slashat the game
Description
This ~30 seconds long Android game brings you the joy to punish (... and kill...) Tommie Podzemski and Jezper S?derlund from the successful Swedish tech podcast Slashat!.
Icons
Source Files
The download file slashat-the-game-master.zip has the following entries.
.gitignore// ww w . j a v a 2s. co m
LICENSE.txt
README.md
blog/banner.png
blog/banner.xcf
blog/screenshot1.png
blog/screenshot2.png
google-play/highresicon.png
images-dev/airbase.xcf
images-dev/airbase_jezper.ase
images-dev/button.xcf
images-dev/icon.xcf
images-dev/logo.xcf
images-dev/tommie.xcf
images/airbase_ball.png
images/airbase_jezper.png
images/airbase_light1.png
images/airbase_light2.png
images/airbase_light3.png
images/airbase_light4.png
images/airbase_people1.png
images/airbase_people2.png
images/airbase_people3.png
images/airbase_scene.png
images/button.png
images/button_pressed.png
images/logo.png
images/tommie_button_green.png
images/tommie_button_red.png
images/tommie_char.png
images/tommie_legs.png
images/tommie_room.png
images/tommie_table.png
slashat-the-game-android/.classpath
slashat-the-game-android/.project
slashat-the-game-android/.settings/org.eclipse.jdt.core.prefs
slashat-the-game-android/AndroidManifest.xml
slashat-the-game-android/assets/effects/blood
slashat-the-game-android/assets/effects/blood.png
slashat-the-game-android/assets/effects/effect
slashat-the-game-android/assets/effects/fire
slashat-the-game-android/assets/effects/glow
slashat-the-game-android/assets/effects/line.png
slashat-the-game-android/assets/effects/particle.png
slashat-the-game-android/assets/effects/sqr.png
slashat-the-game-android/assets/fonts/EptKazoo.ttf
slashat-the-game-android/assets/fonts/Rase-GPL.otf
slashat-the-game-android/assets/music/AlexandrZhelanovThemeMenu.ogg
slashat-the-game-android/assets/music/ClearsideBelowTheShift.ogg
slashat-the-game-android/assets/music/YubatakeDissonantWaltz.ogg
slashat-the-game-android/assets/sounds/explode.wav
slashat-the-game-android/assets/sprites/sprites.atlas
slashat-the-game-android/assets/sprites/sprites.png
slashat-the-game-android/gen/se/danielj/slashatthegame/BuildConfig.java
slashat-the-game-android/gen/se/danielj/slashatthegame/R.java
slashat-the-game-android/libs/armeabi-v7a/libandroidgl20.so
slashat-the-game-android/libs/armeabi-v7a/libgdx-freetype.so
slashat-the-game-android/libs/armeabi-v7a/libgdx.so
slashat-the-game-android/libs/armeabi/libandroidgl20.so
slashat-the-game-android/libs/armeabi/libgdx-freetype.so
slashat-the-game-android/libs/armeabi/libgdx.so
slashat-the-game-android/libs/gdx-backend-android-sources.jar
slashat-the-game-android/libs/gdx-backend-android.jar
slashat-the-game-android/proguard.cfg
slashat-the-game-android/project.properties
slashat-the-game-android/res/drawable-hdpi/ic_launcher.png
slashat-the-game-android/res/drawable-ldpi/ic_launcher.png
slashat-the-game-android/res/drawable-mdpi/ic_launcher.png
slashat-the-game-android/res/drawable-xhdpi/ic_launcher.png
slashat-the-game-android/res/drawable-xxhdpi/ic_launcher.png
slashat-the-game-android/res/layout/main.xml
slashat-the-game-android/res/values/strings.xml
slashat-the-game-android/src/se/danielj/slashatthegame/MainActivity.java
slashat-the-game-desktop/.classpath
slashat-the-game-desktop/.project
slashat-the-game-desktop/.settings/org.eclipse.jdt.core.prefs
slashat-the-game-desktop/hs_err_pid5356.log
slashat-the-game-desktop/libs/gdx-backend-lwjgl-natives.jar
slashat-the-game-desktop/libs/gdx-backend-lwjgl-sources.jar
slashat-the-game-desktop/libs/gdx-backend-lwjgl.jar
slashat-the-game-desktop/libs/gdx-freetype-natives.jar
slashat-the-game-desktop/libs/gdx-natives.jar
slashat-the-game-desktop/src/se/danielj/slashatthegame/Main.java
slashat-the-game/.classpath
slashat-the-game/.project
slashat-the-game/.settings/org.eclipse.jdt.core.prefs
slashat-the-game/libs/artemis.jar
slashat-the-game/libs/gdx-freetype.jar
slashat-the-game/libs/gdx-sources.jar
slashat-the-game/libs/gdx-tools.jar
slashat-the-game/libs/gdx.jar
slashat-the-game/libs/tween-engine-api-sources.jar
slashat-the-game/libs/tween-engine-api.jar
slashat-the-game/src/Game.gwt.xml
slashat-the-game/src/se/danielj/slashatthegame/EntityCreator.java
slashat-the-game/src/se/danielj/slashatthegame/Game.java
slashat-the-game/src/se/danielj/slashatthegame/components/Effect.java
slashat-the-game/src/se/danielj/slashatthegame/components/Light.java
slashat-the-game/src/se/danielj/slashatthegame/components/People.java
slashat-the-game/src/se/danielj/slashatthegame/components/Position.java
slashat-the-game/src/se/danielj/slashatthegame/components/Rotation.java
slashat-the-game/src/se/danielj/slashatthegame/components/Size.java
slashat-the-game/src/se/danielj/slashatthegame/components/Sprite.java
slashat-the-game/src/se/danielj/slashatthegame/components/Table.java
slashat-the-game/src/se/danielj/slashatthegame/misc/Constants.java
slashat-the-game/src/se/danielj/slashatthegame/misc/FontManager.java
slashat-the-game/src/se/danielj/slashatthegame/misc/LabelAccessor.java
slashat-the-game/src/se/danielj/slashatthegame/misc/MusicManager.java
slashat-the-game/src/se/danielj/slashatthegame/misc/Progress.java
slashat-the-game/src/se/danielj/slashatthegame/misc/Song.java
slashat-the-game/src/se/danielj/slashatthegame/misc/SongAccessor.java
slashat-the-game/src/se/danielj/slashatthegame/misc/SoundEffectsManager.java
slashat-the-game/src/se/danielj/slashatthegame/misc/SpriteManager.java
slashat-the-game/src/se/danielj/slashatthegame/systems/EffectSystem.java
slashat-the-game/src/se/danielj/slashatthegame/systems/LightSystem.java
slashat-the-game/src/se/danielj/slashatthegame/systems/PeopleSystem.java
slashat-the-game/src/se/danielj/slashatthegame/systems/PhysicsSystem.java
slashat-the-game/src/se/danielj/slashatthegame/systems/SpriteRenderSystem.java
slashat-the-game/src/se/danielj/slashatthegame/systems/TableSystem.java
Download
Click the following link to download slashat-the-game-master.zip.
slashat-the-game-master.zipHome »
Android Free Code »
Game »
Android Free Code »
Game »