A project that was inspired by Skip The Dishes. Users can sign up as a restaurant owner and post deals, or just explore current local deals
Check it out Source code
Randomly selects squares, (unknown to the player) that are designated to contain mines. If a square containing mines is revealed, the player loses
Source code
This project simulates a fight between 2 opponents: an attacker that only attacks with 3 modes (high low and medium) and a defender that only replies to the attack with an adequate response
Source code
A basic chatting application modelled after discord. When a user joins the chat, the user is assigned a unique nickname. A user is able to change their name, and the color of their name. All current users are displayed on the side window. The server remembers past messages, and presents it to a new user.
Source code
This project analyses food webs by taking an input of organisms and identifying the (predator prey) relationship between the organisms.
Source code
A calculator essentially modelled after the google calculator. It supports very basic calculations, and keeps track of the last calculated result.
Check it out Source code