Package com.sirenian.hellbound.outcomes

Examples of com.sirenian.hellbound.outcomes.ThePitShouldLookLike


        // J-shape ready to be dropped in hole
        when(new ThePlayerPressesTheRightKey());
        when(new ThePlayerPressesTheRightKey());
        when(new ThePlayerPressesTheRightKey());
       
        then(new ThePitShouldLookLike(
                "......J" + NL +
                "......J" + NL +
                ".....JJ" + NL +
                "......." + NL +
                "......." + NL +
View Full Code Here


        when(new TimePasses());
        when(new ThePlayerPressesTheDropKey());
        when(new TimePasses());
        when(new ThePlayerPressesTheDropKey());
        when(new TimePasses());
        then(new ThePitShouldLookLike( // sanity check
                "..ZZ..." + NL +
                "...ZZ.." + NL +
                "......." + NL +
                "......." + NL +
                "...X..." + NL +
View Full Code Here

TOP

Related Classes of com.sirenian.hellbound.outcomes.ThePitShouldLookLike

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.