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

AnsonYeung/tic-tac-toe

Repository files navigation

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.

About

A console version of tic tac toe written in Pascal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages