From a751caf6c18103d5f2167b9029ce1c5bc26fa8b2 Mon Sep 17 00:00:00 2001 From: T4b Date: Mon, 9 Jun 2014 00:41:34 +0200 Subject: [PATCH] Revert my try to get the project to build without the user having to create a project.greenfoot file manually This reverts commit 5a4db9210d57471cf87e3145d5e9f6f168bb4d89. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5583a60..1bd8f5a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The mage dies once the green bar at the top of the screen which represents it's ## Build/Install/Launch -You need Greenfoot. Launch Greenfoot, it calls it's projects "Scenarios", so you need to open the AntiRPG scenario. It will complain while opening the scenario and will claim that there might be problems, but there won't be any. +You need Greenfoot. To load the project into Greenfoot you might need to create a blank "project.greenfoot" file in the game folder so Greenfoot recognizes the project (we removed that file from Git because it's machine generated and annoying to merge, Greenfoot complains but works fine without it). When you've loaded the game into Greenfoot, you click "Compile", then "Run" and then follow the on-screen instructions. When you die or win you click "Reset" for a new game. ## To do: