Skip to content

Tyler1551/Algorithms_Data_Structures-Coursework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Noughts and Crosses ReadMe

  • To start the program, open a compiler of your choice (gcc or visual studio)
  • Navigate to the src folder which contains the source code (test.c)
  • compile the program by typing "gcc test.c" in gcc compiler and "cl test.c" in visual studio compiler
  • Start the program by using "./a.out" on linux gcc or using "test" on windows visual studio
  • When running you will be prompted with instructions on how to play
  • The numpad represents the 3x3 physical board to play
  • When finished press CTRL+C to exit the game

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages