Welcome to Scholtek Gaming! Scholtek.com is my personal website which I use to keep my web development skills sharp, and show off my games and whatever else I'm working on. Take a look at what I have below!

Games

Mine Defense

Mine Defense is the game that made me decide to make a website. After getting addicted to some of the incremental games that were beginning to become popular, it seemed like a great genre to learn Javascript and web development.

While the art is lacking, and the music is non-existent, Mine Defense is complex enough to keep people interested for days or even weeks. If you're not familiar with the genre, give it a chance - I suspect you'll enjoy it.

Black Hole Filler Extreme

Black Hole Filler Extreme is a game where you, as some strange all-powerful space being, must fill a stage with black holes without letting the black hole destroying fleet take them out. The longer you play the crazier it gets and the more cool enemies will appear.

This game was my first attempt at making a regular game with physics and music and all that fun stuff. It's made with the Phaser Game Engine and provided a great introduction to game development for me.

Projects

Javascript Math Art

Math Art is an app inspired by a Stack Overflow discussion about pictures that can come from mathematical formulas. It works by defining an RGB value for each pixel using a formula based on the coordinates of the pixel.

If you're into math or art, and have a very basic understanding of Javascript, I recommend you give it a try. And if you feel like it, send me an email with your creation - maybe I'll create a gallery of the coolest things I've seen.

Isocode

Isocode is an app born out of a practical desire to test unicode without needing to actually write unicode. While working on internationalization of a work website, I began working on translations, just to find that the translations worked fine but many other things broke down with unicode characters, so I needed a way to test unicode characters - I could make a translation file filled with gibberish, or...

I could build isocode. Type latin alphabet characters in the left box, and the right box will fill up with similar looking unicode characters. It allows you to test unicode support while still being able to read the text.