Skip to content

tsoding/tic-tac-toe-auto-deref

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe in C but with Auto Dereferencing

A simple experiment that adds Auto Dereferencing of the Structures to C Programming Languages.

This is a simple Tic Tac Toe game that won't compile on your machine unless you change it's code or compile with TCC that is patched with tcc.patch

Quick Start

$ wget http://download.savannah.gnu.org/releases/tinycc/tcc-0.9.27.tar.bz2
$ tar fvx tcc-0.9.27.tar.bz2 && cd tcc-0.9.27
$ patch ./tccgen.c < ../tcc.patch
$ ./configure && make && make install && cd ..
$ tcc -o main main.c && ./main

Screencast

thumbnail

About

A simple experiment that adds Auto Dereferencing of the Structures to C Programming Languages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages