Tyler Sengia

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

The IDE has code highlighting thanks to a JavaScript library called Code Mirror.


More Posts

# 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