Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (14 loc) · 706 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 706 Bytes

Tic Tac Toe

A console version of tic tac toe written in Pascal.
This program uses the event-driven design and it only supports Windows.
It is developed and tested under Windows 10.
The repository of this program is here

Instructions

All console settings will be set by the program at runtime.
This program can receive both mouse and keyboard input.
If opening the menu to setup is required, open tic-tac-toe_allow_menu.exe.
Or else, open tic-tac-toe.exe.

Compiling

The program can be compiled using fpc 3.0.4
With the flag -dFALLBACK, the allow menu version would be generated.
Compiling with the flag -dRELEASE is recommended.