Join the forum, it's quick and easy

Would you like to react to this message? Create an account in a few clicks or log in to continue.

I made a Java Game

+2
CheesyPewfs
Jonix55
6 posters

Go down

I made a Java Game Empty I made a Java Game

Post by Jonix55 Fri Sep 09, 2011 2:46 pm

Guys I made a a Java Game (=D).
It's in heavy development but it will get better eventually : )
Here is the first, Alpha version:
http://www.mediafire.com/?7fv91h06wwh958e
Jonix55
Jonix55
Server Manager
Server Manager

Posts : 187
Join date : 2011-03-12
Age : 27
Location : Portugal

Back to top Go down

I made a Java Game Empty Re: I made a Java Game

Post by CheesyPewfs Fri Sep 09, 2011 4:27 pm

i really really really hate you. i got pwnt Sad

CheesyPewfs
Forum legend
Forum legend

Posts : 168
Join date : 2011-03-08

Back to top Go down

I made a Java Game Empty Re: I made a Java Game

Post by hywel45 Fri Sep 09, 2011 4:34 pm

can i see some pics?
hywel45
hywel45
Forum legend
Forum legend

Posts : 116
Join date : 2011-02-15
Age : 24
Location : britan

Back to top Go down

I made a Java Game Empty Re: I made a Java Game

Post by CheesyPewfs Fri Sep 09, 2011 7:10 pm

just download it and run it with java
but be sure that you can acces windows task manager

CheesyPewfs
Forum legend
Forum legend

Posts : 168
Join date : 2011-03-08

Back to top Go down

I made a Java Game Empty Re: I made a Java Game

Post by Dot145 Fri Sep 09, 2011 11:25 pm

Dude! this is the best game ever! I TOTALLY respect you so much (well, I already did, but you know what i mean ;D)
Dot145
Dot145
Forum legend
Forum legend

Posts : 403
Join date : 2011-04-10
Age : 27
Location : On my chair. It swivels.

http://dot145.tumblr.com

Back to top Go down

I made a Java Game Empty Re: I made a Java Game

Post by CheesyPewfs Fri Sep 09, 2011 11:44 pm

dot how many times did u get pwnt before u opened wtm?

CheesyPewfs
Forum legend
Forum legend

Posts : 168
Join date : 2011-03-08

Back to top Go down

I made a Java Game Empty Re: I made a Java Game

Post by Dot145 Fri Sep 09, 2011 11:56 pm

8
Dot145
Dot145
Forum legend
Forum legend

Posts : 403
Join date : 2011-04-10
Age : 27
Location : On my chair. It swivels.

http://dot145.tumblr.com

Back to top Go down

I made a Java Game Empty Re: I made a Java Game

Post by Jonix55 Sat Sep 10, 2011 12:13 am

Ty for feed back guys =D I think Ill raise the difficulty to 500 pwntzombies
Jonix55
Jonix55
Server Manager
Server Manager

Posts : 187
Join date : 2011-03-12
Age : 27
Location : Portugal

Back to top Go down

I made a Java Game Empty Re: I made a Java Game

Post by Dot145 Sat Sep 10, 2011 7:50 am

Unlike Jonix, I have actually made a legitimate game. It's really simple. It's called MineField. It's somewhat similar to Minesweeper; the only similarities are the use of a mine and squares. Here's the download link:
http://db.tt/pAUJK2A

All you need to do is download the .jar and run it. ;D Enjoy!

I'm such a thread hijacker ;P
Dot145
Dot145
Forum legend
Forum legend

Posts : 403
Join date : 2011-04-10
Age : 27
Location : On my chair. It swivels.

http://dot145.tumblr.com

Back to top Go down

I made a Java Game Empty Re: I made a Java Game

Post by wow135 Sat Sep 10, 2011 8:44 am

This is the best game ever Jonix! This is gonna be the CoD killer.
wow135
wow135
Server Owner

Posts : 512
Join date : 2011-01-08
Age : 27
Location : Far up north...

