Class: Tardvig::GameIO Abstract

Inherits:
Object
  • Object
show all
Includes:
Events
Defined in:
lib/tardvig/gameio.rb

Overview

This class is abstract.

Interface which represents a connection to something that will display your game (I will call something that will display your game “display”). Every display has its GameIO so if your game has a server and many people connected then you will have many GameIO instances.

Communication should be realized via events.

Method Summary

Methods included from Events

#happen, #listeners, #on, #on_first, #remove_listener