Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update salthesnake.html
  • Loading branch information
jac18042 committed Feb 1, 2020
1 parent 18344d5 commit d56d689
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions salthesnake.html
Expand Up @@ -25,20 +25,11 @@
<a href="Sal The Snake.exe" download style="color:black;">Download</a></h3>
<h3 class ="text" style="font-size:180%;padding-left:25%;text-align:center;margin-bottom:-1%;">Synopsis</h3>
<p class="text" style="font-size:150%;text-align:justify;padding-left:25%;margin-bottom:-1%">
I played volleyball in high school, and in my senior season many players were complaining that they did not trust our
paper stat sheets. The reason being that handwriting was often bad and recording info was slow which could cause missed stats.
I made this program for the team to use to keep track of stats during games. The user simply presses the name of a player
and then the name of a stat category to register info. If a mistake is made, the user can switch between plus and minus mode.
The user can switch between different sets from the menu, including the total which combines the stats of all played sets.
Sal the Snake is a complete game I made sophomore year of high school with the program GameMaker: Studio. I originally
made it on Mac, and the Windows port I uploaded here is a little bit glitchy because of how old the program is. The game
twists the classic Snake with creative and interesting power ups, along with a challenging and fun campaign mode. The code
is not provided here due to the nature of GameMaker, which has the code scattered about various objects/elements.
<br /></p>
<h3 class ="text" style="font-size:180%;padding-left:25%;text-align:center;margin-bottom:-1%">Code</h3>
<p class="text" style="font-size:150%;text-align:justify;padding-left:25%;margin-bottom:-2%">
<a href="Runner.java.html" style="color:black;" target="_blank">Runner.java</a><br />
<a href="Menu.java.html" style="color:black;" target="_blank">Menu.java</a><br />
<a href="Menu.form.html" style="color:black;" target="_blank">Menu.form</a><br />
<a href="Interface.java.html" style="color:black;" target="_blank">Interface.java</a><br />
<a href="Interface.form.html" style="color:black;" target="_blank">Interface.form</a><br /></p>
<p><br /> <br /></p>
</div>
</div>
</body>
Expand Down

0 comments on commit d56d689

Please sign in to comment.