summaryrefslogtreecommitdiff
path: root/tests/official-runner-matching.rs
blob: 7ef12b8ea8371e8d3331820a4f30413202cf6edf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13


#[test]
fn simulates_the_same_match() {
    //TODO
    //iterate over list of replays (FS?)
   
    //read initial state.json
    //iterate over moves
    //simulate move (both sides)
    //assert state is as expected
    //repeat with players swapped?
}