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 (408)
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   
  Show Posts
Pages: [1]
1  Discussions / General Discussions / Re: Getting myself to program.. on: 2012-05-17 17:21:34
For the first time, I have a long-term project (coming up on two years) and have stuck to it, rather than burning out and starting something new.  I now have a working game I can play, and going forward am just adding features and content (it's an RPG, so that means more quests, maps, classes, monsters, spells, items etc).

I mention this because I don't think chronically starting over is the way to go.  During the two years (started in August, 2010) I have had a few periods where for weeks, or once two months, I didn't do any programming at all.  That's okay.  Take a break, and come back to it later.

Caveat - if you have a project that never had you eager and interested, then do start a new one, otherwise just wait for the interest to come back.
2  Java Game APIs & Engines / Java 2D / Re: creating simple homing missile? on: 2004-01-08 16:55:49
Add in a small chance that it doesn't correct its path - otherwise the player won't have a decent oppertunity to dodge.  If this seems cheesy, keep in mind how many real military munitions don't function quite right ...
3  Games Center / Archived Projects / Re: Nibbles (2 Player) on: 2004-01-05 17:40:40
I'm not sure what you mean by the draw condition - could you please elaborate?

I hadn't thought of the two-head hit problem - I suspect player two will win all the time (P1 will check first, find impact and die).  I'll have to fix that .... thanks!

cheers,
Andrew
4  Games Center / Archived Projects / Nibbles (added AI) on: 2003-12-29 11:05:01
I've added AI controls (three types, none of them perfect) to the game, a few new levels and fixed the bug that let people change their direction repeatedly with quick key strokes (which often resulted in them turning into themselves).

Please let me know what you think - any comments are welcome! Smiley

http://www.thekillams.ca/andrew/downloads.php

cheers,
Andrew
5  Games Center / Archived Projects / Re: Nibbles Take III on: 2003-12-24 12:06:15
Quote
delivering jar files isn't the latest technology .... how about adding a JNLP file to it (WebStart) - then even non-windozers can 'one-click' your application Smiley
dont worry it isnt that complicated



I'll have to look into that ... is anything more than server-side plain text pages required?  My ISP only allows for HTML and PHP.
6  Games Center / Archived Projects / Nibbles (2 Player) on: 2003-12-22 11:19:12
I've finished the two-player version of Nibbles, which can be downloaded here:  http://www.thekillams.ca/andrew/downloads.php

Adding good AI controls will take some time, but I'll add that eventually too.  In the meantime, I hope this version gives people some nostalgic fun.

cheers,
Andrew
7  Games Center / Archived Projects / Re: Nibbles Take III on: 2003-12-19 12:24:38
Thanks - I'll have to do something about that soon.

By the way - I've nearly got two player (one keyboard) support working - should post that early next week.

What do you folks think of the option of an AI-controlled second player?  Good idea or bad idea?  Should it be efficient (and hence a good assistent), agreessive (tries to cut you off), or somewhat random (tries to get to the numbers, but misses a percentage of the time)?

cheers,
Andrew
8  Games Center / Archived Projects / Nibbles Take III on: 2003-12-19 11:09:02
Thanks for the helpful feedback, folks.  I think I have the full-screen problem fixed.  One shouldn't cache getGraphics () responses immediately after switching to full-screen mode, apparently.

Please give the game one more try - I hope you will like it:

http://www.thekillams.ca/andrew/downloads.php

cheers,
Andrew
9  Games Center / Archived Projects / Re: Nibbles Take II on: 2003-12-17 11:41:35
I have to clean the code up to work better as a windowed game.

Currently, the game is a Frame extension which calls setUndecorated (true) and thus hides all evidence of being a window.

Funny, this was my first attempt at writing a full-screen game, and instead of saving effort it has cost me far more.   :-/
10  Games Center / Archived Projects / Nibbles Take II on: 2003-12-17 11:09:09
Okay, I've added the option to run Nibbles in windowed mode as well as full screen.  Its a cheesy hack I'm not happy with, but as I can't find a way to resolve the full screen issues it seems necessary.

http://www.thekillams.ca/andrew/downloads.php

cheers,
Andrew
11  Games Center / Archived Projects / Re: Galaxy Traders 6 on: 2003-12-16 15:43:08
Thanks for the code - I have a lot to learn when it comes to Graphics2D (and on many other topics, I'm sure! Smiley ).

cheers,
Andrew
12  Games Center / Archived Projects / Re: Nibbles on: 2003-12-16 15:41:20
You aren't the first person to have trouble; as far as I can tell the issue is with Java entering full-screen mode.

I posted the code for Nibbles on Sun's other java forums - please take a look and see if you can find what I'm doing wrong (if anything).  The main () function handles full screen entry, and is located at the end of the class.

Here's the link:  http://forum.java.sun.com/thread.jsp?forum=406&thread=474758&tstart=0&trange=50

I look forward to any suggestions - I'd like to get this problem fixed!

cheers,
Andrew
13  Games Center / Archived Projects / Re: Nibbles on: 2003-12-16 15:39:05
Two Player is certainly on my todo list, as is an AI second player.  The trick will be handling path finding in a way that isn't always best-case (making for a difficult and not fun experience) and has good performance.
14  Games Center / Archived Projects / Re: Galaxy Traders 6 on: 2003-12-15 23:41:00
Great looking game - or at least the start of one!

I have two questions for you (if you don't mind):

1.  How do you rotate the images in place?  Mind sharing that code snippet?

2.  Is there a Galaxy Traders 5 we can play with while you work on version 6?

cheers,
Andrew
15  Games Center / Archived Projects / Nibbles on: 2003-12-15 15:40:59
I wrote a clone of the QuickBasic Nibbles clone. If you're interested, please try it out and let me know what you think.

I'm especially interested in suggestions for more levels - please share any you might have.

Here's the link: http://www.thekillams.ca/andrew/downloads.php

cheers,
Andrew
Pages: [1]
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Browse for soundtracks 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 (131 views)
2013-05-17 21:29:12

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

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

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

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

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

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

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

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

UnluckyDevil (230 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.136 seconds with 21 queries.