For this exercise you will create programs in Javascript on codepen.io. You will turn in links to your sulutions on moodle.
Button Example code: A program to create a button, and output a message each time it is pushed:
Form Example Code: JavaScript program that implements a “form” validation that displays an error message if a required field is left empty when submitting the form.
Create the following two web games. You should turn in both a link the the game on your server, and a GitHub link.
1. TickTackToe
Create a Javascript Ticktacktoe Game. Should be a web game with clicking. You can make a grid of bootstrap buttons, or do something else. You could also use bootstrap icons for the X and O’s
Can be one player with computer playing against paper, or two player (or both)
2. Rock, Paper, Scissors Game
Web Based. I’ll let you decide how to design it, but be creative and use bootstrap and images that are clickable.
