Skip to content

Commit

Permalink
Add new version files (v0.013)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurLumertz committed Feb 20, 2024
0 parents commit 221bbeb
Show file tree
Hide file tree
Showing 139 changed files with 6,603 additions and 0 deletions.
114 changes: 114 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
## Java

*.class
*.war
*.ear
hs_err_pid*

## Robovm
/ios/robovm-build/

## GWT
/html/war/
/html/gwt-unitCache/
.apt_generated/
.gwt/
gwt-unitCache/
www-test/
.gwt-tmp/

## Android Studio and Intellij and Android in general
/android/libs/armeabi-v7a/
/android/libs/arm64-v8a/
/android/libs/x86/
/android/libs/x86_64/
/android/gen/
.idea/
*.ipr
*.iws
*.iml
/android/out/
com_crashlytics_export_strings.xml

## Eclipse

.classpath
.project
.metadata/
/android/bin/
/core/bin/
/desktop/bin/
/html/bin/
/ios/bin/
*.tmp
*.bak
*.swp
*~.nib
.settings/
.loadpath
.externalToolBuilders/
*.launch

## NetBeans

/nbproject/private/
/android/nbproject/private/
/core/nbproject/private/
/desktop/nbproject/private/
/html/nbproject/private/
/ios/nbproject/private/

/build/
/android/build/
/core/build/
/desktop/build/
/html/build/
/ios/build/

/nbbuild/
/android/nbbuild/
/core/nbbuild/
/desktop/nbbuild/
/html/nbbuild/
/ios/nbbuild/

/dist/
/android/dist/
/core/dist/
/desktop/dist/
/html/dist/
/ios/dist/

/nbdist/
/android/nbdist/
/core/nbdist/
/desktop/nbdist/
/html/nbdist/
/ios/nbdist/

nbactions.xml
nb-configuration.xml

## Gradle

/local.properties
.gradle/
gradle-app.setting
/build/
/android/build/
/core/build/
/desktop/build/
/html/build/
/ios/build/

## OS Specific
.DS_Store
Thumbs.db

