Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

instead of random boards simulate flipped and unflipped versions of the same boa... #17

Open
github-actions bot opened this issue Sep 30, 2023 · 0 comments
Labels

Comments

@github-actions
Copy link

https://api.github.com/XBagon/hsbgsim/blob/b36637111af6d85fa538862274487e9281c0f042/tests/basic.rs#L108

    let mut top_wins = 0;
    let mut bottom_wins = 0;

    //TODO: instead of random boards simulate flipped and unflipped versions of the same board
    for _ in 0..10000 {
        let mut game = Game::default();
@github-actions github-actions bot added the todo label Sep 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants