More Stories

A Visual Gallery of My Personal Sites

The history of all the iterations of my personal site I have created.

Jan 3, 2019  •  1 min read

Article image

My Personal Website V2

This is the second iteration of my website. I streamlined the appearance significantly and removed some redundent aspects from the previous version. This site was done completely in CSS, HTML, jQuery, and Jekyll to ultimately keep it very simple.

Apr 22, 2018  •  1 min read

Article image

Let's connect

@ShabazBadshah
/in/shabaz-badshah/
[email protected]

A Space Invaders Remake

Jun 3, 2014 • 2 min read

javavideo-gamesprogrammingretrospectiveproject

This was the first video game I ever created. It is a infinite horde space shooter that heavily based off of Space Invaders. The objective in the game is to eliminate all enemy spaceships before you die. This game was created purely in Java.

Article image

This was the first video game I ever created. It is a infinite horde space shooter that heavily based off of Space Invaders. The objective in the game is to eliminate all enemy spaceships before you die. This game was created purely in Java

Tools, Technologies, and Skills

  • Eclipse IDE for development
  • Photoshop for graphics and sprites
  • Simple graphics editing in Photoshop
  • Basic object oriented programming

Challenges, Issues, and their Resolutions

Starting off is never easy, and boy was this project no exception. As mentioned above I wish that I had a stricter planning and development process. My process for this project was to just think of what I wanted to implement and then spend hours dredging through the Java API and a plethora of internet forums to try to find answers. As you can imagine, this was in no way effective, but as a newbie I was ignorant of the fact of how a good plan can lead to a much faster and more easily maintainable code. Ultimately the challenges weren't ones with code (those are there regardless, and there were MANY here), but instead with planning. The resolution for this was quite straight forward, PLAN MORE, and think the problem and implementation through before starting. (:

What did I Learn

During production of this game I was learning to program at the same time. This combination at the time did not work so well since there wasn't a real structure to my work or process in any form. It took me immensely longer to create this game than it would have, in retrospect. In the same vein, learning object oriented programming in the process was a vital step to learning the basics of programming (as this was one of my primary objectives of this undertaking). As an avid gamer, I definitely garnered a new found appreciation for game development, and software development in general. In addition, learning simple photoshop to create simple sprites for the game was a much lesser challenge then trying to figure out how to actually implement the game, but I ultimately managed to create a product that was not a complete disaster.