Skip to content

Tic-Tac-Toe, Scientific calculator, Sudoku solver written in C.

Notifications You must be signed in to change notification settings

ksgr5566/Basic-C-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple command line projects in C:

  • Tic-Tac-Toe - A computer Tic-Tac-Toe player. No algorithms used, simply written using too many if statements.
  • Sudoku solver - A program to solve Sudoku puzzles. Used back-tracking.
  • Scientific Calculator - An advanced scientific calculator with a purely text based interface.