• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Original 2D shooter game to test out!

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please try this game, all the graphics is own made (original):
Play in applet - http://www.istisoft.net/online/cyberion/cyberion.html
Download the Game ZIP (OpenGL LWJGL Mode) - http://www.istisoft.net/Download/cyberion.zip

Feedback is greatly appreciated......

Thanks for trying
 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Cool! I like it. I've played around with OpenGL for sometime, especially with GLUT. Now, I'm starting to learn the LWJGL. I saw in your .zip file there's a .dll file. So, in that case, I guess if I made my game using this library it'll be a system-dependant (Windows) application. Isn't it?
 
Ranch Hand
Posts: 77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
tried it out. Nice Game!
roba
 
Ranch Hand
Posts: 456
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That is really good. although refresh rate seems too low. Do you use dual buffers?
 
Paulus Tuerah
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks

So, in that case, I guess if I made my game using this library it'll be a system-dependant (Windows) application. Isn't it?



Nope it should be platform independent but the OpenGL mode in there is indeed for windows only because of the LWJGL for linux and mac os is not distributed in there.
Actually I'm not the developer of that game, I'm the developer of game engine that made that game.
That game is created using Golden T Game Engine (GTGE) I made, GTGE by default is using Java2D (this is platform independent) and can easily port to OpenGL via LWJGL or JOGL by changing only a few lines.
LWJGL is supported on Windows, Linux, and Mac OS so it can be said platform independent, but in that game the LWJGL distribution for Linux and Mac OS is not packed, so at the moment the game only can be played on Windows.

The prove that it's platform independent, just try out the applet in Linux and Mac OS.
Or you could see other OpenGL game in my site that distribute all necessary package for other OS
(but unfortunately the site where the games are hosted on is down right now):
http://www.games.goldenstudios.or.id/
 
reply
    Bookmark Topic Watch Topic
  • New Topic