Skip to content

Alpha state. Generic Game Server in Ruby using ZeroMQ. First implementing Chat, Dobble, and then AntBattle maybe.

Notifications You must be signed in to change notification settings

micktaiwan/generic_game_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic game server
===================

Alpha state. For now, I'm just testing ZeroMQ.

Generic Game Server in Ruby using ZeroMQ.
First implementing Dobble (a little game I like),
and then AntBattle maybe (a AI game I like a lot).

The generic game server list games and game tables.
Players can open a table for different type of games, and play.

Developpers just have to write game class and client

Installation
============

Depends on ZeroMQ:
http://www.zeromq.org/

prerequisites:
sudo gem install ffi ffi-rzmq


Usage
=====

each game server is in own directory

# loads the server
ruby main.rb

About

Alpha state. Generic Game Server in Ruby using ZeroMQ. First implementing Chat, Dobble, and then AntBattle maybe.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages