Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411643 Posts in 69394 Topics- by 58450 Members - Latest Member: pp_mech

May 14, 2024, 08:10:16 PM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsCommunityTownhallForum IssuesArchived subforums (read only)Tutorials[DEAD]How to make a game with the Liquid Game Engine
Pages: [1]
Print
Author Topic: [DEAD]How to make a game with the Liquid Game Engine  (Read 3312 times)
TheBreadCat
Level 0
***


View Profile WWW
« on: March 05, 2012, 01:30:40 PM »

The liquid game engine is not in development anymore, because of better ways to make java games. Check out Slick for more info.
« Last Edit: July 23, 2012, 04:32:59 AM by TheBreadCat » Logged

Twitter: marcoaslak
baconman
Level 10
*****


Design Guru


View Profile WWW
« Reply #1 on: March 05, 2012, 02:10:33 PM »

Tried to run the JAR file, but WinRAR simply pops up and decompresses it. It gives me

[com]
[doc]
[META-INF]
.classpath
.project


I'm assuming this is in ".project?"
Logged

TheBreadCat
Level 0
***


View Profile WWW
« Reply #2 on: March 05, 2012, 02:20:15 PM »

Tried to run the JAR file, but WinRAR simply pops up and decompresses it. It gives me

[com]
[doc]
[META-INF]
.classpath
.project


I'm assuming this is in ".project?"
no no sir, your doing it wrong. You see first of all, if you want to run a jar you do it with java. Now this is not a runnable jar, but a libary. You drag it in to your project folder(asuming that you use an IDE) and add it to your build path. You can find tons of documentation on how to use libaries with java and it's IDEs.
Logged

Twitter: marcoaslak
baconman
Level 10
*****


Design Guru


View Profile WWW
« Reply #3 on: March 05, 2012, 06:31:46 PM »

Ohh. Kinda like .sln's with Visual Studio. Although I coulda sworn I had Java SDK installed... coulda been before my summer computer crash, though. It's just kinda interesting how WinRAR presents it anyways...
Logged

TheBreadCat
Level 0
***


View Profile WWW
« Reply #4 on: March 05, 2012, 11:01:44 PM »

Will you might wan't to get eclipse and refresh java.
Logged

Twitter: marcoaslak
baconman
Level 10
*****


Design Guru


View Profile WWW
« Reply #5 on: March 14, 2012, 02:02:10 AM »

if(Keyboard.held(Keyboard.LEFT))
              {
                  x-=2;
              }else if(Keyboard.held(Keyboard.RIGHT))
              {


...you mean? Huh?
Logged

Pages: [1]
Print
Jump to:  

Theme orange-lt created by panic