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 (416)
games submitted by our members
Games in WIP (307)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
   Home   Help   Search   Login   Register   
  Show Posts
Pages: [1]
1  Games Center / Showcase / Re: Intruder's Thunder 2 - Stealth/Action Game on: 2013-01-11 07:17:44
This game is now complete and available for download. A lot of improvements have been made since the demo. Any additional feedback would be greatly appreciated Smiley
2  Games Center / Showcase / Re: Intruder's Thunder 2 - Stealth/Action Game on: 2012-08-16 23:43:39
I uploaded an updated version which should hopefully fix all of the inconveniences reported thus far.

I made the dialog text scroll faster, and now the dialog box moves with the main game window.
If you want to view the dialog/instructions again, I made a mission log you can access by pressing the R key in-game.

I also made the movement controls smoother. If you let go of a movement key and are still holding down a key, the key you're currently holding down will now register with the game.

Also, I fixed some spelling errors in the tutorial...

Give it a try and see if these are decent solutions to those problems.
3  Games Center / Showcase / Intruder's Thunder 2 - Stealth/Action Game on: 2012-08-16 07:26:04


About 4 months ago, I released a game called Intruder's Thunder. Before I released it, I had a prototype version that utilized a scrolling background. I kept working on it, adding features, optimizing a lot of the old (bad) code, reducing the number of threads used, until I felt like I had enough for a demo. It even comes with an unrefined, quirky level editor. I would really appreciate any feedback anyone has on my game.


Update 1/11/13: The game is now finished and is available for download here:
https://sourceforge.net/projects/it2/files/IT2.jar/download
4  Games Center / Showcase / Re: Intruder's Thunder - A 2D Stealth Game on: 2012-04-06 21:11:22
Thanks! I made the development mistake of not making a level editor, so making each sub-level was a pain. I actually construct each sub-level using for() loops to place sets of tiles on the map (I don't recommend this approach to anyone). It was a pain to test, and took me longer to make the levels than it should have.

The levels generally get more difficult as you progress. If anyone ever reaches the final boss, the fight should prove to be at least somewhat challenging. Perhaps in a future version I'll triple the width of the guard's vision, and maybe extend the length by a tile or two.
5  Games Center / Showcase / Re: Frogger2D on: 2012-04-05 02:36:50
You'd be better off only using keyboard input to control the game. A mouse would be hard to use to control a frog. If you remove the mouse listener and stick with only the key listener, this will go away. I don't know much about the mouseDragged method; I've never used it. If you really want to use the mouse, I think the LWJGL might have the capability you're looking for.
6  Games Center / Showcase / Re: Intruder's Thunder - A 2D Stealth Game on: 2012-04-05 02:04:12
It was somewhat unintentional that the level-skipping was put in. Originally, I planned on having a save game option but decided that it wasn't worth the hassle. So I decided to have a level selector. Well, I was too lazy to put that in my game, so I decided to just allow players to skip levels Smiley .

What do you guys think of a potential sequel to this game with a scrolling background, different weapons, and a level editor?
7  Games Center / Showcase / Re: Frogger2D on: 2012-04-05 02:00:20
If you google "java frogger" this is the first thing that comes up: http://www.reinhardtfamily.com/Paul/Frogger/

I think a game like Frogger is a great game to start out with.

An easy way to implement the game timer is with a Thread. You can have it sleep for, say, 1000 ms (1 second) and decrement a counter variable until it hits 0.

To disable the mouseDragged method, just leave its body blank.

For your game mechanics, I'd make some sort of collection (probably an ArrayList) of cars and logs, give each car/log their own direction variable (Enumerations are great for this) and speed. For collision detection, the game is simple enough that you can have all obstacles check to see if they hit the frog every time they move. I hope this helps.
8  Games Center / Showcase / Re: Intruder's Thunder - A 2D Stealth Game on: 2012-04-03 07:37:36
I had the pistol start with 0 bullets on purpose (I thought the game was too easy; I'm probably biased since I made it  Smiley ). There is an ammo pack for it in a room if you head east from the entrance. If you get fed up with a level, you can always skip it. The guards all move on predetermined paths until you get spotted, so you should be able to slip past them unnoticed in most places. I'm glad you like my sprites! Thank you for trying my game. I hope it's entertaining.
9  Games Center / Showcase / Intruder's Thunder - A 2D Stealth Game on: 2012-04-03 04:59:36




Intruder's Thunder is a 2D, Tile-Based game in which the player must navigate various levels while avoiding enemy guards.   If the player is spotted, he will be fired upon by the guard that spotted the player.   The guard will then pursue the player relentlessly, until the guard dies or the player dies.  It features a story, 7 levels, 3 boss fights, 4 different weapons, and a fitting soundtrack.

Updated 7/1/12:
You can download the game here:
https://sourceforge.net/projects/intrudersthnder/

This is the first big game I have ever made. It's not perfect, but it is fun. Any feedback would be greatly appreciated!
Pages: [1]
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!
mrbenebob (17 views)
2013-06-19 14:55:23

BrassApparatus (27 views)
2013-06-19 08:52:37

NegativeZero (30 views)
2013-06-19 03:31:52

NegativeZero (33 views)
2013-06-19 03:24:09

Jesse_Attard (36 views)
2013-06-18 22:03:02

HeroesGraveDev (73 views)
2013-06-15 23:35:23

Vermeer (74 views)
2013-06-14 20:08:06

davedes (75 views)
2013-06-14 16:03:55

alaslipknot (66 views)
2013-06-13 07:56:31

Roquen (90 views)
2013-06-12 04:12:32
Smoothing Algorithm Question
by UprightPath
2013-05-28 02:58:26

Smoothing Algorithm Question
by UprightPath
2013-05-28 02:57:33

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
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!