Skip to content

Add MiniMax algorithm #2562

@aitorfi

Description

@aitorfi

Describe the solution you'd like
A simple implementation of MiniMax algorithm.

Describe alternatives you've considered
Easy to read implementation using an int array as a representation of a game tree where each element is a leaf node.
Show each decition the algorithm takes on screen.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions