Jump to content

Java Game Ideas

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
9 replies to this topic

#1
lor

lor

    Programming Goddess

  • Members
  • PipPipPipPipPipPipPip
  • 884 posts
Hey all,
I'm kind of stuck and lost for game ideas for my Java project. I was going to make Who Wants to be a Millionaire and have life lines, etc, the whole deal, but I was told it's not interesting the slightest unless I made it on a server and have a client access the program.

I'm either going to implement this client/server Who Wants to be a Millionaire game or I'll just go for something more exciting but I'm totally stuck. I'm not creative at all.
My first question would be: How is Greenfoot like in making games? Is it recommended from those who have used it before? I've played around with it - looks exactly like BlueJ which I am familiar with.

There was one game that I was sort of interested in which I read in my Java book - a graphical game where you're a white blood cell in a body and you have to eliminate all the viruses and escape to the finish, something along those lines anyway. A game like that would be pretty simple and nice, right?

The game would have to be of intermediate skill, it's only my first trimester learning Java, you see. Also, it can be either graphical or not graphical - graphical games are nice though so may be going for that option.

If anyone has any suggestions or ideas (none of them will be dismissed) I'll totally give you props & a rep.

Thanks a lot!


#2
mr mike

mr mike

    Learning Programmer

  • Members
  • PipPipPip
  • 96 posts
You should start by make a 2D game,
using timer and paint. Something similar to
space invaders or another retro
game, pitfall (but with a gun).
If you want to create a pitfall like game,
i will contribute! Just design the game first before
coding. Think of the actions of everything(characters,
weapons, ect.)

#3
TeenChristian

TeenChristian

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 639 posts
I'm not sure if this is considered intermediate, but you can check this out.
It is so addicting, yet so simple. It makes me want to play it, and code it at the same time! What do you think?
My Personal Blog l Learning C++ l I'll be famous soon enough.

#4
lor

lor

    Programming Goddess

  • Members
  • PipPipPipPipPipPipPip
  • 884 posts

mr mike said:

You should start by make a 2D game,
using timer and paint. Something similar to
space invaders or another retro
game, pitfall (but with a gun).
If you want to create a pitfall like game,
i will contribute! Just design the game first before
coding. Think of the actions of everything(characters,
weapons, ect.)
Oh yes, definitely 2D - not looking to become a game designer, hehe.
The thing about space invaders is that it's so generic although I may use that as a basis for my backup idea... maybe different graphics and a game story possibly.

Pitfall sounds like a really cool idea although I'd probably simplify it because it has a lot of features and I've only got 2 months (which isn't really that much time when I take 3 other papers).

Quote

I'm not sure if this is considered intermediate, but you can check this out.
It is so addicting, yet so simple. It makes me want to play it, and code it at the same time! What do you think?
Hm I think that would be too simple, probably wouldn't fill my two month time frame. Getting games running on a client/server sort of thing is supposedly only a short amount of code and the rest to implement that game seems pretty straight forward. Never the less - thanks for the idea. :)!


#5
Guest

Guest

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 3,414 posts
If you made a PokeMon clone I would love you forever. :love:
Root Beer == System Administrator's Beer
Download the new operating system programming kit! (some assembly required)

#6
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I like tower defense games, but that may be a bit much.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#7
lor

lor

    Programming Goddess

  • Members
  • PipPipPipPipPipPipPip
  • 884 posts

Guest said:

If you made a PokeMon clone I would love you forever. :love:
Haha I know a guy who made a PokeMon card game but yeah idk how PokeMon even works

WingedPanther said:

I like tower defense games, but that may be a bit much.
Ah yeah I'm not sure, maybe that's on the higher side of intermediate... I like the idea of those games though.

I'll talk to my friends & Java tutor about it tomorrow and will post some ideas up. It's hard coming up with an original game idea!


#8
TeenChristian

TeenChristian

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 639 posts

Quote

It's hard coming up with an original game idea!

Thats why you take port someone else's idea.

You could always program a board game thats already made.
My Personal Blog l Learning C++ l I'll be famous soon enough.

#9
farrell2k

farrell2k

    Learning Programmer

  • Members
  • PipPipPip
  • 60 posts
I've been self-teaching myself Java on and off every few months for the past year. Game programming is more difficult than I imagined. A simple RPG battle encounter between a player and a monster is a great starting point for a simple text-based rpg, which could then be expanded into something more complex.

#10
lor

lor

    Programming Goddess

  • Members
  • PipPipPipPipPipPipPip
  • 884 posts
Yeah definitely.

Right now I'm leaning towards the client/server Who Wants to be a Millionaire game. I'll consult my tutor tomorrow about it and see what he thinks because right now, even with your suggestions, my mind is coming up blank. It sucks!

Thanks for all your help.