-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 221bbeb
Showing
139 changed files
with
6,603 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)! |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.