Ludum Dare #30compo
Cubic's Adventure
The game is about a yong cube named: Cubic. On one fateful day Cubic got separated from his home world. Now he has to gross several worlds to return.
The game was meant as a puzzle/platformer/rpg thingy. But 2 days was just to short to finish it, and I barely got any gameplay in the game.
The game is designed for 1080p and windows but will work on any resolution and OS, although that is untested. Anyway the game will run as long as you have opengl 3.
Furthermore the game is written in scala, I first wanted to use c++, but creating a game would take a bit longer so I went with scala. The library I used to create the game is the LWJGL, mainly utilizing opengl 3.
Also it last I want to warn everybody: The rendering is terribly inefficient, sorry, I just couldn't spend more time at the rendering code. So if you don't have a great PC there 'might' be some lag.
PS. Don't judge my code :P And enjoy! (for what it's worth O_O)
The game was meant as a puzzle/platformer/rpg thingy. But 2 days was just to short to finish it, and I barely got any gameplay in the game.
The game is designed for 1080p and windows but will work on any resolution and OS, although that is untested. Anyway the game will run as long as you have opengl 3.
Furthermore the game is written in scala, I first wanted to use c++, but creating a game would take a bit longer so I went with scala. The library I used to create the game is the LWJGL, mainly utilizing opengl 3.
Also it last I want to warn everybody: The rendering is terribly inefficient, sorry, I just couldn't spend more time at the rendering code. So if you don't have a great PC there 'might' be some lag.
PS. Don't judge my code :P And enjoy! (for what it's worth O_O)
Comments34

RikMuld25 Aug 2014, 06:09
Yeah sorry, I had planned to finish the fiery volcano with some levels, enemies and a leveling system. But it just was to much to create, the actual gameplay after the intro (the only volcano world level)was added 30 minutes before submitting.

MrSylar5925 Aug 2014, 06:24
When I tried to run it, I had a long teal screen and nothing happened...
varun25 Aug 2014, 06:25
This error popped up when I ran it - http://pastebin.com/nnDJsHXe. Possibly due to lack of OpenGL 3?
akios25 Aug 2014, 06:28
it dont loads. nothing happen
Recon25 Aug 2014, 06:30
Doesn't run, I don't rate it!
Win8, all necessary stuff installed.
I'm so sorry.
Win8, all necessary stuff installed.
I'm so sorry.
McFood25 Aug 2014, 08:19
Looks amazing, ran fine on my Windows 8 machine.
I'd play the full version =)
I'd play the full version =)
ViliX25 Aug 2014, 08:42
Worked great on my Win 8.1 :)
(LWJGL ROCKS!)
(LWJGL ROCKS!)
masterhyjinx25 Aug 2014, 08:44
Game quits on load with the error: "ProjectLoader quit unexpectedly"

anssipe25 Aug 2014, 08:47
Looks really nice. However does not start on my Mac:
Exception in thread "main" java.lang.NoClassDefFoundError: Cubic's Adventure/jar
Caused by: java.lang.ClassNotFoundException: Cubic's Adventure.jar
java version "1.6.0_65"
Java(TM) SE Runtime Environment (build 1.6.0_65-b14-462-11M4609)
Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-462, mixed mode
OSX 10.9.4
Exception in thread "main" java.lang.NoClassDefFoundError: Cubic's Adventure/jar
Caused by: java.lang.ClassNotFoundException: Cubic's Adventure.jar
java version "1.6.0_65"
Java(TM) SE Runtime Environment (build 1.6.0_65-b14-462-11M4609)
Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-462, mixed mode
OSX 10.9.4

gwa25 Aug 2014, 09:03
hmm just had a light blue screen win7

jsmars25 Aug 2014, 15:49
Can't play sadly, light blue screen and nothing happens.

tchem25 Aug 2014, 15:50
Awesome proposes,,but error in gameplay,,, black screen,,, strange,,,, but initially is an incredible game...

Wevel25 Aug 2014, 15:51
I would love to rate this game but it doesn't seem to work on Win7, I just a blue screen

elkiwydev25 Aug 2014, 15:52
Well...Game not finished..It's only an intro to a game..
Also I don't like very much the mix of graphics style, too much different stuff mixed up..
Also I don't like very much the mix of graphics style, too much different stuff mixed up..
bobrocks25 Aug 2014, 15:53
Nice game, I would like to see more!

RikMuld25 Aug 2014, 16:03
To everyone who can't play it: sorry. Your pc probably doesn't (fully) support opengl 3.3 it might be fixable by updating your video card.
sftrabbit25 Aug 2014, 16:24
Doesn't appear to run on my Linux machine with OpenGL 3.3 support (NVidia GT 630M). Apparently my drivers don't support GLX_ARB_multisample.

