KALEIDOS.C Prints random colorful patterns on screen.
bingo.cpp A 5X5 arcade game played between user and computer. The user has to input 1-25 numbers in random manner. The game will proceed in turns where the players will announce one number at a time and will be marking them on their board (both players). The one who completes at least five diagonals or rows or columns or their combination first will win the game.
magic_square.c Takes an integer input from user and prints a magic square of size of the input.