Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 315 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 315 Bytes

Tic Tac Toe

A simple project to get used to FLTK and making stuff in C++

Building

You need FLTK 1.3.8. I have the source FL/ directory linked in the repo for code completion

In the FLTK tarball, you'll find fltk-config. Use it like:

./fltk-config --compile tictactoe.cpp

Makefiles? What are those?