Blasting Bits

blasting_bits_promo

Overview

Blasting Bits is a game that puts you in a world where cyber terrorists have hacked the top level domain and unleashed a horde of malicious viruses.  Using the mass-to-binary converter will allow you to enter the digital world and eliminate the viruses.  If not defeated, the viruses will destroy the digital world.

This was  a game that I was developing in XNA.  Upgrade your abilities by collecting the orbs to fill the sockets in your equipment.

 

Development Log

Development Playlist

 

Released

Hand Full of Heads

Hand Full of Heads is a demo written using HTML5 and Canvas.  This application has heads that can be happy, sad, or angry.  Heads are happy if they are near other heads.  Heads become angry when they collide with other heads and begin moving at an accelerated pace.  Heads are sad when there are no other heads around and move at a slower pace.  Additional heads can be added by clicking anywhere on the hand.

Requires a web browser capable of rendering HTML5 and Canvas.

 

 

 

 

 

Released

Encryption Project

 

This is a Java applet that I developed while at Georgia Tech for my Computer Security course.  The software encrypts text messages using various types of ciphers.  The user can select the encryption algorithm from the drop down list at the top and enter a text message in the box below.  When an encryption algorithm is selected, the options for that algorithm are displayed.  The bottom box displays the message after encryption, and the user can select to display the message in ASCII, hexadecimal, decimal, or binary.  On the right side, information related to the encryption process is displayed.

Visit the Encryption Project page to run the applet and display related documentation.  Credit goes to Chris Ingram for much of the project documentation.

 

The Java Runtime Environment must be installed and enabled in web browser to run the applet.