https://github.com/mlee97/COMP472-MiniProject2
Due: November 15th, 2021
Implement a game of Line em' up
Using heuristics, the AI will perform an adversarial search (alphabeta or minimax) to determine which move is recommended
- Output
- gameTrace-4435.txt
- gameTrace-4431.txt:
- gameTrace-5441.txt
- gameTrace-5445.txt:
- gameTrace-8551.txt
- gameTrace-8555.txt
- gameTrace-8651.txt
- gameTrace-8655.txt
line-em-up.py
- Celia Cai (ID: 40098535) (Github Username: CeliaCaii)
- Michael Lee (ID: 40054375) (Github Username: mlee97)
- Python 3.7
- PyPy3.7
- VS Code
- Download repository.
- Open VS Code.
- Open the folder where line-em-up.py is located.
- Select PyPy as your Python Interpreter.
- Open line-em-up.py.
- Run the Python File.
- Input the prompts in the terminal.
- View the output files in the directory where line-em-up.py is located.