The one between the worlds by zdavid112z
This game was made in 48h for scratch(code and resources).
About the game:
You are a knight that is stuck between dimensions and the only way to escape is to collect the time shards that have the power to give you supernatural abilities.
But really,the goal of the game is to survive as many rounds as possible.Collect the shards to upgrade your abilities (speed ,power ,health) and also unlock new dimensions.
How to play:
Use AD to move.
Use W to jump (affected by the speed).
Use S to block (reduces the damage to half and doubles the regeneration).
Use the numbers 1-4 to go to different dimensions.
The first two(Heaven and Hell) are unlocked from the start and the other two(Tech World and Candyland) must be unlocked using time shards.
To get out of the help menu press ENTER.
Notes:
There is no natural regeneration.
If you want to teleport into another dimension and the game doesn't let you,try changing your location.You can not teleport into a wall.
Angels and demons can go through walls.
Nyan cats give you health.
If you get bored,you can press ESCAPE,then ENTER to skip the current level.
Try upgrading the speed to max.
Have fun!
Changelog:
The Post comp version has the following changes:
-better collision with the clouds
-fixed timer display(old: 1:4,new: 1:04)
-blocking mechanic changed(old: get half of the damage yourself,new: your enemy receives half of the damage)
About the game:
You are a knight that is stuck between dimensions and the only way to escape is to collect the time shards that have the power to give you supernatural abilities.
But really,the goal of the game is to survive as many rounds as possible.Collect the shards to upgrade your abilities (speed ,power ,health) and also unlock new dimensions.
How to play:
Use AD to move.
Use W to jump (affected by the speed).
Use S to block (reduces the damage to half and doubles the regeneration).
Use the numbers 1-4 to go to different dimensions.
The first two(Heaven and Hell) are unlocked from the start and the other two(Tech World and Candyland) must be unlocked using time shards.
To get out of the help menu press ENTER.
Notes:
There is no natural regeneration.
If you want to teleport into another dimension and the game doesn't let you,try changing your location.You can not teleport into a wall.
Angels and demons can go through walls.
Nyan cats give you health.
If you get bored,you can press ESCAPE,then ENTER to skip the current level.
Try upgrading the speed to max.
Have fun!
Changelog:
The Post comp version has the following changes:
-better collision with the clouds
-fixed timer display(old: 1:4,new: 1:04)
-blocking mechanic changed(old: get half of the damage yourself,new: your enemy receives half of the damage)
| Windows/OSX/Linux(Post comp) | https://www.dropbox.com/s/exob4zna47b67ze/TOBTW%20post-comp.jar?dl=0 |
| Src(Post comp) | https://www.dropbox.com/s/eimx3bgjzvn028i/TOBTW%20post-comp%20src.zip?dl=0 |
| Windows/OSX/Linux | https://www.dropbox.com/s/9dqezmwdpbcitm8/TOBTW.jar?dl=0 |
| No sound version | https://www.dropbox.com/s/02g247qb9mpmmsn/TOBTW%20no%20sound.jar?dl=0 |
| Src | https://www.dropbox.com/s/slvpvwj9u29ylzo/TOBTW%20project.zip?dl=0 |
| Original URL | https://ludumdare.com/compo/ludum-dare-30/?action=preview&uid=38575 |
Ratings
| Coolness | 65% | 3 |
| Overall | 2.55 | 1089 |
| Audio | 2.10 | 853 |
| Fun | 2.53 | 978 |
| Graphics | 2.19 | 1083 |
| Humor | 2.24 | 611 |
| Innovation | 2.56 | 962 |
| Mood | 2.32 | 1016 |
| Theme | 3.22 | 581 |
C:\Users\ViliX\Documents\LD\jar>java -jar TheOneBetweenTheWorlds.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/ducksofts
/ld30/core/Core : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)
Btw guys, you need to use Java8 to run it