-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
24 lines (16 loc) · 839 Bytes
/
README
File metadata and controls
24 lines (16 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Be-A-Coder
DESCRIPTION
A "text adventure" played directly in your IDE, reading the story via method hints and
documentation.
Fill in the blanks in this intriguing story. Each chapter is a test in a TestCase spanning
the entire act. Act by calling actions on your Player object, passing in Objects of the world
which then in turn returns new locations and objects, for you to combine and inspect in this
detailed and mutable world.
REQUIREMENTS
* PHP 5.3+
* PHPUnit 3.5+
GETTING STARTED
1) Open the file "/game/ActOneTest.php" in your IDE.
2) Explore the methods of your location to figure out what to do.
3) Fill in the chapter, returning the location required to begin the next chapter.
4) Run the test every time you want to check your progress.