Posts tagged 'development'

Current Project: Dungeon Path

Today I reveil my multiplayer dungeon crawler game that I've been working on for the past year or so. Over the next few months I'll be trying to polish it up and get a working prototype ready to show off in hopes of getting the project "Kickstarted."

The current title is "Dungeon Path" which is a name I used for a similar idea years ago. Check it out!

Dungeon Path [Name Not Final]

My Shiny New Arduino Board

My last post was in Feburary?! So much for maintaining an active blog...

At any rate I recently picked up an Arduino board and have been tinkering around with it. I slapped on a screen and made a mini version of Run Chomp for it!

Run Chomp on Arduino

The main reason for doing that is that I'm very interested in the Gamebuino project. It's essentially a small credit card sized portable gaming console that anyone can create and load games on to. It's based on Arduino, so getting familar with them ahead of time will making learning the Gamebuino easy. I'm hoping to make a few games for Gamebuino.

Run Chomp

I made a new game! It's called Run Chomp. It's a fairly simple game and it's unlikely that I'm going to take it any further. I made it to test out HTML5 Canvas. The objective of the game is to get as many points as possible by dodging obstabcles and collecting 'chomp coins.' I'm hoping to take what I learned here and apply it to another project that I hope to begin soon, more details on that later!

Run Chomp works on mobile devices as well as desktop computers. Give it a go!

Run Chomp

New Site!

A new site for a new year in all it's Twitter Bootstrap glory. The main reason for the new site is because along with it I built a web site building tool called WebChomp. WebChomp provides an interface that allows one to easilly build and maintain static sites. I hope to build CMS functionality into it at some point as well. WebChomp is open source licensed under GPL, but the documentation isn't there yet, but I hope to soon add that as well.

I'm also working on a HTML5 canvas game that is coming along great. If all goes well with this simple canvas game then I hope to build a multiplayer dungeon crawler next.