-
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.
- Loading branch information
Showing
4 changed files
with
1,408 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,171 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="../icon/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="../icon/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="../icon/favicon-16x16.png"> | ||
<link rel="manifest" href="../icon/manifest.json"> | ||
<link rel="mask-icon" href="../icon/safari-pinned-tab.svg" color="#5bbad5"> | ||
<link rel="shortcut icon" href="../icon/favicon.ico"> | ||
<meta name="msapplication-config" content="../icon/browserconfig.xml"> | ||
<meta charset="utf-8"> | ||
<!-- twitter --> | ||
<meta name="twitter:card" content="summary"> | ||
<meta name="twitter:site" content="@TonyStr_"> | ||
<meta name="twitter:title" content="A visual REVOLUTION"> | ||
<meta name="twitter:description" content="TonyStr - Programming from NUL to DEL"> | ||
<meta name="twitter:image" content="https://i.imgur.com/p20jiFg.gif"> | ||
<meta name="twitter:url" content="/"> | ||
<meta name="theme-color" content="#F14165"> | ||
<meta property="og:title" content="A visual REVOLUTION"> | ||
<meta property="og:url" content="/"> | ||
<meta property="og:image" content="https://i.imgur.com/p20jiFg.gif"> | ||
<meta property="og:description" content="TonyStr : Programming from NUL to DEL"> | ||
|
||
<meta name="viewport" content="width=device-width"> | ||
<meta name="description" content="Programming from NUL to DEL"> | ||
<meta name="keywords" content="gamedesign, programming, gml, gml programming"> | ||
<meta name="author" content="Tony Strømsnæs"> | ||
<title id="blog-titlebar">TonyStr - </title> | ||
<link rel="stylesheet" href="../css/style.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> | ||
<script src="//twemoji.maxcdn.com/twemoji.min.js"></script> | ||
<script src="../scripts/blog.js"></script> | ||
<script src="../scripts/asyncload.js"></script> | ||
<script src="../scripts/stringMath.js"></script> | ||
<script> jQuery(document).ready(update_links($)); </script> | ||
<script> jQuery(document).ready(()=>{document.getElementById('input').value="((7 * 9) + 2 - 1) / 2 ^ 3";stringMath();});</script> | ||
</head> | ||
|
||
<body> | ||
<div id="wrapper-blog"> | ||
<header> | ||
<div class="ribbon"> | ||
- - - - <i class="fa fa-scissors" aria-hidden="true"></i> - - - - - - - | ||
</div> | ||
<div class="container"> | ||
<div id="branding"> | ||
<h1 class="nonlight"><span class="highlight">TonyStr</span>ømsnæs</h1> | ||
</div> | ||
<div id="icons"> | ||
<a href="https://twitter.com/TonyStr_" target="_blank" class="fa fa-twitter fa-intbut" style="font-size:26px"></a> | ||
<a href="https://www.reddit.com/user/TonyStr/" target="_blank" class="fa fa-reddit fa-intbut" style="font-size:26px"></a> | ||
<a href="https://github.com/tonystr" target="_blank" class="fa fa-github fa-intbut" style="font-size:26px"></a> | ||
<a href="mailto:[email protected]" target="_top" class="fa fa-envelope-o fa-intbut" style="font-size:26px"></a> | ||
</div> | ||
<nav> | ||
<ul> | ||
<li><a href="../">Home</a></li> | ||
<li> | ||
<div class="dropdown"> | ||
<a href="../#skills">Skills</a> <i class="fa fa-angle-down fa-static" aria-hidden="true"></i> | ||
<div class="dropdown-content blue"> | ||
<p><a href="../skills/gml" target="_top" class="link" style="font-size:13px"> | ||
GML Programming | ||
</a></p> | ||
<p><a href="../skills/pixelart" target="_top" class="link" style="font-size:13px"> | ||
Pixelart Design | ||
</a></p> | ||
<p><a href="../skills/js" target="_top" class="link" style="font-size:13px"> | ||
JS Programming | ||
</a></p> | ||
</div> | ||
</div> | ||
</li> | ||
<li> | ||
<div class="dropdown"> | ||
<a href="../#games_and_tools">Games & Tools</a> <i class="fa fa-angle-down fa-static" aria-hidden="true"></i> | ||
<div class="dropdown-content blue"> | ||
<p><a href="../games_and_tools/gml_ik_ext" target="_top" class="link" style="font-size:13px"> | ||
IK Extension (GM) | ||
</a></p> | ||
<p><a href="../games_and_tools/udda" target="_top" class="link" style="font-size:13px"> | ||
UpDownDuckAround | ||
</a></p> | ||
<p><a href="../games_and_tools/gml_ik_tut" target="_top" class="link" style="font-size:13px"> | ||
IK Tutorial (GM) | ||
</a></p> | ||
</div> | ||
</div> | ||
</li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</header> | ||
|
||
<section id="main"> | ||
<div id="full-col"> | ||
<article id="blog-content"> | ||
<div id="blog-title"> | ||
<h1 class="page-title">Busy Week</h1> | ||
<h3 id="blogpost-date">11. Mar 2018</h3> | ||
<br> | ||
</div> | ||
<p> | ||
Welcome back. This week has been super busy for me. I've had 2 tests, 3 hand-ins and 2 presentations in the course of 5 days. In terms of ATIRAG, little progress has been made. I've started | ||
work on balancing the game, added some visual effects and ironed out some bugs. The new enemy spawn system infinitely spawns enemies until there are a certain amount of enemies alive in | ||
the game at once, then, if the limit is hit, it stops spawining enemies until you've cleared them all out. After the enemies are dead, the limit is extended, and the enemies start spawning | ||
again. Right now, this is somewhat unbalanced, as the spawnrate is not affected, only the limit, but more work will be put into this once I have time. I am considering making the waves | ||
slightly more apparent (giant flashy text that says "Wave Complete" and restores your health), to induce a sense of <i>pride an accomplishment</i>. 😜 | ||
</p> | ||
<div class="img-box"> | ||
<script>loadImage("#loadimage-1", "https://i.imgur.com/p20jiFg.gif", $)</script> | ||
<div class="img-box-box img-box-full" id="loadimage-1"> | ||
<a target="_blank" alt="ATIRAG prototype 4" class="img_img"> | ||
<img src="" class="pause"></img> | ||
</a> | ||
<div class="img_desc"> | ||
<p> | ||
ATIRAG <span class="qqe">2018</span> | ||
</p> | ||
<div class="img-button-container"> | ||
<a class="img-button" href="" target="_blank"><i class="fa fa-expand" aria-hidden="true"></i></a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<p> | ||
As you can see, the healthbar now flashes when you take damage (red) or gain health (blue). In the gif, this looks very obnoxious, but I promise that it feels great when playing. I spent | ||
quite a bit of time adjusting it to last just the right amount of time. However the fact that it looks obnoxious in gifs is a serious issue. I might try to make it seem more like a lazer | ||
that shoots out from the center. | ||
</p> | ||
<b>In other news,</b> I spent some time playing with JavaScript; one of my favourite languages. I took upon myself the task of creating an interpreter without any help/tutorials. for | ||
those of you that aren't programmers, an interpreter is a program that reads / processes / <i>interprets</i> a string of characters, and produces some form of output. This is generally a | ||
basic task that most programmers go through, but it felt incredibly satisfying to figure out on my own. You can try it in the box below. It can currently | ||
divide <span class="il-code">/</span>, multiply <span class="il-code">*</span>, add <span class="il-code">+</span>, subtract <span class="il-code">-</span>, power | ||
<span class="il-code">^</span> and enclose segments within paranthesises <span class="il-code">()</span>. | ||
</p> | ||
<div id="math-parser" name="calcform"> | ||
<textarea name="input" id="input" placeholder="Mathematical Expression ..." tabindex="2" onkeyup="stringMath()"></textarea> | ||
<span id="equals-pynt" onclick="stringMath()">=</span> | ||
<textarea name="output" id="output" placeholder="Parsed Result ..." tabindex="2" readonly="readonly"></textarea> | ||
</div> | ||
<p> | ||
The list for ATIRAG remains largely unchanged as a result of little time to work on the project. | ||
</p> | ||
<ul class="feature-list"> | ||
</li><li> Bullet formations | ||
</li><li> Bullet upgrades | ||
</li><li> Sounds | ||
</li><li> Increasingly powerful enemies | ||
</li><li> More visual effects! | ||
</li><li> Steering behaviour enemy type | ||
</li><li> Enemy collision | ||
</li> | ||
</ul> | ||
</article> | ||
</div> | ||
</section> | ||
</div> | ||
<div id="blog-links"> | ||
<a id="link-prev" class="link invisible"><h3 class="link-nexprev">previous post</h3></a> | ||
<a id="link-next" class="link invisible"><h3 class="link-nexprev">next post</h3></a> | ||
</div> | ||
<footer> | ||
<p>Tony Strømsnæs, Copyright © 2017</p> <!-- , Copyright © 2017 --> | ||
<p id="right">v1.0.3</p> | ||
</footer> | ||
</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
Oops, something went wrong.