I can’t predict the weather past the storm…

 

My Journey started before I knew where I was headed..

About two years ago, I started work on one of my biggest software projects, Verto Studio 3D.  I started the project because I wanted to prove myself as a software developer.  I wanted to prove that if I put my mind to it, and really pushed myself, I could come up with a product that was a real accomplishment.  Looking back, I’m satisfied with Verto.   But something is missing.

I’ve lost touch with my roots.  Ever since I was a kid, I’ve wanted to make video games.  I learned C/C++ and OpenGL because I wanted to be a game developer.  Yet, I haven’t ever made a good game.  Good games are defined by critical acclaim, and every game I’ve ever made has had none.  Furthermore, I’ve never really been proud of any game I’ve tried to make.  Not since I was 18 years old anyway.  The other day, my old game dev website got taken down, and it made me reminisce.  Ever since I learned 3D graphics, I’ve always tried to make large epic 3D games by myself – focusing more on the programming and graphics techniques than the gameplay.  This will change.  It’s time to make a simple 2D game, and attempt to make it good.  I’ll post my experiences here.

It’ll be fun to someday look back at some of these earlier posts, and see how bad the game was and watch it mature overtime… or descend into oblivion whichever happens first.

SimpleStorm+Platform2D+LevelEditor

SimpleStormFront (ssf) is a 4th generation game API.  It’s the 4th time I’ve rewritten my C++ OpenGL classes.  This time, I’m focusing on modern graphics systems and OpenGL3.x/GLES2.x core capability, and am considering Direct3D10 down the road.  I’ve also extracted out all system-specifics, so the code can be ran on any system I desire to port the core to (windows, mac, sdl, cocoa, iOS, xbox, etc).  For now, It’s designed to run on any graphics system that supports shaders and VBOs.

Platform2D is currently the name of the set of c++ classes running on top of ssf.  In-short Platform2D is the terrible name I’ve given to the game engine.  Platform2D will be written 100% against ssf and other portable 3rd party libraries, not allowing it to touch anything but ssf API permits maximum portability down the road.

LevelEditor is the name of mac/cocoa tool that will be used to create the levels for Platform2D.  All these “things” will come together to help me make “The Game”, a nameless, shapeless project that will mature over time.  Apart from a few visions in my head, not much about the game or it’s designed is set in stone.  All I know is that it will be a 2D platformer.

Stay tuned..

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>