-
Notifications
You must be signed in to change notification settings - Fork 9
/
ultimateRTS.html
5 lines (5 loc) · 2.92 KB
/
ultimateRTS.html
1
2
3
4
5
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width, initial-scale=1.0"><meta name=description content=""><meta name=author content=""><link rel="shortcut icon" href=/ico/favicon.png><title>Timothy Reynolds Portfolio</title><!-- Bootstrap core CSS --><link rel=stylesheet href=../../css/nivo-gallery.css type=text/css media=screen><link href=/css/bootstrap.css rel=stylesheet><link href=/css/font-awesome.min.css rel=stylesheet><!-- Custom styles for this template --><link href=/css/main.css rel=stylesheet><script src=/js/Chart.js></script><!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --><!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]--></head><body class="Ultimate RTS"><!-- Fixed navbar --><div class="navbar navbar-inverse navbar-fixed-top"><div class=container><div class=navbar-header><button type=button class=navbar-toggle data-toggle=collapse data-target=.navbar-collapse><span class=icon-bar></span> <span class=icon-bar></span> <span class=icon-bar></span></button> <a class=navbar-brand href=index.html>H<i class="fa fa-circle"></i>ME</a></div><div class="navbar-collapse collapse"><ul class="nav navbar-nav navbar-right"><li><a href=Timothy_Reynolds_Resume.pdf>RESUME</a></li><li><a href=portfolio.html>PORTFOLIO</a></li><!-- <li ><a href="contact.html">CONTACT ME</a></li> --></ul></div><!--/.nav-collapse --></div></div><div id=section-blue><div class=container><h4>Ultimate RTS</h4><p>Ultimate RTS is a functional XNA real-time strategy independently created while learning XNA for the first time. The game has standard real-time strategy features such as build, train, attack, move, and gather commands. It also implements quad tree and Dijkstra's Algorithm for spatial partitioning and smart movement. Other core features include multiple maps, saving and loading, multi-team support, intricate GUI system, mini-map, and multi-monitor support.</p><div class=image><img class=img-rounded src=img/ultimateRTS/screenshot3.png alt="Ultimate RTS Image" width=100% height=100%></div></div><!-- container --></div><!-- FOOTER --><div id=f><div class=container><div class="row centered"><a href=https://www.facebook.com/timothy.reynolds.543><i class="fa fa-facebook"></i></a><a href=http://www.linkedin.com/pub/timothy-reynolds/52/19a/631><i class="fa fa-linkedin"></i></a><a href=https://github.com/tmr9209><i class="fa fa-github"></i></a></div><!-- row --></div><!-- container --></div><!-- Footer --><!-- Bootstrap core JavaScript
================================================== --><!-- Placed at the end of the document so the pages load faster --><script src=https://code.jquery.com/jquery-1.10.2.min.js></script><script src=/js/bootstrap.min.js></script></body></html>