/jogodavelha

A simple game, built as graduation work on Computer Engineering at UFC.

Primary LanguageCMIT LicenseMIT

Jogo da Velha

Compile instructions

This software uses PDCurses, so the compiler should have it installed and link it

Also, the compiler directive should be C99

The command to compile is the following: gcc jogodavelha.c -o jogodavelha.exe -lpdcursesw -std=c99

This software was developed and tested on Windows 10 x64, compiling to other platforms may need some code edition.