Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/khiav223577/chinesecheckersbot
- Owner: khiav223577
- Created: 2015-05-05T13:00:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-28T06:31:41.000Z (about 5 years ago)
- Last Synced: 2024-12-03T04:02:01.352Z (about 1 month ago)
- Topics: chinese-checkers-game, game, gosu
- Language: Ruby
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)