New project: MazeLab
I have started prototyping a new project, working name: MazeLab
The aim is to create an online Gauntlet game where you can team up with your friends and fight your way through dungeons. I will probably upload code here as we go so it will be sort of like a tutorial where I add new functionality in small steps. Great to follow if you're into flixel and smartfoxserver game development!
I was thinking of following this roadmap:
Download Nutmeg multiplayer code
I have uploaded both the server and client side code for the Multiplayer Nutmeg game mentioned in a previous post. Here is a short description on the steps to have your own copy up and running. Be warned that I have never written Actionscript code before and Java was a looong time ago so this is probably not the prettiest code you've seen.
Prerequisites
Multiplayer Nutmeg Lab
Background
I recently decided to give Flash game development a try. Despite mostly limited to 2D and no luck on iOS devices it still have a massive reach compared to downloadable games. Found out soon that Flixel is a great retro looking library on top of Actionscript that will make creating flash games a breeze, sort of.