Java-Gaming.org
Java4K - to go Javadoc:
rt.jar
slick.jar
lwjgl.jar
Featured games (67)
games approved by the League of Dukes
Games in Showcase (∞)
games submitted by our members
News
: Read the
Java Gaming Resources
, peek at
the official java tutorials
or join us at
irc
#jgo.
Home
Help
Search
Login
Register
Java-Gaming.org
>
Games Center
>
Featured Games
>
Night Squad 2
Pages: [
1
]
2
3
Print
Night Squad 2
(Read 22205 times)
0 Members and 1 Guest are viewing this topic.
n.o.p
JGO n00b
Posts: 16
Night Squad 2
«
on:
2008-05-28 15:43:35
»
I was asked to post this here, so ....
As part of my thesis I developed a Multiplayer First Person Shooter for casual gamers. It can be played here:
http://nightsquad2.freenet.de/?lan=en
There is also a short video clip
here
.
Any feedback welcome, of course.
Update: If there is nobody online, you can use Deathmatch mode to test the game.
edit: fixed broken images. kapta
Matzon
« League of Dukes »
JGO Kernel
Posts: 1803
Medals: 8
I'm gonna wring your pants!
Re: Night Squad 2 - LWJGL First Person Shooter
«
Reply #1 on:
2008-05-28 15:50:03
»
Very impressed by the game!
Looks great, performs just as great.
As an RTCW:ET player, I think that there is a tad too much bunny hopping going on
I assume that the thesis is the reason for not using JME or Xith?
The same goes for not using
get-down
?
Curious way of obfuscating classes
http://certusgames.com
(Free Online Multiplayer Java Games)
http://lwjgl.org
(OpenGL/OpenAL for Java)
gouessej
JGO Kernel
Posts: 3433
Medals: 26
TUER
Re: Night Squad 2 - LWJGL First Person Shooter
«
Reply #2 on:
2008-05-28 16:10:22
»
It seems interesting but I got this:
java.lang.Exception: Windows is required to play the game!
at Main.init(Main.java:92)
at sun.applet.AppletPanel.run(AppletPanel.java:425)
at java.lang.Thread.run(Thread.java:619)
Java is cross-platform, LWJGL too. It is really stupid to punish Mac and Linux users! The game seems very beautiful and very consistent but if it works only under Windows, please don't use Java. I'm really disappointed and angry! Please tell me why you allow only the Windows users to play with your game. I hope it is only a temporary limitation.
Julien Gouesse
Games published by our own members! Go get 'em!
n.o.p
JGO n00b
Posts: 16
Re: Night Squad 2 - LWJGL First Person Shooter
«
Reply #3 on:
2008-05-28 16:15:07
»
Quote from: Matzon on
2012-01-09 02:20:46
I assume that the thesis is the reason for not using JME or Xith?
Yes, I wanted to learn how to create a game engine. You don't learn much if you use a finished product. Plus, when you're using some third party engine, you might get into trouble at some point if you realize that the engine is not offering a feature that you need to go on.
Quote from: Matzon on
2012-01-09 02:20:46
The same goes for not using
get-down
?
I used to use Java Webstart. Unfortunately it turned out to be buggy, so I wrote my own installer. Webstart is still used with IE on Vista, because of the browsers sandbox. However, I'm not very happy with the current solution. When I have time, I'll see what get-down can do. Thanks for the tip.
ChrisM
JGO Neuromancer
Posts: 1176
Medals: 17
END OF LINE.
Re: Night Squad 2 - LWJGL First Person Shooter
«
Reply #4 on:
2008-05-28 16:18:19
»
Quote from: gouessej on
2012-01-08 13:23:29
It seems interesting but I got this:
java.lang.Exception: Windows is required to play the game!
at Main.init(Main.java:92)
at sun.applet.AppletPanel.run(AppletPanel.java:425)
at java.lang.Thread.run(Thread.java:619)
Java is cross-platform, LWJGL too. It is really stupid to punish Mac and Linux users! The game seems very beautiful and very consistent but if it works only under Windows, please don't use Java. I'm really disappointed and angry! Please tell me why you allow only the Windows users to play with your game. I hope it is only a temporary limitation.
While I would like to play on my Mac, I think you are overreacting **just** a bit. No need to be angry and I am glad he did this in Java! Keep it up! If there is a reason why it won't work on Mac/Linux, let's help him instead of lashing out.
-Chris
http://www.pastpixels.com
n.o.p
JGO n00b
Posts: 16
Re: Night Squad 2 - LWJGL First Person Shooter
«
Reply #5 on:
2008-05-28 16:32:16
»
Quote from: gouessej on
2012-01-08 13:23:29
It seems interesting but I got this:
java.lang.Exception: Windows is required to play the game!
at Main.init(Main.java:92)
at sun.applet.AppletPanel.run(AppletPanel.java:425)
at java.lang.Thread.run(Thread.java:619)
Java is cross-platform, LWJGL too. It is really stupid to punish Mac and Linux users! The game seems very beautiful and very consistent but if it works only under Windows, please don't use Java. I'm really disappointed and angry! Please tell me why you allow only the Windows users to play with your game. I hope it is only a temporary limitation.
About 5% of the game is written in native code + it uses ODE. Theoretically, it would be possible to compile it for Linux and Mac too, but it's just not worth the effort considering the market share. If I had to compile and test the code on Linux and Mac each update, I would need three times as long for each release. Aside from that, I don't even own a Mac.
I understand that you are not happy to hear this. I'd love to add support for Linux or Mac if I had the time, but I just don't think it would pay off.
PS: Why are Windows users not allowed to use Java? Java is a great language aside from being cross-platform.
kevglass
« League of Dukes »
JGO Kernel
Posts: 5199
Medals: 47
Mentally unstable, best avoided.
Re: Night Squad 2 - LWJGL First Person Shooter
«
Reply #6 on:
2008-05-28 16:46:01
»
Market share wise it might well be worth supporting OSX.
Kev
Current
|
Home
|
Twitter
|
Slick
|
Phys2D
|
Tutorials
jezek2
Sr. Member
Posts: 354
Medals: 3
Re: Night Squad 2 - LWJGL First Person Shooter
«
Reply #7 on:
2008-05-28 16:59:39
»
Quote from: n.o.p on
2012-01-08 13:23:29
About 5% of the game is written in native code + it uses ODE. Theoretically, it would be possible to compile it for Linux and Mac too, but it's just not worth the effort considering the market share. If I had to compile and test the code on Linux and Mac each update, I would need three times as long for each release. Aside from that, I don't even own a Mac.
I understand that you are not happy to hear this. I'd love to add support for Linux or Mac if I had the time, but I just don't think it would pay off.
That's one of major reasons why I've created
JBullet
(Java port of Bullet Physics Library). Also I like Bullet for it's active development which is very promising.
Quote from: n.o.p on
2012-01-08 13:23:29
PS: Why are Windows users not allowed to use Java? Java is a great language aside from being cross-platform.
Nothing wrong, just that when something is in Java, users expect that the app is multiplatform
Nothing wrong with supporting only one platform, just mark it in beginning that it's just for Windows. But because you use Java/LWJGL, the support for other platforms is usually little or no step, so it's pity not to do it.
gouessej
JGO Kernel
Posts: 3433
Medals: 26
TUER
Re: Night Squad 2 - LWJGL First Person Shooter
«
Reply #8 on:
2008-05-28 17:18:21
»
Quote from: jezek2 on
2012-01-08 13:23:29
That's one of major reasons why I've created
JBullet
(Java port of Bullet Physics Library). Also I like Bullet for it's active development which is very promising.
Nothing wrong, just that when something is in Java, users expect that the app is multiplatform
Nothing wrong with supporting only one platform, just mark it in beginning that it's just for Windows. But because you use Java/LWJGL, the support for other platforms is usually little or no step, so it's pity not to do it.
I agree with you and I heard about a binding of ODE in Java, it is called ODEjava, isn't it?
http://odejava.org/OdejavaIntro
Full Windows platform-dependent gaming in Java dirties Java on my view. It is extremely frustrating. I'm not overreacting.
You aim only the market share... I find it miserable
Julien Gouesse
n.o.p
JGO n00b
Posts: 16
Re: Night Squad 2 - LWJGL First Person Shooter
«
Reply #9 on:
2008-05-28 17:34:35
»
Quote from: gouessej on
2012-01-08 13:23:29
I agree with you and I heard about a binding of ODE in Java, it is called ODEjava, isn't it?
http://odejava.org/OdejavaIntro
Full Windows platform-dependent gaming in Java dirties Java on my view. It is extremely frustrating. I'm not overreacting.
You aim only the market share... I find it miserable
Well, looking at your signature, it's obvious that you will only see it this way. I told you the reasons. It's not a religious thing. Please don't let this thread become another one of those pointless Windows vs. Linux discussions. I'm not going to comment on this any further.
Games published by our own members! Go get 'em!
Riven
« League of Dukes »
JGO Kernel
Posts: 5509
Medals: 204
Hand over your head.
Re: Night Squad 2 - LWJGL First Person Shooter
«
Reply #10 on:
2008-05-28 17:40:55
»
gouessej, for **** sake. Stop whining.
Somebody comes along to showcase his project he has been working on for who knows how long. It's not like he owe's you one. This was a school project, have you got any clue how hard it is to work with tight deadlines? You should know with your own projects that are in progress for years now. Sure, you can support each and every platform, but getting a game to work at both your and your teachers computer is hard enough.
Again: stop whining, you are overreacting, give the guy some respect.
Hi, appreciate more people! Σ ♥ = ¾
Learn how to
award
medals... and work your way up the
social rankings
Riven
« League of Dukes »
JGO Kernel
Posts: 5509
Medals: 204
Hand over your head.
Re: Night Squad 2 - LWJGL First Person Shooter
«
Reply #11 on:
2008-05-28 17:54:47
»
I played the game for a bit, and I really like the details you managed to squeeze in like the lightning.
How did you get the ground-shadow of the buildings in there? Prerendered into a texture, calculated at runtime, or projecting in realtime?
Are there dynamic objects in the world? (breakable/movable stuff)
Hi, appreciate more people! Σ ♥ = ¾
Learn how to
award
medals... and work your way up the
social rankings
n.o.p
JGO n00b
Posts: 16
Re: Night Squad 2 - LWJGL First Person Shooter
«
Reply #12 on:
2008-05-28 18:06:10
»
Quote from: Riven on
2008-05-28 17:54:47
How did you get the ground-shadow of the buildings in there? Prerendered into a texture, calculated at runtime, or projecting in realtime?
Static shadows are just prerendered lightmaps. Dynamic shadows are shadow maps.
Quote from: Riven on
2008-05-28 17:54:47
Are there dynamic objects in the world? (breakable/movable stuff)
Not realy, just the enemies
ChrisM
JGO Neuromancer
Posts: 1176
Medals: 17
END OF LINE.
Re: Night Squad 2 - LWJGL First Person Shooter
«
Reply #13 on:
2008-05-28 18:19:51
»
Quote from: gouessej on
2012-01-08 13:23:29
I agree with you and I heard about a binding of ODE in Java, it is called ODEjava, isn't it?
http://odejava.org/OdejavaIntro
Full Windows platform-dependent gaming in Java dirties Java on my view. It is extremely frustrating. I'm not overreacting.
You aim only the market share... I find it miserable
Wow. Gouessej, this just has to stop. You have crossed from being a Java supporter to being abusive to a brand new community member. If there are real technical issues that need to be addressed, let's address them. If he has a pain point that prevents him from supporting more than Windows, let's help, not be so abrasive. It does not "dirty" Java in the slightest as his solution is using additional solutions tied to Java. And it's his project, so he can do what he wants.
Now, n.o.p., where the HELL have you been hiding!?!?!?!?!
The game looks FANTASTIC! and I am going to continue to show this off, if you are cool with my doing so. GREAT WORK! Now, perhaps the community can, calmly, help examine how to do a port that works on OSX at least?
Cheers and congrats on a great looking and playing game!
http://www.pastpixels.com
kappa
« League of Dukes »
JGO Kernel
Posts: 2268
Medals: 50
★★★★★
Re: Night Squad 2 - LWJGL First Person Shooter
«
Reply #14 on:
2008-05-28 18:29:16
»
Very impressive work. I love the way it has a very counter-strike feel to it. As for some feedback I must say you have a blazing fast server that really did max out my connection. However I still think the download of 80mb is a little on the heavy side for a game thats launched from the browser, if you could hit somewhere around the 10-30mb mark it would be pretty awesome. Understandably the game has a lot of resources which are needed for a good game experience and add to the game size. I am unsure to what methods you use but optimisations like better compression format (lzma?) and/or pack200 etc can save you quiet a bit. Further tweaking with tools like proguard can help remove any unused code.
Also using certain texture and sound formats tga/png/jpg/ogg/etc might help save more. Some of the textures and sounds are pretty high quality and you could probably get away with shaving a bit more off the quality without anyone noticing much.
Keep up the good work.
nva225
Sr. Member
Posts: 298
Re: Night Squad 2 - LWJGL First Person Shooter
«
Reply #15 on:
2008-05-28 20:33:27
»
Hmm ok feeling a bit stupid right now but how do I start a game with just myself in it so I can go run around?
I made a new group, said ok, and clicked start, and then I get stuck at a screen where it lists a leaderboard and only I'm there, status'ed as "Waits for next round..."
I wanna plaaay. Help?
I might just run this on my laptop at the same time so I can make a dummy player 2 if I can't figure out what else to do. This looks
really
cool so far.
jezek2
Sr. Member
Posts: 354
Medals: 3
Re: Night Squad 2 - LWJGL First Person Shooter
«
Reply #16 on:
2008-05-29 01:09:24
»
Yeah, I didn't have a chance to test it too, because nobody other was online.
It looks very polished, how long you've been working on it? How many people?
Just curious, what else than ODE and some installer stuff is needed to be done or is better in native code? While working on my game, the only thing that was native (other than LWJGL of course) was Bullet, which I ported to Java.
gouessej
JGO Kernel
Posts: 3433
Medals: 26
TUER
Re: Night Squad 2 - LWJGL First Person Shooter
«
Reply #17 on:
2008-05-29 01:27:18
»
Quote from: ChrisM on
2012-01-08 13:23:29
Wow. Gouessej, this just has to stop. You have crossed from being a Java supporter to being abusive to a brand new community member. If there are real technical issues that need to be addressed, let's address them. If he has a pain point that prevents him from supporting more than Windows, let's help, not be so abrasive. It does not "dirty" Java in the slightest as his solution is using additional solutions tied to Java. And it's his project, so he can do what he wants.
Now, n.o.p., where the HELL have you been hiding!?!?!?!?!
The game looks FANTASTIC! and I am going to continue to show this off, if you are cool with my doing so. GREAT WORK! Now, perhaps the community can, calmly, help examine how to do a port that works on OSX at least?
Cheers and congrats on a great looking and playing game!
First of all, don't forget that I said that his game is beautiful and consistent...
Secondly, don't forget that he spoke about ODE and I suggested to use ODEJava, I'm not whining, I tried to help even though I'm very angry. Your accusations are partly false.
Thirdly, why only at least OSX? You defend your own interest. Why OSX more than Linux? For the market share?
Finally, if someone made a 3D Java game so convincing but working only under Linux, you would all be angry and you would all be really whining. Therefore, please, stop criticizing my behavior and try to imagine how you would react in the case I've spoken about. I won't turn this thread into a Windows versus Linux thread. I denounce the attitude of thinking that there is only Windows in the world but the author explained why he supports only Windows, that's why I spoke about ODEJava. If this interesting game works one day under Mac OSX and Linux, then I will be happy to suggest his author to add it into the Java(tm) Game Tome.
Julien Gouesse
Riven
« League of Dukes »
JGO Kernel
Posts: 5509
Medals: 204
Hand over your head.
Re: Night Squad 2 - LWJGL First Person Shooter
«
Reply #18 on:
2008-05-29 02:11:10
»
Quote
if someone made a 3D Java game so convincing but working only under Linux, you would all be angry and you would all be really whining.
Uh no. Even if it only worked in... Solaris!
Hi, appreciate more people! Σ ♥ = ¾
Learn how to
award
medals... and work your way up the
social rankings
EgonOlsen
JGO Strike Force
Posts: 810
Medals: 6
Re: Night Squad 2 - LWJGL First Person Shooter
«
Reply #19 on:
2008-05-29 02:33:59
»
Looks great, but i couldn't play it, because nobody was online. A kind of exploration mode would be nice. I tried to watch the video instead but it drives me crazy, i really can't stand watching it. It's all about jumping, zooming, zooming, jumping, zooming...i got sick while watching it (no joke...
).
jPCT, a 3D engine for Java
-
jPCT-AE, a 3D engine for Android
-
Robombs - a multiplayer game inspired by Bomberman
n.o.p
JGO n00b
Posts: 16
Re: Night Squad 2 - LWJGL First Person Shooter
«
Reply #20 on:
2008-05-29 05:26:51
»
Unfortunately, there is not much going on most of the times. Usually there are people playing in evening (German time, GMT + 2). But you can test the game by choosing the Deathmatch mode.
Glad to hear that you like it.
Just to clear one thing up. This game has not been developed for educational purpuses only. I developed it as an external thesis (Diplomarbeit) for the company I work for (4Players). But I was doing all the programming by myself.
n.o.p
JGO n00b
Posts: 16
Re: Night Squad 2 - LWJGL First Person Shooter
«
Reply #21 on:
2008-05-29 05:36:11
»
Quote from: jezek2 on
2012-01-08 13:23:29
It looks very polished, how long you've been working on it? How many people?
The models and 2D graphics were done by a graphic artist. The maps were created by a mapper. The coding was done just by myself.
Quote from: jezek2 on
2012-01-08 13:23:29
Just curious, what else than ODE and some installer stuff is needed to be done or is better in native code? While working on my game, the only thing that was native (other than LWJGL of course) was Bullet, which I ported to Java.
Software Skinning (too slow in Java), system information (#Cores, GHz, RAM), mouse input (there were Problems with JInput) and physics.
CommanderKeith
JGO Wizard
Posts: 1447
Medals: 9
Re: Night Squad 2 - LWJGL First Person Shooter
«
Reply #22 on:
2008-05-29 05:40:24
»
Holy shivers, those screen shots look really amazing - just like the crisp scenes from counterstrike. Well done
.
I tried it out, but got this exception a little after the applet loaded:
java.lang.Exception: Could not determine if map1.jar was modified.
at InstallThread.run(InstallThread.java:195)
Java 6 update 10, Windows XP.
StraightEdge 2D polygon project
SydneyEngine multiplayer top-down view shooter
n.o.p
JGO n00b
Posts: 16
Re: Night Squad 2 - LWJGL First Person Shooter
«
Reply #23 on:
2008-05-29 05:43:58
»
Quote from: CommanderKeith on
2012-01-08 13:23:29
Holy shivers, those screen shots look really amazing - just like the crisp scenes from counterstrike. Well done
.
I tried it out, but got this exception a little after the applet loaded:
java.lang.Exception: Could not determine if map1.jar was modified.
at InstallThread.run(InstallThread.java:195)
Java 6 update 10, Windows XP.
What browser? Update 10? Latest ist Update 6 AFAIK...
PS: Might be related to update 10 being a beta version. The exception means, that the installer could not query the HTTP ETAG header field to see whether the version on the server is newer than the local one. Gotta test this...
CommanderKeith
JGO Wizard
Posts: 1447
Medals: 9
Re: Night Squad 2 - LWJGL First Person Shooter
«
Reply #24 on:
2008-05-29 06:26:18
»
Firefox 2. Yes, the java I'm running is only a beta, but it's meant to be pretty stable... other games run fine.
So how does it work with this thesis, your company funds it in some way, together with a university? Sounds pretty cool.
StraightEdge 2D polygon project
SydneyEngine multiplayer top-down view shooter
gouessej
JGO Kernel
Posts: 3433
Medals: 26
TUER
Re: Night Squad 2 - LWJGL First Person Shooter
«
Reply #25 on:
2008-05-29 07:50:40
»
Quote from: n.o.p on
2008-05-29 05:36:11
The models and 2D graphics were done by a graphic artist. The maps were created by a mapper. The coding was done just by myself.
Software Skinning (too slow in Java), system information (#Cores, GHz, RAM), mouse input (there were Problems with JInput) and physics.
Why would software skinning be too slow in Java? Why did you want to use JInput?
Julien Gouesse
Riven
« League of Dukes »
JGO Kernel
Posts: 5509
Medals: 204
Hand over your head.
Re: Night Squad 2 - LWJGL First Person Shooter
«
Reply #26 on:
2008-05-29 08:19:48
»
Quote from: gouessej on
2008-05-29 07:50:40
Why would software skinning be too slow in Java? Why did you want to use JInput?
Unfortunately Java doesn't have the SIMD part of SSE2
Especially with sqrt(...) you can get up to 4x performance improvement with C2D/C2Q CPUs. With earlier models, you get factor 2x performance using SIMD/SSE2.
Hi, appreciate more people! Σ ♥ = ¾
Learn how to
award
medals... and work your way up the
social rankings
ChrisM
JGO Neuromancer
Posts: 1176
Medals: 17
END OF LINE.
Re: Night Squad 2 - LWJGL First Person Shooter
«
Reply #27 on:
2008-05-29 08:33:25
»
Quote from: gouessej on
2012-01-08 13:23:29
First of all, don't forget that I said that his game is beautiful and consistent...
Secondly, don't forget that he spoke about ODE and I suggested to use ODEJava, I'm not whining, I tried to help even though I'm very angry. Your accusations are partly false.
Thirdly, why only at least OSX? You defend your own interest. Why OSX more than Linux? For the market share?
Finally, if someone made a 3D Java game so convincing but working only under Linux, you would all be angry and you would all be really whining. Therefore, please, stop criticizing my behavior and try to imagine how you would react in the case I've spoken about. I won't turn this thread into a Windows versus Linux thread. I denounce the attitude of thinking that there is only Windows in the world but the author explained why he supports only Windows, that's why I spoke about ODEJava. If this interesting game works one day under Mac OSX and Linux, then I will be happy to suggest his author to add it into the Java(tm) Game Tome.
Ok, it's a interesting morning, so I'll take the bait
Yes, you said his game is beautiful, no issue there. You "suggested" ODEJava from a "matter of fact" attitude and then went on to express your anger. Not the same thing as a helpful suggestion, really. As for OSX, it's for an additional viable platform. What is wrong with that? Most of my friends are in the video game industry, many of them developers (or ex-devs as they moved into management) and I can safely say that I do not know a SINGLE one of them who runs Linux as their desktop. Not ONE. So yes, if you want to make a viable game, Windows and OSX are the correct platforms to target. If Linux gets it as well, then that's goodness, I'm all for it, am an advocate for it and would love to see more of it! But, as the Stones once said, "You can't always get what you want. But sometimes, you get what you need."
And lastly, you are speaking for everyone here by stating that we would all be angry if a Java game came out for Linux only. Why do you assume that? As far as denouncing Windows only in the world, that's
your
position, and not an unpopular one BTW. But I think that expressing "anger" over this is misguided. Disappointed, fine! But anger? I'm a little tired of all of the religious wars in the tech space, TBH.
Now, one last point. You state that if this author gets his game working under Linux and OSX that you would recommend that he submits to the Java Game Tome. I have a problem with this. He programs using Java and, because it does not work on other platforms, he is excluded from that venue? I read your paper on your site titled "Plea for a fair access to video games" and I better understand the motivation for some of your comments here at JGO. However, does fair access
exclude
Windows only users? If so, your position goes against the spirit of your paper. As well, that means your site will not be truly open, nor provide access to anyone seeking to build a game using Java technology. Why would anyone submit to that? Perhaps I should just open up a gallery page here, get more disk space, and have everyone host here?
Look, I appreciate the passion that many of the community members have for Java as a technology and love to see us work to broaden the market for Java games. But, these kinds of discussions only drag us down and, this is not the first *heated* confrontation I have observed recently. Let's work to make the community stronger, welcome new members in here (it is really a friendly community, honestly) and discuss the differences without getting too worked up.
http://www.pastpixels.com
kevglass
« League of Dukes »
JGO Kernel
Posts: 5199
Medals: 47
Mentally unstable, best avoided.
Re: Night Squad 2 - LWJGL First Person Shooter
«
Reply #28 on:
2008-05-29 08:45:06
»
Quote
Perhaps I should just open up a gallery page here, get more disk space, and have everyone host here?
Any chance of the image of the day thing that's been bandied around for years? Not suggesting a JGT thing, but maybe just an image that could be submitted and shown on the front page somewhere? Not sure how much time you have but I'm sure some of us here could do the admin of it.
Infact, didn't onyx used to have an image of the day site?
Kev
Current
|
Home
|
Twitter
|
Slick
|
Phys2D
|
Tutorials
ChrisM
JGO Neuromancer
Posts: 1176
Medals: 17
END OF LINE.
Re: Night Squad 2 - LWJGL First Person Shooter
«
Reply #29 on:
2008-05-29 08:46:44
»
Quote from: kevglass on
2012-01-10 23:49:31
Any chance of the image of the day thing that's been bandied around for years? Not suggesting a JGT thing, but maybe just an image that could be submitted and shown on the front page somewhere? Not sure how much time you have but I'm sure some of us here could do the admin of it.
Infact, didn't onyx used to have an image of the day site?
Kev
Love to do it Kev. Anyone want to help me make a mod for SMF for this? Help me find one or write one?
-Chris
http://www.pastpixels.com
Pages: [
1
]
2
3
Print
Jump to:
Please select a destination:
-----------------------------
Discussions
-----------------------------
=> General Discussions
===> Suggestions
=> Business and Project Discussions
===> Jobs and Resumes
===> Community & Volunteer Projects
=> Miscellaneous Topics
-----------------------------
Game Development
-----------------------------
=> Newbie & Debugging Questions
===> Java Game Tutorials
=> Game Play & Game Design
=> Game Mechanics
===> Artificial Intelligence
=> Networking & Multiplayer
=> Performance Tuning
=> Shared Code
-----------------------------
Games Center
-----------------------------
=> Featured Games
=> Showcase
=> Contests
===> LWJGL16k - 2011
===> 4K Game Competition - 2012
===> JGO Comp Petite
===> Finished Contests
=====> 4K Game Competition - 2011
=====> 4K Game Competition - 2010
=====> 4K Game Competition - 2009
=====> 4K Game Competition - 2008
=====> 4K Game Competition - 2007
=====> 4K Game Competition - 2006
=====> 4K Game Competition - 2005
=====> Tiny Game 2010
=====> JGO Comp 2009
=====> 16K LWJGL Competition - 2005
=====> Java Technology Game Development Contest - 2004
-----------------------------
Java Game APIs & Engines
-----------------------------
=> Engines, Libraries and Tools
===> Java 3D
===> JInput
===> jMonkeyEngine
===> Xith3D Forums
===> Tools Discussion
=> Java 2D
===> JavaFX
=> OpenGL Development
===> JOGL Development
===> LWJGL Development
=> Java Sound & OpenAL
===> JOAL Development
=> Java on Mobile Devices
===> Android
===> J2ME
-----------------------------
Resources
-----------------------------
=> Articles & tutorials
Featured Game
Latest in Showcase
O RLY!
Add your game by posting it in the showcase section.
The first screenshot will be displayed as a thumbnail.
Loading...