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 (407)
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  
  [Journal] TinyDungeon  (Read 1270 times)
0 Members and 1 Guest are viewing this topic.
Offline Alan_W

JGO Knight


Medals: 7
Projects: 3


Java tames rock!


« Posted 2010-04-19 07:52:00 »

I'm doing a first person dungeon crawl. Working title: TinyDungeon

Gameplay:
Similar to old text adventures, but simpler command interface and first person view

Controls:
Left Arrow: One press rotates smoothly left 90 degrees
Right Arrow: One press rotates smoothly right 90 degrees
Up Arrow: Smoothly move forward thru portal to next cave
Down Arrow: Smoothly move backwards thru portal to previous cave
Page Up: Select previous inventory item (Alternate key TBA)
Page Down: Select next inventory item (Alternate key TBA)
Insert: Pick up item in front of you (Alternate key TBA)
Delete: Drop item in front of you (Alternate key TBA)
Space: Use currently selected inventory item on room item in front of you

Objects can be placed in the 4 cardinal directions in each cave and are drawn as overlays
Objects can be obstacles and monsters as well as treasure
Battle system needs work, but you and monsters have hit points.
The monsters are in fixed positions.

Graphics:
Caves are drawn as cylinders with a bitmap wrapped around the walls
Floors and Ceiling are drawn as an overlay.
Objects are drawn as overlays
All graphics uses .gif files which can be animated (This actually worked without any planning!)

Sound:
Not done yet.  Polyphonic tone generation.  Base on previous code.

Progress
- Written automatic palette management
- Compatible with all Graphics and Graphics2D functions [~250fps]
- Written fast setPixel(), drawLine(), drawRect(), fillRect() [~1000fps]

To Do
- Write fast drawImage() [Easy - actually Java2D does this pretty fast already - may not need to do this]
- Write fast drawPolygon() [Easy]
- Write fast fillPolygon() [Hard - but I have done this before - Do I actually need it?]
- Write sound subsystem [Moderate as ideally I want to import MIDI files, to make composing easy]
- Write Game [Hard - Game design is advanced, but there are some real hard bits]
- Write Level Editor [Moderate - grid based system, fixed set of cave attributes]

Issues
- Floors and ceilings don't look like they are rotating due to blockiness of curved edge.  I am hoping to use animation to smooth the blockiness and get the rotation feeling back
- Forwards/Backwards movement uses zooming and is untested.  There will be something of a graphical glitch during the transition between rooms, which will need lashings of secret sauce.
- It may turn out to be too hard to do in 40x30 - Tech Demo needed
- The gameplay needs something extra - maybe a plot with cutscenes?

Don't expect anything for at least a few weeks!

Time flies like a bird. Fruit flies like a banana.
Offline fruitmaze
« Reply #1 - Posted 2010-04-19 11:56:15 »

That sounds interesting. It would be fun to see some screenshots of the progress.
Pages: [1]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars and Titan!

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 (88 views)
2013-05-17 21:29:12

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

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

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

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

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

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

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

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

UnluckyDevil (191 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.105 seconds with 22 queries.