Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dtomicevic/disconnect4
A simple distributed implementation of the game connect4
https://github.com/dtomicevic/disconnect4
Last synced: 23 days ago
JSON representation
A simple distributed implementation of the game connect4
- Host: GitHub
- URL: https://github.com/dtomicevic/disconnect4
- Owner: dtomicevic
- Created: 2015-05-16T18:39:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-31T18:55:35.000Z (over 9 years ago)
- Last Synced: 2024-10-30T11:24:37.136Z (2 months ago)
- Language: C++
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# disconnect4
This is a distributed implementation of the famous game
[connect4](http://en.wikipedia.org/wiki/Connect_Four) made for the [parallel
programming class](http://www.fer.unizg.hr/en/course/parpro). Most of the code
is written in C++ with MPI. The game features fast bitboard game states
and alpha beta prunning distributed game tree search.The code is greatly inspired by the John Tromp's
[fhourstones](https://github.com/qu1j0t3/fhourstones) benchmark.