From 6f41f5ee4ae5dc641181eafd9fa201a66dcef511 Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Tue, 12 Oct 2021 21:53:30 -0400 Subject: [PATCH] added fractal zoomer --- index/games/index.html | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/index/games/index.html b/index/games/index.html index e16398c..4f2d752 100644 --- a/index/games/index.html +++ b/index/games/index.html @@ -25,14 +25,28 @@ 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. - +

Eternal Space

Click to play.

- 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. - + + +
+

Fractal

+

Click to play.

+ + Interactive Javascript real-time fractal renderer using XaoS.js. + + +