Skip to content

7415963987456321/tic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Tic - a game of tic-tac-toe

A small game of Tic-Tac-Toe implemented in C with boolean arrays.

Build instructions

Run through gcc with

gcc tic.c -o tic

How to play

Launch game with

./tic

The game is meant to be played using the numpad, the numpad represents the squares of the board. Press enter after entering a number.

/* Copyright (C) 2019, Hrafnkell Sigurðarson hrs70@hi.is */

About

A game of Tic Tac Toe in C with Boolean arrays.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages