ksgr5566 / Basic-C-Projects

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:C 100.0%