Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages