Weekend ruby MMO project

Inspired by this post: http://www.gamedev.net/reference/articles/article2259.asp

I decided to try my hand at creating an MMO in a weekend with ruby. I always thought it would be cool to have an original 2d zelda style MMO.

Using ruby was a breeze. The gosu game engine project is easy to work with and GServer is a great library for creating servers of all types.

Well basically, I ran into some scheduling issues and I am not that close to finishing. But I will probably work a few more weekends on this. After one weekend I have:

  • character moving around the screen and firing weapon
  • world map with 10×10 map tiles and randomly generated rock terrain
  • Game server working allowing infinite ( theoretically ) connections
  • Game server chat working

Still to come:

  • Game server movement and collision
  • items
  • quests/point to the game

mmoscreenshot

Code is located at http://github.com/browning/zmmo/tree/master

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.