| | |
java platform game
Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved |
•
•
Join Date: Feb 2008
Posts: 36
Reputation:
Solved Threads: 0
hello guys!
i was just wondering, how do java game programmers create the map of platform games? (like mario , contra and other games like that) do they draw the whole map and show only a part of it? or draw them as the player approaches? or do they use another process? thanks!!!
I'm asking this because I have a project in which I need to create a side scrolling game
i was just wondering, how do java game programmers create the map of platform games? (like mario , contra and other games like that) do they draw the whole map and show only a part of it? or draw them as the player approaches? or do they use another process? thanks!!!
I'm asking this because I have a project in which I need to create a side scrolling game
Although I haven't attempted it before, I'd assume you'd have a particular zone renderred on the screen with a type of "cover" over it. Either that or only render certain pixels ahead of the borders on a pane.
The position of your character would, obviously determine when the screen will be renderred on the side...
Bah this has given me some ambition to make a game like this @_@
The position of your character would, obviously determine when the screen will be renderred on the side...
Bah this has given me some ambition to make a game like this @_@
I suppose you're using a GCanvas, or most likely the GraphicsProgram from the acm.program package?
You could have GCanvases pre-painted with components and when you advance a level, simply set the contentpane to a particular GCanvas of interest.
I think it may be better for me to produce an example, but that might take a bit of time --
You could have GCanvases pre-painted with components and when you advance a level, simply set the contentpane to a particular GCanvas of interest.
I think it may be better for me to produce an example, but that might take a bit of time --
•
•
Join Date: Mar 2004
Posts: 802
Reputation:
Solved Threads: 40
Platform games are generally tile-based. So use a 2D array to store your map tiles. You only draw the tiles that are visible within the viewport (what the play can see on the screen). You'd basically have a map pointer that keeps track of what position in the map data it should start drawing. Using different layers (different Z-depth) you can create parallax scrolling backgrounds.
Don't use JPanel for drawing all these graphics. I never heard of GCanvas (i haven't done games in java) but if its designed for drawing graphics and game sprites, then it'll probably already be setup for double buffering.
Don't use JPanel for drawing all these graphics. I never heard of GCanvas (i haven't done games in java) but if its designed for drawing graphics and game sprites, then it'll probably already be setup for double buffering.
![]() |
Similar Threads
- Starting "Java" [Java tutorials / resources / faq] (Java)
- Game Engine (Game Development)
- Online Game (Game Development)
- team looking for project (Post your Resume)
- Another Java Noob :( (Java)
- adding an image to a java code (Java)
- Hijackthis report, I just don't know (Viruses, Spyware and other Nasties)
- Java open internet browser (Java)
- Game crashes while playing any game. (Windows NT / 2000 / XP)
Other Threads in the Java Forum
- Previous Thread: Cannot Find File Exception
- Next Thread: help i need to make a program that has a three equation and three unknown
Views: 1687 | Replies: 8
| Thread Tools | Search this Thread |
Tag cloud for Java
-xlint android animated api appinventor apple applet application arguments array arrays automation bi binary blackberry bluetooth chat class classes client code compile compiler component database draw eclipse error event exception file fractal freeze functiontesting game gameprogramming givemetehcodez graphics gui helpwithhomework html ide image input integer j2me java javaprojects jetbrains jmf jni jpanel jtable julia learningresources linux list login loop main map method methods mobile myregfun netbeans newbie notdisplaying number object oracle page print problem program programming project qt recursion scanner screen server set size sms socket sort spamblocker sql string swing system test threads time transfer tree variablebinding windows xor





