Skip to content

Commit

Permalink
Added index
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidelorenzo committed Dec 9, 2017
1 parent 5323256 commit 516c927
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CS201 Final Project/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<html>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<body>
This is a Java applet version of the game
<a href="https://www.setgame.com/sites/default/files/instructions/SET%20INSTRUCTIONS%20-%20ENGLISH.pdf">set</a>.
<br>Type in the letters of the set and press enter to claim a set for three points.
<br>Press escape if there are no sets to get a point.
<br>If you don't do anything before the timer runs out the computer will go.
<br>Watch out though, if you enter a set or press escape and you're wrong you'll lose the points.
<applet code=hw9/Set.class archive=Set.jar width="1000" height="800">
</applet>
</body>

</html>

0 comments on commit 516c927

Please sign in to comment.