Back to top Go down

I made a Java Game Empty Re: I made a Java Game

Post by CheesyPewfs Sat Sep 10, 2011 8:18 pm

lol. cod doesnt need killing, its populated by screaming 12 yearolds

CheesyPewfs
Forum legend
Forum legend

Posts : 168
Join date : 2011-03-08

Back to top Go down

I made a Java Game Empty Re: I made a Java Game

Post by Jonix55 Sat Sep 10, 2011 9:24 pm

I wonder how we can do butifal GUI's instead of the normal ones.
Jonix55
Jonix55
Server Manager
Server Manager

Posts : 187
Join date : 2011-03-12
Age : 27
Location : Portugal

Back to top Go down

I made a Java Game Empty Re: I made a Java Game

Post by twsb156ANOK Sat Sep 10, 2011 11:44 pm

Jonix55 wrote:Guys I made a a Java Game (=D).
It's in heavy development but it will get better eventually : )
Here is the first, Alpha version:
http://www.mediafire.com/?7fv91h06wwh958e
My virus software blocked it and so did chrome.

twsb156ANOK
I <3 New topic button!
I

Posts : 49
Join date : 2011-02-18
Age : 27
Location : CANADA FTW!!!!!!!!!!

Back to top Go down

I made a Java Game Empty Re: I made a Java Game

Post by Dot145 Sun Sep 11, 2011 3:47 am

Maybe it's because you used Chrome ;o

It's not anything significantly malicious. At all, I promise
Dot145
Dot145
Forum legend
Forum legend

Posts : 403
Join date : 2011-04-10
Age : 27
Location : On my chair. It swivels.

http://dot145.tumblr.com

Back to top Go down

I made a Java Game Empty Re: I made a Java Game

Post by CheesyPewfs Sun Sep 11, 2011 6:48 am

... what anti-virus software AND chrome block it i get suspicious Suspect

CheesyPewfs
Forum legend
Forum legend

Posts : 168
Join date : 2011-03-08

Back to top Go down

I made a Java Game Empty Re: I made a Java Game

Post by Jonix55 Sun Sep 11, 2011 12:45 pm

Its not a virus its a executable JAR file Neutral
It's not harmful at all... if you wonder here is the code I used:
Code:
import javax.swing.JOptionPane;

class Count{
   public static void main (String[] args){
      
      for (int counter=1;counter<=100;counter++){
      

   JOptionPane.showMessageDialog(null, "You got pwned :P " +counter, "You just got pwnt!!!", JOptionPane.PLAIN_MESSAGE);

   }
   }
}

That's it. Don't judge me I'm still learning Java. But if you understand some Java you can realize what that does
Jonix55
Jonix55
Server Manager
Server Manager

Posts : 187
Join date : 2011-03-12
Age : 27
Location : Portugal

Back to top Go down

I made a Java Game Empty Re: I made a Java Game

Post by CheesyPewfs Sun Sep 11, 2011 3:42 pm

I can program a little in Python, so i get the basic gist of it. But i couldn't rewrite a program to do the same thing for my life(in Java, in python this would be easy)

CheesyPewfs
Forum legend
Forum legend

Posts : 168
Join date : 2011-03-08

Back to top Go down

I made a Java Game Empty Re: I made a Java Game

Post by Dot145 Mon Sep 12, 2011 1:14 pm

Aah, so it stops after 100. Never knew that. Nice to know that someone else knows Python, too ;D
Dot145
Dot145
Forum legend
Forum legend

Posts : 403
Join date : 2011-04-10
Age : 27
Location : On my chair. It swivels.

http://dot145.tumblr.com

Back to top Go down

I made a Java Game Empty Re: I made a Java Game

Post by CheesyPewfs Mon Sep 12, 2011 3:41 pm

Razz just a little bit, can only do some basic stuff

CheesyPewfs
Forum legend
Forum legend

Posts : 168
Join date : 2011-03-08

Back to top Go down

I made a Java Game Empty Re: I made a Java Game

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum