Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Collision Detection

Reply
Thread Tools

Collision Detection

 
 
dgf5009@psu.edu
Guest
Posts: n/a
 
      04-16-2008
I'm currently in a class in which we were assigned to develop a game
using java. The design layout is similar to that of the game "City
Jumper", where a stick figure runs across the screen and jumps over
various buildings and objects. If anyone could please help me out in
getting started on this it would be greatly appreciated.
 
Reply With Quote
 
 
 
 
Roedy Green
Guest
Posts: n/a
 
      04-16-2008
On Tue, 15 Apr 2008 19:25:46 -0700 (PDT), wrote,
quoted or indirectly quoted someone who said :

> If anyone could please help me out in
>getting started on this it would be greatly appreciated.


see thtp://mindprod.com/jgloss/hangingmoss.html
--

Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
 
Reply With Quote
 
 
 
 
Mark Space
Guest
Posts: n/a
 
      04-16-2008
wrote:
> I'm currently in a class in which we were assigned to develop a game
> using java. The design layout is similar to that of the game "City
> Jumper", where a stick figure runs across the screen and jumps over
> various buildings and objects. If anyone could please help me out in
> getting started on this it would be greatly appreciated.


<http://www.google.com/search?q=collision+detection>

But also look at doing a simple comparison based on a bounding box
(maximum size of an object) to speed collision detection.
 
Reply With Quote
 
Jeff Higgins
Guest
Posts: n/a
 
      04-16-2008

wrote:
> I'm currently in a class in which we were assigned to develop a game
> using java. The design layout is similar to that of the game "City
> Jumper", where a stick figure runs across the screen and jumps over
> various buildings and objects. If anyone could please help me out in
> getting started on this it would be greatly appreciated.


Why start another thread in c.l.j.gui
with the same subject and body?

Why does "City Jumper" get the respect
of capitalization and Java doesn't?

Is this a collaborative or individual assignment?

Where are you stuck?

<http://home.earthlink.net/~patricia_shanahan/beginner.html>
<http://mindprod.com/jgloss/gettingstarted.html>
<http://java.sun.com/docs/books/tutorial/>
<http://www.developer.com/java/other/article.php/3733176>


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
a pipeline with collision detection skatoulas@hotmail.com VHDL 3 08-02-2005 05:47 PM
Jam signal and collision detection jameshanley39@yahoo.co.uk Cisco 14 04-28-2005 07:22 PM
collision detection and penetration depth Thorsten Reichelt Python 3 10-25-2004 02:09 PM
Collision detection with Rectangles Abs Java 4 05-14-2004 07:56 AM
Collision detection Stephen Wolfe Java 1 02-20-2004 12:20 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57