jocolloman Posted May 14, 2011 Report Share Posted May 14, 2011 Not bad. It runs pretty slow for me though. You may want to consider using some of Java's built in functionality for Clipping. This will make the "animation" much nicer. Thanks for this! Quote Link to comment Share on other sites More sharing options...
Harquimm Posted May 20, 2011 Report Share Posted May 20, 2011 Vin, Just downloaded the demo and gave it a quick go and I have to say nice work. The graphics worked well and showed some promice. It ran smoothly on my laptop untill I started firing rapidly and then it skipped a few frames but apart from that keep up the good work. (Y) Quote Link to comment Share on other sites More sharing options...
Sledgy Posted May 25, 2011 Report Share Posted May 25, 2011 Good work! Sadly it's demo. And also some moments: 1) is it real to create exe? 2) music & sounds would be useful Quote Link to comment Share on other sites More sharing options...
jocolloman Posted May 25, 2011 Author Report Share Posted May 25, 2011 1) is it real to create exe? I'm not sure I understand this question but, it is an executable file. It is a Java Archive File which contains information on launching the compiled Java class files within. Quote Link to comment Share on other sites More sharing options...
Sledgy Posted May 27, 2011 Report Share Posted May 27, 2011 I can launch game by special Java pack, what I must download from net. I meant, is it real to convert this *.jar to *.exe for launching game without special java packs. Quote Link to comment Share on other sites More sharing options...
4th guy Posted May 27, 2011 Report Share Posted May 27, 2011 To run the jar file you need to install a Java Runtime Environment. This will allow you to the jar file as an executable for your computer. You can download it from here http://www.java.com/en/download/manual.jsp?locale=en (Don't extract the jar file, it won't work) The advantage of jar files is that if you can run the program on any platform that supports the Java Runtime Environment. With executable files, you need to recompile each file for each platform that you want to run it under. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.