This site requires JavaScript, please enable it in your browser!
Greenfoot back
Moritz
Moritz wrote ...

2012/6/9

short question about Greenfoot

Moritz Moritz

2012/6/9

#
Hey, In my game there are very much actors and that´s why Greenfoot is very 'slow'. - sometimes it doesn´t work correct. I have read that Greenfoot is not designed to make big games like this... 4 weeks ago I read that there are other "simpler versions" of Java. I read that Greenfoot is the 'first Level' to code programms and there are 2 more 'levels' before the real Java programming... does anyone know a program to code lager games? But It should be a similar programming language of Greenfoot so I don´t mean C++ / C+ ...
limefortheworld limefortheworld

2012/6/10

#
Larger games... I'd personally suggest Allegro library on C++ using devcpp or CodeBlocks if you're thinking of a larger 2d game. But then if Java is a must, you will need to find another graphic library. Greenfoot is an IDE aimed at simple game building, and by providing a basic framework to facilitate it, puts limitations, such as implementing isometrics (which isn't impossible, given Bourne's work) If you're looking for something like Greenfoot for large-scale games... You won't find any.
You need to login to post a reply.