
#game



Guessing Game run on Website
This is a guessing game that is run on a website. The backend was coded in javascript. The submit button checks to see if the number entered in the textBox matches the correct number, the hint button tells you if the number was lower or higher than the last number that you guessed, and the start over button lets you start over whenever you click it. All buttons are disabled upon running out of guesses.

Game of Battleship in JavaScript
This game of battleship has a 1x1 battleship randomly generated in a 5x5 board. The player has 4 guesses to guess the exact location of the ship. Each miss is marked with a "X" and a "V" is put in place of the battleship's location if you guess it correctly. The coordinates of the ship are given after you run out of guesses.

Game of Rock, Paper, Scissors in JavaScript
This game of Rock, Paper, Scissors is played between the computer and the user. The choice is given in all lowercase and standard rules for the game apply. After 10 rounds, the scores are tallied and the player with the higher round wins is the winner and the number of wins is displayed at the end.

k nearest neighbor

Car Class
Lets you create cars and store them in a Garage. You can drive cars, you can repair them, refuel them and change their tires. You can also specify whether the car is electric or not.

drive function in car class
The user creates their own car and the drive function drives the car and displays statistics on how the drive went

Number Guessing Game
Asks a user to guess a number and gives hints to the user based on how close the users guess is. Displays Users statistics about their games.

Rock, Paper Scissors
Play rock paper scissors with a computer as many times as you want

Mad Libs
When provided with a MadLibs file that has specified parts of speech can take in user input to create a MadLib