Skip to content
Permalink
eccba86c87
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
37 lines (34 sloc) 1.63 KB
<html>
<head>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<title>Jason Cramer</title>
<div>
<ul>
<li><a href="javascript:void(0);">Jason Cramer</a></li>
</ul>
<ul class ="tool1">
<li><a href="index.html">Home</a></li>
<li><a class="active" href="portfolio.html">Portfolio</a></li>
<li><a href="about.html">About</a></li>
<li class="tool2" style="padding-left:70%;">Jason Cramer - 2020</li>
</ul>
</div>
<div>
<h1 class="text" style="font-size:180%;padding-left:25%;text-align:center;padding-top:4%;">Sal The Snake - GML - 2017</h1>
<img width="50%" height="40%" style="padding-left:25%;margin-bottom:-1%;" src="salthesnake.PNG"></img>
<h3 class ="text" style="font-size:180%;padding-left:25%;text-align:center;margin-bottom:0%">
<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%">
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 scatters the code about various objects/elements. However, you
can download the program and run it to experience the fun.
<br /></p>
</div>
</div>
</body>
</html>