May 14, 201115 yr comment_458 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! Report
May 20, 201115 yr comment_461 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) Report
May 25, 201115 yr comment_465 Good work! Sadly it's demo. And also some moments: 1) is it real to create exe? 2) music & sounds would be useful Report
May 25, 201115 yr Author comment_469 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. Report
May 27, 201115 yr comment_471 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. Report
May 27, 201115 yr comment_472 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. Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.