Skip to content

karans4/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

A simple Tic Tac Toe game written in C using the Raylib graphics library. Should work on Linux, Macs, Windows, and possibly even more. game game over

Just download ttc.c, link it to <raylib.h>, compile it, and run.

Using GCC on Unix-like:

$ gcc -o game -lraylib ttc.c

$ chmod +x game

$ ./game

Requirements

Raylib and a compiler

Go check Raylib's documentation to see how to install it on your OS, and check your OS's documentation to find out how to compile the program.

About

A simple tic tac toe game written in C. Uses the raylib library for graphics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages