No description
- C 83.7%
- Makefile 8.3%
- Nix 8%
|
|
||
|---|---|---|
| inc | ||
| src | ||
| tests | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
Connect 4
This repo is an exercise for me to work out my C muscles, and eventually my multithreading muscles.
The goal of this repo is to create a connect 4 computer opponent with strong multithreading.
I chose this because a connect4 computer opponent is complicated enough to be fun to implement and because the connect 4 board creates fun multithreading problems and solutions.