Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sieep-coding/connect4
- Owner: Sieep-Coding
- License: unlicense
- Created: 2024-08-24T23:22:18.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-25T21:07:39.000Z (4 months ago)
- Last Synced: 2024-10-17T12:21:38.547Z (3 months ago)
- Topics: c, header-files, makefile, raylib, raylib-c, shell-script, unit-testing
- Language: C
- Homepage:
- Size: 1.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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