Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sieep-coding/connect4

Connect 4 created using C and Raylib.
https://github.com/sieep-coding/connect4

c header-files makefile raylib raylib-c shell-script unit-testing

Last synced: about 1 month ago
JSON representation

Connect 4 created using C and Raylib.

Awesome Lists containing this project

README

        

# Connect4

![](https://github.com/Sieep-Coding/Connect4/blob/master/example.gif)

Using raylib to create connect4, in the early stages.

I'll update this as time goes on.

### include/

The `include/` folder shows the dependencies I plan on using.

## Roadmap

* [ ] Add support for tests
* [ ] Finish game
* [ ] Add effects, unique game elements
* [ ] Add Multiplayer via nbnet
* [ ] Web version