imdigitaljim25 Aug 2014, 16:24
I was looking forward to the gameplay! It looked promising!
psydack25 Aug 2014, 16:42
MAC OS don't run.
Just do not open.
Just do not open.

jpverkamp25 Aug 2014, 16:45
Can't get it to run, sorry:
Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load library: .../Cubic's Adventure/libs/natives/mac/liblwjgl.dylib
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1817)
at java.lang.Runtime.load0(Runtime.java:809)
at java.lang.System.load(System.java:1083)
at org.lwjgl.Sys$1.run(Sys.java:70)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
at org.lwjgl.Sys.loadLibrary(Sys.java:95)
at org.lwjgl.Sys.<clinit>(Sys.java:112)
at org.lwjgl.opengl.Display.<clinit>(Display.java:135)
at com.rikmuld.core.Start$.setupWindow(Start.scala:33)
at com.rikmuld.core.Start$.main(Start.scala:18)
at com.rikmuld.core.Start.main(Start.scala)
at com.rikmuld.ProjectLoader.main(ProjectLoader.java:7)
Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load library: .../Cubic's Adventure/libs/natives/mac/liblwjgl.dylib
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1817)
at java.lang.Runtime.load0(Runtime.java:809)
at java.lang.System.load(System.java:1083)
at org.lwjgl.Sys$1.run(Sys.java:70)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
at org.lwjgl.Sys.loadLibrary(Sys.java:95)
at org.lwjgl.Sys.<clinit>(Sys.java:112)
at org.lwjgl.opengl.Display.<clinit>(Display.java:135)
at com.rikmuld.core.Start$.setupWindow(Start.scala:33)
at com.rikmuld.core.Start$.main(Start.scala:18)
at com.rikmuld.core.Start.main(Start.scala)
at com.rikmuld.ProjectLoader.main(ProjectLoader.java:7)
Headmade25 Aug 2014, 16:49
All I get is a blue screen (not the windows blue screen of death)
Drew Van Camp25 Aug 2014, 16:49
Good work! Runs perfectly on my system. I would love to play this again if you add to it! The 2.5D style is cool, but would you consider a traditional 2D approach? I think it might look/feel even better if flattened, as odd as that might sound.
Maybe you and I could trade notes down the road; I've been working on a somewhat similar game outside of Ludum Dare. Look me up some time if you'd like to see it and should you ever continue your project.
Nice job considering the limited time frame!
Maybe you and I could trade notes down the road; I've been working on a somewhat similar game outside of Ludum Dare. Look me up some time if you'd like to see it and should you ever continue your project.
Nice job considering the limited time frame!
g_o25 Aug 2014, 16:51
Unfortunately I can't see the nerration cause it's off
screen and so I couldn't play it.
Also - it's kinda irretating how slow it types;
and that I have no control during that time.
screen and so I couldn't play it.
Also - it's kinda irretating how slow it types;
and that I have no control during that time.
Martins25 Aug 2014, 16:53
Doesnt work on my Win7: i can't see ground, can't see anything besides cubeman himself and portals and text.
Denisre325 Aug 2014, 17:00
The game doesn't run on my computer, it just shows an azure screen and nothing happens.
nonetheless27 Aug 2014, 16:44
Works great, starts promising. Shame there's only the bigning. Keep up the good work :)

MercuryLegba30 Aug 2014, 13:36
Sorry, doesn't run on my Win 7 machine.
H1S230 Aug 2014, 14:06
The games graphics look really interesting from the pictures but unfortunatly it won't run on my Mac.

jahmaican1 Sep 2014, 16:33
Feels Minecraft-ish. Feels unfinished. That's a shame.

DarkCart7 Sep 2014, 19:50
Looks like 2D Minecraft. Good job.
kirbytails714 Sep 2014, 17:33
Works fine for me.
Learning how to scope well is tricky. Hopefully this has proven insightful for you.
Also, be sure to proof-read your text. I counted 8 mistakes in just the text you have. ;)
Learning how to scope well is tricky. Hopefully this has proven insightful for you.
Also, be sure to proof-read your text. I counted 8 mistakes in just the text you have. ;)
IamAcoconut14 Sep 2014, 17:38
When I try to run it, everything my screen flashes to black, and then the application closes...I'm not sure why...

kaitokidi15 Sep 2014, 07:21
The game could be nice, but there is no gameplay implemented yet, keep working on it : D
also, you could set some music and maybe a button to run or something
also, you could set some music and maybe a button to run or something




I got quite a kick out of the "Sorry, no more gameplay". Had been really surprised by the seemingly massive amount of content from seeing the 3 worlds you had until that message popped up :)