A simple game made in eclipse using java where the player clicks the answer they think is correct to the shown question, and if they are right the screen changes to green. If they were wrong the screen changes to red and shows the correct answer.
This game is a web-based game coded in html where you use the mouse to click on points of interest to investigate a crime scene. You click to explore and choose who you believe did based on context clues.
Website Link: http://www.stephanie20.epizy.com/Project/HTMLPages/Home.html
A game that is entirely text to simulate a "choose your own adventure" book where you would turn the pages based on what option you chose and the story would differ based on your "choices". This game was built in shell bash on a virtual machine linux ubuntu.
This game is a locally hosted game using a host server and client to communicate the data of what action each player wants to take. When an action button is pressed it sends the action message so the other player can see what happened.
A basic list made in XCode using C++ to have a master list of all the media titles and rating a user gave them. It also saves the list into a text file when edited. It stores the name of the media, the type of the media, and the rating given.
A tournament version of a simple paper, rock, scissors game where the other players are randomized computers. You just choose your hand and watch the battle play out in text. The champion is named at the end.