Tyler Sengia

/ tags/ web

# Web Piano

2 min read

While I was stuck at home during peak COVID lock-down, I made a fun little web app that uses Vue and MIDI.JS to let you play a virtual piano from your web browser.

Read

# Homerolled IDE for HTML5 Canvas Games

Tyler Sengia 1 min read

While learning JavaScript and HTML5 for game development, I created my own web-based IDE for rapidly testing and debugging the games I would create.I called my IDE the RouteEngineA1 studio.

Read

# First Genetic Learning Project

Tyler Sengia 5 min read

A long time ago, I decided to make my own simulation to see if “virtual organisms” would be able to learn to survive in a simulated habitat. These virtual organisms were named “Quibs.” I don’t know…

Read

# Block based HTML5 Canvas game

Tyler Sengia 2 min read

Block based sandbox games are fantastic. Minecraft and Terraria dominate the market for it, but it’s always fun to try to create your own games. Many other open source “voxel” based games and…

Read