-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the new navbar/footer to the existing pages.
- Loading branch information
Showing
2 changed files
with
48 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,10 @@ | |
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>CS309 - Not Minecraft</title> | ||
<title>Com S 309 - Not Minecraft</title> | ||
|
||
<!-- Bootstrap --> | ||
<link href="/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="/css/bootstrap.css" rel="stylesheet"> | ||
<link href="/css/base.css" rel="stylesheet"> | ||
|
||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> | ||
|
@@ -18,21 +18,29 @@ | |
<![endif]--> | ||
</head> | ||
<body> | ||
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> | ||
<!-- Include all compiled plugins (below), or include individual files as needed --> | ||
<script src="/js/bootstrap.min.js"></script> | ||
<h1>Com S 309</h1> | ||
<h2>Not Minecraft</h2> | ||
<p>Com S 309 is a project class where we had to come up with a project of our own to implement, in order to practice | ||
things like agile development, and using iterative cycles in order to improve upon software we had already started. | ||
So the first iteration, we had a very basic game set up, that was barely functional, and each iteration afterward, | ||
we managed to make it quite a bit better. By the end of the semester, we had a halfway decent game that we could | ||
call our own.</p> | ||
<p>The game we made is actually very similar to Minecraft in the sense that it uses procedural generation in order to | ||
generate the world. We don't have nearly as many different types of blocks as Minecraft, but we do have monsters | ||
that we can spawn whenever we want, and a health and inventory system. It was also designed for VR, and tested on | ||
the Oculus Rift DK2</p> | ||
<a href="../">back</a> | ||
<div class="nav"> | ||
<ul> | ||
<li><h3><a href="/portfolio">Home</a></h3></li> | ||
<li><h3>Projects</h3></li> | ||
<li class="selected"><h4>Com S 309</h4></li> | ||
<li><h4><a href="/portfolio/cs362">Com S 362</a></h4></li> | ||
<li><h4><a href="/portfolio/LD33">Ludum Dare</a></h4></li> | ||
<li><h4><a href="/portfolio/se491">Senior Design</a></h4></li> | ||
<li><h3><a href="/portfolio/geneds">General Education</a></h3></li> | ||
</ul> | ||
</div> | ||
<div class="content"> | ||
<h1>Com S 309 - "Not Minecraft"</h1> | ||
<p>Com S 309 is a project class where we had to come up with a project of our own to implement, in order to | ||
practicethings like agile development, and using iterative cycles in order to improve upon software we had | ||
alreadystarted.So the first iteration, we had a very basic game set up, that was barely functional, and each | ||
iterationafterward,we managed to make it quite a bit better. By the end of the semester, we had a halfway decent | ||
game that we couldcall our own.</p> | ||
<p>The game we made is actually very similar to Minecraft in the sense that it uses procedural generation in | ||
ordertogenerate the world. We don't have nearly as many different types of blocks as Minecraft, but we do have | ||
monstersthat we can spawn whenever we want, and a health and inventory system. It was also designed for VR, and | ||
testedonthe Oculus Rift DK2.</p> | ||
</div> | ||
<div class="footer">© Robert Young, <a href="mailto:[email protected]">[email protected]</a></div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,10 @@ | |
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>Robert Young's Website</title> | ||
<title>Com S 362 - Media Rental</title> | ||
|
||
<!-- Bootstrap --> | ||
<link href="/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="/css/bootstrap.css" rel="stylesheet"> | ||
<link href="/css/base.css" rel="stylesheet"> | ||
|
||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> | ||
|
@@ -18,17 +18,25 @@ | |
<![endif]--> | ||
</head> | ||
<body> | ||
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> | ||
<!-- Include all compiled plugins (below), or include individual files as needed --> | ||
<script src="/js/bootstrap.min.js"></script> | ||
<h1>Com S 362</h1> | ||
<h2>Media Rental</h2> | ||
<p>My junior year of college, I took Computer Science 362, which is the design patterns course for Iowa State | ||
University. In this class, we were to work in groups of 2-4 and make a project over the course of the semester. The | ||
project my group chose to do was a media rental application, which would help store managers keep track of different | ||
movies, CDs, and video games, as well as possibly books, that they have and have rented or sold to customers.</p> | ||
<a href="../">back</a> | ||
|
||
<div class="nav"> | ||
<ul> | ||
<li><h3><a href="/portfolio">Home</a></h3></li> | ||
<li><h3>Projects</h3></li> | ||
<li><h4><a href="/portfolio/cs309">Com S 309</a></h4></li> | ||
<li class="selected"><h4>Com S 362</h4></li> | ||
<li><h4><a href="/portfolio/LD33">Ludum Dare</a></h4></li> | ||
<li><h4><a href="/portfolio/se491">Senior Design</a></h4></li> | ||
<li><h3><a href="/portfolio/geneds">General Education</a></h3></li> | ||
</ul> | ||
</div> | ||
<div class="content"> | ||
<h1>Com S 362 - Media Rental</h1> | ||
<p>My junior year of college, I took Computer Science 362, which is the design patterns course for Iowa | ||
State University. In this class, we were to work in groups of 2-4 and make a project over the course of the | ||
semester. The project my group chose to do was a media rental application, which would help store managers keep | ||
track of different movies, CDs, and video games, as well as possibly books, that they have and have rented or | ||
sold to customers.</p> | ||
</div> | ||
<div class="footer">© Robert Young, <a href="mailto:[email protected]">[email protected]</a></div> | ||
</body> | ||
</html> |