Results 1 to 3 of 3
- 07-29-2012, 09:54 PM #1
Member
- Join Date
- Jul 2012
- Posts
- 2
- Rep Power
- 0
What program should I use to make a basic game in java?
I have done a course for java so I understand variables, loops, RNG stuff like that.
I've used game maker language to make like 30minutes games that are not that bad, but I don't want to use a third party software to code.
I can make text games, but I want to integrate images and pathing and things like that.
so how can I go about doing this?
- 07-29-2012, 10:02 PM #2
Senior Member
- Join Date
- Oct 2011
- Location
- Sweden
- Posts
- 123
- Rep Power
- 0
Re: What program should I use to make a basic game in java?
Perhaps you should checkout Greenfoot.
Greenfoot teaches object orientation with Java. Create 'actors' which live in 'worlds' to build games, simulations, and other graphical programs.
Greenfoot is visual and interactive. Visualisation and interaction tools are built into the environment.
The actors are programmed in standard textual Java code, providing a combination of programming experience in a traditional text-based language with visual execution.
- 07-29-2012, 10:10 PM #3
Member
- Join Date
- Jul 2012
- Posts
- 2
- Rep Power
- 0
Re: What program should I use to make a basic game in java?
>Perhaps you should checkout Greenfoot.
I'll check it out, but it seems kind of like gamemaker in the idea that you have to use preset tools to make things. I want more of something to do with open and free where I can make a game just by using my own skills. Let's say I want a platform game, or a shooter, or a 3d, I want to be able to make any of these without using preset tools.
Similar Threads
-
this is silly basic question in java . please help me make me clear
By coolforyou in forum New To JavaReplies: 5Last Post: 04-11-2012, 09:03 PM -
Make a 3D java game
By Nuclear Mosquito in forum Java GamingReplies: 7Last Post: 12-08-2010, 10:07 AM -
Java game dev, Basic AI
By Kerrai in forum New To JavaReplies: 1Last Post: 12-07-2010, 10:49 AM -
How do you make a basic Java JSlider with a text box ???
By danielmessick in forum New To JavaReplies: 1Last Post: 03-07-2010, 12:59 PM -
How do you make a basic Java JSlider with a text box ???
By danielmessick in forum Java AppletsReplies: 1Last Post: 03-07-2010, 12:55 PM


1Likes
LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks