-
Notifications
You must be signed in to change notification settings - Fork 2
How to open the scenario in Greenfoot? #77
Comments
Hi, the short answer is: You can't. The greenfoot file is there only because the engine needs it when the game is run as a java program, it's not a proper project file. Soultraps is a Maven project, you'll need to install Maven and use the You can also use an IDE like IntelliJ or Eclipse to edit the source code and run the program from within the IDE. If you want more information on how/why I did this, please check out my blog post about using Greenfoot without having to use the Greenfoot IDE :) |
Hello! Thanks so much for the detailed explanation on how to get this game running. After following all your steps, I was not able to get the game running. I would get this error: "soultraps-master\src\main\java\io\lerk\soultraps\levels\Level.java:15:19 Anyway, I wanted to be able to run this game solely using Greenfoot because I need to code a game with Greenfoot for a school project and wanted to get coding ideas, but thanks for your response and information. I will be sure to check out your site and read your blog post :). |
No problem :) Depending on your operating system you might need to use another JDK (install or set it using the project structure window). EDIT: I totally forgot that there is a prebuilt jar for v0.0.3. |
The This could be fixed by setting the |
I downloaded the master branch as a zip and I opened the project.greenfoot file in soultraps-master\src\main\resources with Greenfoot and it opened an empty scenario. Can you give instructions on how to open the game with Greenfoot?
Thanks in advance
The text was updated successfully, but these errors were encountered: