alyagraf's starred repositories
Battleship
Take on another player head to head in the well-known game Battleship! This program features both Classic and Salvo modes, and even an extra mode: 'Oops, all battleships!'
Numeric-Matrix-Processor
Program which processes matrices. Provides functionality for adding two matrices, multiplying a matrix to a constant, multiplying two matrices, transposing a matrix, calculating determinants, and getting the inverse of a matrix.
Minesweeper
Classic console minesweeper game with customizable board size
Hamming-Encoder-Decoder
This program encodes text files corresponding to 4/3 Hamming code, simulates an error in each byte, and decodes said errors to the original message.
GameOfLife
Game of Life program that tracks generations and alive members, and provides pause/reset, speed, and customizable world size features