Category Archives: coding

Pixel Maps & Generating Levels

When initializing levels, all of the game objects need to be placed on the map. There are many different ways of doing this, but the main goal is to be able to easily translate design to code. Many advanced games … Continue reading

Posted in coding, design | Tagged , , , | Leave a comment

Weekend Update

I’ve worked on a few things this week, most of which is pretty unexciting. Aside from some pretty mundane stuff such as adding walls, I’ve made some additions and improvements. I’ll do a more in depth post on each of … Continue reading

Posted in Weekend Update, coding, design, games | Leave a comment

Starting the Level Creator.

All right, I’m starting to get into the meat of the game, so there’s a bit going on over here. Mainly, I’ve started creating the tool that I will use to make the levels. For now, it’s all placeholder art, … Continue reading

Posted in art, coding | Tagged , , , | Leave a comment