added fractal zoomer
This commit is contained in:
parent
be33c8091e
commit
6f41f5ee4a
1 changed files with 18 additions and 4 deletions
|
@ -25,14 +25,28 @@
|
|||
<code>
|
||||
The first game I ever made! I wrote this when I first began learning Javascript, to be specific I wrote the logic during that time. The game was only playable through the terminal, now its fairly portable and can be integrated into anything.
|
||||
</code>
|
||||
|
||||
|
||||
<br>
|
||||
<h3>Eternal Space</h3>
|
||||
<p><a href="./eternalspace/">Click to play.</a></p>
|
||||
<code>
|
||||
Currently only playable on a pc, I haven't tried figuring out how to scale down the game lol. I participated in the Opera GX + GameMaker game jam and created this monstrosity. The game jam was alien themed, however I never got that far. Before taking part in this game jam I have never programmed an actual game nor have been in a game jam. I learned how to program in GameMaker Language (basically Javascript) during the event.
|
||||
Currently only playable on a pc, I haven't tried figuring out how to scale down the game lol. I participated in the Opera GX + GameMaker game jam and created this monstrosity. The game jam was alien themed, however I never got that far. Before taking part in this game jam I have never programmed an actual game nor have been in a game jam. I learned how to program in GameMaker Language (basically Javascript) during the event.
|
||||
</code>
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
<h3>Fractal</h3>
|
||||
<p><a href="./fractal/">Click to play.</a></p>
|
||||
<code>
|
||||
Interactive Javascript real-time fractal renderer using XaoS.js.
|
||||
</code>
|
||||
|
||||
<!-- <br>
|
||||
<h3>some title</h3>
|
||||
<p><a href="#">Click to play.</a></p>
|
||||
<code>
|
||||
some description
|
||||
</code> -->
|
||||
|
||||
<footer class="site-footer">
|
||||
You have reached the end of the page. (ノ◕ヮ◕)ノ*:・゚✧
|
||||
|
@ -40,4 +54,4 @@
|
|||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue