A simple othello playing bot
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
This is just my simple attempt at making an othello playing bot. This was originally a challenge from my friends. It is hosted on Github pages here. You can also clone this repo and host it locally using the angular CLI. See the CONTRIBUTING for more info
To get a local copy up and running follow these simple steps.
You need to install node and the Angular CLI.
-
node
Go to https://nodejs.org To download the latest version.
-
Angular CLI
$ npm i -g @angular/cli
- Fork and clone this repo
cd
(orfcd
) into the project- Run ng serve to start the development server.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'added some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
For more info, see CONTRIBUTING.md
Distributed under the GNU General Public License v3.0. See LICENSE for more information.
Siddharth Shyniben - siddharth.muscat@gmail.com
Project Link: https://github.com/SiddharthShyniben/othello-bot
N/A