Blue Cube Logo

Michael Aubrey's
Portfolio Website

Choose Background:


My Javascript Games

Spoderman game

Spoderman Game Image

Click HERE to play my version of Spiderman.

Battleship game

Battleship Game Image

Click HERE for my version of battleship.

Minesweeper game

Minesweeper Game Image

Click HERE for my version of MineSweeper.

Space Invaders game

Space Invaders Game Image

Click HERE for my version of the Space Invaders game.

Solitaire game

Solitaire Game Image

Click HERE for my version of Solitaire

Simple RPG game

Simple RPG Game Image

Click HERE for my version of a simple RPG.


Upcoming Projects


Completed Learning Paths


Future Learning Paths


Other Projects

ThreeJS 3D models/animation

See HERE for various ThreeJS projects/animations

ThreeJS Haloo game

See HERE for a 3D Halo like game that I have developed in THREEJS.

Haloo gameplay image

SVG Testing

See HERE for an SVG Testing area with printout available.

Counter date calculator

Counter based on hard coded date ranges is HERE


The github logo. This website is hosted on Github, a subsidiary of Microsoft. To see the code behind this website, visit Here.

<!DOCTYPE html>
<html lang="en">
<head>
<title>
</title>
<link rel="icon" type="image/x-icon" href="/#.ico" />
<link rel="apple-touch-icon" sizes="64x64" href="/#.png" />
<meta charset="UFT-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
</head>
<style>
</style>
<body>
</body>
<script>
</script>
</html>


<!DOCTYPE html>
<html lang="en">
<head>
<title>
</title>
<meta charset="UFT-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
</head>
<style>
</style>
<body>
<div id="TestDisplay">
</div>
</body>
<script>
let text = new String;
text = "hello" + "<br>" + "world";
document.getElementById("TestDisplay").innerHTML = text;
</script>
</html>


Android BoilerPlate available at: https://github.com/mickaub/AndroidTemplates