My Featured Projects.
Hackathon Games
Green Game Jam - Rainforest Watch (Itchio page)
Global Game Jam 2020. A timewinding 2D platformer (GitHub Page)
More projects can be found at my Github Page: https://github.com/TheGeekiestOne
Nim Game - C++
Design and implement a program allowing users to play the game Nim (see This is a two-player game played using a number of rows (or stacks) of tokens. Players take turns picking a row, and removing any number of tokens (at least one) from it. The player who removes the last token wins the game (this is what wikipedia refers to as “normal”, as opposed to “misere” play)
Reversi Game C++
reversi Game in C++ - Design and implement a program allowing users to play the game Reversi (aka Othello, see https://en.wikipedia.org/wiki/Reversi). This is a two-player game played on a board of (usually) 8*8 squares. Players take turns placing pieces on the board, or passing if they cannot do so.