Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (406)
games submitted by our members
Games in WIP (293)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  Need Help to develop game application using java applets  (Read 444 times)
0 Members and 1 Guest are viewing this topic.
Offline Digital.Optiplex

Junior Newbie





« Posted 2013-02-07 08:43:11 »

I am student of computer science I need to create a game application using JAVA APPLETS.

The game will be more like Crazy Machines/The Incredible Machine  but not that much detailed.

Aim of this game is to simulate a real world environment in java Applet, where user can add objects like box, ball etc and these objects behavior must be same as if they are in real like gravity, force, acceleration, friction, inertia etc

in my opinion the Interface will be divided into two sections:
   1. one section will contain the objects list where from the user will pick the object
   2. second section will be simulating the real world environment.

for example: if i grab/insert the object from list and put it into the second section of the interface and if the user place that object in air without any support it should fall to the ground. or if there is any support it should stay on top of it depends on the angle of support. if that support is inclined then object has to fall down towards inclination. You will understand what i am trying to say better if you just watch 1 min. video of Crazy Machines (link is mentioned at the end).

Kindly suggest me where to start.
Any help would be highly appreciated.
Thanks in advance.

P.S: following are the links to know more about crazy machines:
http://www.youtube.com/watch?v=vFMwCiGXVyg
http://en.wikipedia.org/wiki/Crazy_Machines
Incredible Machine
http://www.youtube.com/watch?v=kl7hT2GiO5E
http://en.wikipedia.org/wiki/The_Incredible_Machine_%28game%29



Offline opiop65

Senior Member


Medals: 4


Nishu Studios Dev


« Reply #1 - Posted 2013-02-07 11:59:33 »

Just start with setting up a window, make some sort of a image loader for your textures, decide if you want it to be tiled based and work from there. If your teacher gave you this assignment, he/she probably taught you some java2D already, so you should be fine. Just do it yourself, dont ask for code or anything. The only way you'll learn is by practicing.

No one ever fully understands coding
Offline Grunnt

JGO Knight


Medals: 22
Projects: 6


Complex != complicated


« Reply #2 - Posted 2013-03-01 15:28:08 »

One possibility is to use JBox2D (a Java implementation of the excellent Box2D physics library) as a starting point. See also the Box2D manual. They also have a testbed that runs in a Java Applet, so that should be possible.

If you work with physics its also very important to fix your timestep. If the timestep (the time difference between one frame and the next) of physics simulations becomes too big (e.g. because of a hiccup in your computer) the simulation may explode.

Grunnt Games  Play my 4K games or follow development of Constellation Control, a back-to-basics 4X RTS.
Games published by our own members! Check 'em out!
Legends of Yore - The Casual Retro Roguelike
Offline Jimmt
« Reply #3 - Posted 2013-03-01 18:33:41 »

One possibility is to use JBox2D (a Java implementation of the excellent Box2D physics library) as a starting point.
Also I would recommend using libgdx, it comes with its own port of Box2D (iirc straight from the C++ lib). Although libgdx does not quite support applets, you can port your project to html5.
Pages: [1]
  ignore  |  Print  
 
 

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Get high quality music tracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (76 views)
2013-05-17 21:29:12

alaslipknot (88 views)
2013-05-16 21:24:48

gouessej (117 views)
2013-05-16 00:53:38

gouessej (113 views)
2013-05-16 00:17:58

theagentd (125 views)
2013-05-15 15:01:13

theagentd (112 views)
2013-05-15 15:00:54

StreetDoggy (156 views)
2013-05-14 15:56:26

kutucuk (178 views)
2013-05-12 17:10:36

kutucuk (178 views)
2013-05-12 15:36:09

UnluckyDevil (186 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.071 seconds with 20 queries.