MovingBlocks
Replay Test: Tower
Replay Test: Tower
With the new Record and Replay (R&R) feature we can now record a game using the Core module and then use that recording to test the game.
This task is to use R&R as well as TestReplayModule to record a game using the Core module, in which the player creates a block tower and stands on its top, and the test checks they reach the correct position.
Definition of 'Done'
- A Pull Request to TestReplayModule's newSerialization branch with a Replay Test that executes a replay in which the player builds a block tower, stands on its top and then asserts the player's initial and final location. To make the recording, use Terasology's "newSerialization" branch instead of the "develop" branch.
Where to start
- Get
TestReplayModuleon your workspace. Instructions on how to fetch a module - Read about Replay Tests on the wiki
- Check the example test code to understand how to get the
LocalPlayerfrom the game. - Get the necessary data for the test from the
LocalPlayerorCoreRegistry
See also
Task tags
Students who completed this task
Phoenix909