Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aarontravass/ece5904
https://github.com/aarontravass/ece5904
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aarontravass/ece5904
- Owner: aarontravass
- Created: 2023-01-30T23:38:36.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-25T01:19:45.000Z (11 months ago)
- Last Synced: 2024-10-08T02:43:19.907Z (about 1 month ago)
- Language: Python
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ECE5904
### Read the [final report](https://github.com/aarontravass/ECE5904/blob/82ed383431f49b960ef05a7f0f294e5b1b2d7663/ECE5904_report.pdf)
## How to run?
If you want to run the full stack, simply run `docker-compose up`
and then open `localhost:80` to view the web appIf you only want the server, run `docker-compose -f docker-compose-server.yml up`
There is a prebuilt frontend image available at https://hub.docker.com/r/outerspace1920/ece5904-fe/
Credits:
Code for Minimax and Monte Carlo were adapted from
1. Minimax - https://github.com/Howuhh/chess_minimax
2. Monte Carlo Tree Search - https://github.com/Ish2K/Chess-Bot-AI-Algorithms