SumitDutta1997 / Toy-Projects

Some mini projects :- Tic Tac Toe , Betting Game , OTP Generator program etc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. Tic Tac Toe : A two player Tic Tac Toe game implemented in C++

  2. OTP Generator : Everytime generates a random string of 6 characters which consists of upper case and lower case alphabets and digits.

  3. Betting Game : There are 4 cards - Jack, Queen, King and ACE. Computer Shuffles the cards randomly. Player has to guess the position of ACE. If the player guesses right , player wins thrice the bet amount. If the player guesses wrong , player simply looses the bet amount. Initially, the player will have Rs 100.

  4. Tic Tac Toe is the first milestone project I worked on while completing the course "Complete Python Bootcamp: Go from zero to hero in Python3" by Jose Portilla from Udemy.

  5. Few famous and advance problems on backtracking algo like Sudoku Problem , Rat in a maze , N-Queen Problem etc.

About

Some mini projects :- Tic Tac Toe , Betting Game , OTP Generator program etc

License:MIT License


Languages

Language:C++ 74.3%Language:Jupyter Notebook 25.7%