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

2014/7/8

Greenfoot To Java Commands

TehRyan TehRyan

2014/7/8

#
Hey, i know greenfoot is run with Java, but it uses Greenfoot commands. How would i change the Greenfoot commands to Java Commands? what would the commands be for Greenfootiskey down to Java? Im trying to port programs from Java to an Exe or other files types! Thanks, Ryan
NikZ NikZ

2014/7/8

#
Which commands are you talking about?
danpost danpost

2014/7/8

#
Greenfoot commands are written in Java. The source code is available for download through the Download link above (see bottom right of page).
dan11 dan11

2014/7/9

#
If you just want to port a scenario, under share in Greenfoot there is an "application" option that will put it into a .jar file. That file is runnable, but you can put it into a .exe with launch4j and give it an icon. Here is my Snake game as an .exe file with an icon.
You need to login to post a reply.