Skip to content

Can you play a story driven game in your IDE? Not with this.

Notifications You must be signed in to change notification settings

martinvium/beacoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

    
    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.

About

Can you play a story driven game in your IDE? Not with this.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages