Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/khiav223577/chinesecheckersbot

A Chinese checkers game which can be played by two, three, four, or six players. Or choose to play with AI instead of real players!
https://github.com/khiav223577/chinesecheckersbot

chinese-checkers-game game gosu

Last synced: 17 days ago
JSON representation

A Chinese checkers game which can be played by two, three, four, or six players. Or choose to play with AI instead of real players!

Awesome Lists containing this project

README

        

# AI Final Project - Chinese Checkers Bot

In our project, we want to provide a Chinese checkers game which can be played by two, three, four, or six players, and try to implement an AI which has different difficulties and can play with each other or with real players. Our goal is try to make the AI have good strategy in this game and can make good decision in each turn under time pressure. Moreover, we also want to improve the performance of our AI to have the ability to beat a good real player.

## Installation
```
gem install gosu
```

## Usage
```rb
ruby main.rb
```
And then start playing!

![alt tag](https://cloud.githubusercontent.com/assets/4011729/15956354/91418044-2f1a-11e6-8424-904ef2bd7966.png)