This post discusses the logic behind coding a game of blackjack and its implementation for a simple single player vs dealer game of blackjack in Scala using Object Oriented Programming techniques.
Coding an Unbeatable Tic Tac Toe AI
This post talks about the minimax decision making algorithm and includes a scala implementation of a tic-tac-toe-playing AI that uses minimax.
Hangman in Scala
This post discusses the logic behind coding a game of hangman and includes a scala implementation of the same.
Artificial Neural Networks(ANN)
This post explains Artificial Neural Networks and discusses a famous classification problem.
Calculator using PyQt5
A calculator is an object of everyday use and none of us can imagine a life without it. Therefore, I decided to make a calculator of my own using pyqt5.
Tic Tac Toe
This post discusses the logic behind coding a 2 player game of tic tac toe and includes a step by step procedure to make a CUI game, its implementation in Scala, and a link to download a GUI game in Python.