This is the Archive, most of the works here i didn't find interesting enough to put in the Work Showcase, but still felt like they should at least get a mention.

Snake 2D gameplay GIF

Snake 2D in Javascript + Phaser.io

Developers: 1

Main Language: Javascript

A snake game made using Javascript and the Phaser.io Framework, the game uses 2 dimensional arrays, therefore the name "Snake2D".
Development time: 16 hours spread over 1.5 weeks (about 5-6 hours of which was spent actually writing code)

Playable game can be found here
Github link can be found here

Javascript Dungeon Generator

Developers: 1

Main Language: Javascript

A dungeon generation script, Every time the page is refreshed a pre-selected number of tiles in the grid are chosen and blown up to room size, then from these original tiles a path is drawn from tile to tile
Development time: 16 hours spread over 1.5 weeks (about 5-6 hours of which was spent actually writing code)

Playable game can be found here
Github link can be found here
Dungeon Generator GIF

Game of Life

Developers: 1

Main Language: C#

The classical Game of Life example made in Unity, made in a day.

Game of Life gif
Destructible Terrain gif

Destructible Terrain

Developers: 1

Main Language: Javascript

Followed along to a tutorial on how to make destructible terrain in javascript. In short the script saves the pixels in an array and then pushes them to a canvas.