Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 658 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 658 Bytes

Tic Tac Toe game in Chapel

Description

This is a project to create a tic tac toe game in Chapel using a gui library built using the third party open source library gtk.

Prerequisite for compiling and running the program

The third party library gtk has to be installed on your system Here is a link to download gtk http://www.gtk.org/download/linux.php

Also chapel has to be installed on the system

Compiling the program

To compile the program, change directory to the projects top level directory Then type make Note: This step is obviously done in the terminal

Running the program

To run the program type ./ttt in the terminal