## iOS
/ios/xcode/*.xcodeproj/*
!/ios/xcode/*.xcodeproj/xcshareddata
!/ios/xcode/*.xcodeproj/project.pbxproj
/ios/xcode/native/
/ios/IOSLauncher.app
/ios/IOSLauncher.app.dSYM
17 changes: 17 additions & 0 deletions assets/CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
v0.014 UPDATE:

BUGS:
- inventory dissapears on fullscreen
- item replicates itself when placed?
- water speed

TODO:
- add inventory full indicator
- add not enough resources sound effect when crafting
- FIX INVENTORY select glitch
- make two block tall trees
- add character status page (i)
- make torch fade in when placed
- make placeable items breakable
- add placeable blocks
- tool durability
25 changes: 25 additions & 0 deletions assets/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
FROM THE DEVELOPER:

HOW CAN I RUN THE GAME?

The game required JavaSE 1.8 or above to be runned. When java is already
installed in the system, simply open the .jar file, or right click the
Taplixic_0.011.jar and click open.


WHY IS IT ALWAYS DARK?

The new version (v0.011) came with the purpose of introducing lighting
and new features for the upcoming versions which will include a day/night
cycle. Without having to wait weeks for a full build without the test versions,
it's better for the user experience to experience the development process of the game.


WHY DOES THIS LEVEL.DAT FILE COME WITH THE GAME?

The level.dat file is included since the world generation can be buggy,
and the level.dat that comes with the game just provides a seed where
no bugs were encountered. Keep in mind this is just for this version
and other versions will not have this pre-installed level.dat file.

Hope you enjoy Taplixic (v0.011)!
Binary file added assets/badlogic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/entities/butterfly/blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/entities/butterfly/group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/entities/butterfly/pink.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/entities/cow/anim/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/entities/cow/anim/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/entities/cow/idle/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/entities/cow/idle/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/entities/sheep/bah.ogg
Binary file not shown.
Binary file added assets/entities/zombie/roar.ogg
Binary file not shown.
Binary file added assets/fonts/PixelifySans-Bold.ttf
Binary file not shown.
Binary file added assets/fonts/PixelifySans-Medium.ttf
Binary file not shown.
Binary file added assets/fonts/PixelifySans-Regular.ttf
Binary file not shown.
Binary file added assets/fonts/PixelifySans-SemiBold.ttf
Binary file not shown.
Binary file added assets/io/cursor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/io/heart_blank.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/io/heart_full.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/io/heart_half.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/io/select.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/io/stamina_blank.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/io/stamina_full.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/io/stamina_half.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/items/axe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/items/cactus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/items/coal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/items/pickaxe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/items/plank.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/items/rock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/items/shield.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/items/stick.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/items/sword.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/items/torch/1.png
Binary file added assets/items/torch/2.png
Binary file added assets/items/torch/3.png
Binary file added assets/items/torch/4.png
Binary file added assets/logo.png
Binary file added assets/player/anim/1.png
Binary file added assets/player/anim/2.png
Binary file added assets/player/idle/1.png
Binary file added assets/player/idle/2.png
Binary file added assets/player/liquid/1.png
Binary file added assets/player/liquid/2.png
Binary file added assets/player/sound/attack.ogg
Binary file not shown.
Binary file added assets/sound/dark.ogg
Binary file not shown.
Binary file added assets/sound/select.ogg
Binary file not shown.
Binary file added assets/sound/title.ogg
Binary file not shown.
Binary file added assets/tiles/bush.png
Binary file added assets/tiles/cactus.png
Binary file added assets/tiles/coal.png
Binary file added assets/tiles/dandelion.png
Binary file added assets/tiles/dirt.png
Binary file added assets/tiles/grass.png
Binary file added assets/tiles/lily.png
Binary file added assets/tiles/poppy.png
Binary file added assets/tiles/rock.png
Binary file added assets/tiles/sand.png
Binary file added assets/tiles/sounds/break/cactus.ogg
Binary file not shown.
Binary file added assets/tiles/sounds/break/stone.ogg
Binary file not shown.
Binary file added assets/tiles/sounds/break/tree.ogg
Binary file not shown.
Binary file added assets/tiles/sounds/walking/grass.ogg
Binary file not shown.
Binary file added assets/tiles/sounds/walking/sand.ogg
Binary file not shown.
Binary file added assets/tiles/sounds/walking/water.ogg
Binary file not shown.
Binary file added assets/tiles/stone.png
Binary file added assets/tiles/timber.png
Binary file added assets/tiles/tree.png
Binary file added assets/tiles/water.png
95 changes: 95 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
buildscript {


repositories {
mavenLocal()
mavenCentral()
gradlePluginPortal()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
google()
}
dependencies {
classpath 'org.docstr:gwt-gradle-plugin:1.1.29'
classpath 'org.gretty:gretty:3.1.0'


}
}

allprojects {
apply plugin: "eclipse"

version = '1.0'
ext {
appName = "Taplixic"
gdxVersion = '1.12.1'
roboVMVersion = '2.3.20'
box2DLightsVersion = '1.5'
ashleyVersion = '1.7.4'
aiVersion = '1.8.2'
gdxControllersVersion = '2.2.1'
}

repositories {
mavenLocal()
mavenCentral()
google()
gradlePluginPortal()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
maven { url "https://oss.sonatype.org/content/repositories/releases/" }
maven { url "https://jitpack.io" }
}
}

project(":desktop") {
apply plugin: "java-library"


dependencies {
implementation project(":core")
api "com.badlogicgames.gdx:gdx-backend-lwjgl3:$gdxVersion"
api "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
api "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-desktop"
api "com.badlogicgames.gdx:gdx-box2d-platform:$gdxVersion:natives-desktop"
api "com.badlogicgames.gdx-controllers:gdx-controllers-desktop:$gdxControllersVersion"

}
}

project(":html") {
apply plugin: "java-library"
apply plugin: "gwt"
apply plugin: "war"
apply plugin: "org.gretty"


dependencies {
implementation project(":core")
api "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion"
api "com.badlogicgames.gdx:gdx:$gdxVersion:sources"
api "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion:sources"
api "com.google.jsinterop:jsinterop-annotations:2.0.2:sources"
api "com.badlogicgames.box2dlights:box2dlights:$box2DLightsVersion:sources"
api "com.badlogicgames.gdx:gdx-box2d:$gdxVersion:sources"
api "com.badlogicgames.gdx:gdx-box2d-gwt:$gdxVersion:sources"
api "com.badlogicgames.gdx-controllers:gdx-controllers-core:$gdxControllersVersion:sources"
api "com.badlogicgames.gdx-controllers:gdx-controllers-gwt:$gdxControllersVersion"
api "com.badlogicgames.gdx-controllers:gdx-controllers-gwt:$gdxControllersVersion:sources"
api "com.badlogicgames.gdx:gdx-ai:$aiVersion:sources"

}
}

project(":core") {
apply plugin: "java-library"


dependencies {
api "com.badlogicgames.gdx:gdx:$gdxVersion"
api "com.badlogicgames.gdx:gdx-freetype:$gdxVersion"
api "com.badlogicgames.box2dlights:box2dlights:$box2DLightsVersion"
api "com.badlogicgames.gdx:gdx-box2d:$gdxVersion"
api "com.badlogicgames.gdx-controllers:gdx-controllers-core:$gdxControllersVersion"
api "com.badlogicgames.gdx:gdx-ai:$aiVersion"
}
}
6 changes: 6 additions & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sourceCompatibility = 1.8
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'

sourceSets.main.java.srcDirs = [ "src/" ]

eclipse.project.name = appName + "-core"
5 changes: 5 additions & 0 deletions core/src/Taplixic.gwt.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit trunk//EN" "https://www.gwtproject.org/doctype/2.10.0/gwt-module.dtd">
<module>
<source path="com/arthurlumertz/taplixic" />
</module>
Loading

0 comments on commit 221bbeb

Please sign in to comment.