1
0
Fork
You've already forked connect4
0
Small connect4 implementation that runs in the terminal
  • C 100%
2025年03月13日 17:19:28 +01:00
.gitignore Initial commit 2025年03月13日 17:08:37 +01:00
LICENSE Add license 2025年03月13日 17:19:28 +01:00
main.c Add code 2025年03月13日 17:09:12 +01:00
README.md Add instructions to README.md 2025年03月13日 17:13:26 +01:00

connect4

A small implementation of connect 4 that runs in the terminal

How to use

Just compile it with your c compiler. For example:

$ tcc -o main main.c
$ gcc -o main main.c
$ pcc -o main main.c
$ clang -o main main.c

Then simply run it in your terminal

$ ./main