Saturday, July 14, 2012

Isometric vector art

Lately I have had a burning desire to seek out new technology and art styles. Bunny Tactics hit alpha, and I really cannot see myself making another defense game for a long time.

It all started with a quick dip into multiplayer land using Player.IO for Flash..


The API comes with many examples and I was amazed at how easy it is to work with! Basically you write the server side code in C#, save it as a DLL, and then upload it to the server. Meanwhile, the Flash version (the client) sends and receives messages to the server. Despite how easy the API is to work with, I began to see how complicated a simple action oriented game could be, due to sync issues that can riddle a game with bugs.

I also realized of course that throwing more technology at my work is not necessarily going to improve the end experience. My real focus is now on the simulation genre that can easily support tremendous depth, without necessarily adding complexity if executed correctly.

I started with prototyping a SimTower inspired game that focuses on micromanagement. In the prototype you can build condos, where the owners buy goods from nearby shops to furnish their rooms. For example, you can see two televisions in the apartment that were purchased elsewhere in the tower. Something about it just did not click; it all felt a bit gimmicky without any clear focus. With that said, I was not sold on this idea.


Afterwards I tried out isometric art using some online tutorials. I actually am amazed at how easy it is to create simple shapes and buildings in a program like Paint, but scaling is difficult at the pixel level so I returned to vector art in Flash. I created some basic furniture using reference pictures and figured out an optimal way to draw rooms similar to The Sims.


The programming is fairly straight forward. I am using the "diamond method", which intuitively allows me to work in a grid coordinate system and then transform everything into isometric space later. Moving people around in the world is a cinch.

It is likely I will create some hotel management game featuring many types of rooms and amenities, like arcades, laundry rooms, swimming pools, etc. The guest rooms can be visually upgraded with things like TVs, desks, framed pictures, refrigerators, and so on. The real challenge will be in programming decent AI and balancing the never-ending list of game variables. If I continue with this idea, it will be a fresh new experience on all aspects of development.

5 comments:

rinalds said...
This comment has been removed by the author.
rinalds said...

Hey! This is kinda offtopic, but...

Do you use Physics engine like box2d or you have selfmade physics engine?

Elliot said...

I use Box2D.

נדב said...

Hi,

I own a flash games website and I want a license for your games.

How can I contact you?

Elliot said...

Hi, my email address is elliotlp at gmail dot com.