Technical Projects
- Tic-Tac-Toe in C++14
--Native terminal based implementation of min-max algorithm of game theory.
--Made single player vs Computer AI tic-tac-toe game.
--Implemented in a way that it never let you win, either you loose or it will be a draw.
- Telegram ChatBot in Pyhton3
--Made an echo bot in Telegram to echo back every message to the users.
--Built to learn about RESTful APIs and Python3 scripts.
--Trying to build a database in sqlite3 now to store the messages for generating user-based replies.
- Personal Portfolio in HTML5 and CSS3
--Made my Personal homepage using HTML5 and CSS3.
--Also tried to replicate the frontend of Google's search homepage to hone my frontend Skills.