net.sourceforge.cilib.games.game
Interface UpdateGame

All Known Implementing Classes:
Tetris

public interface UpdateGame

Author:
leo This interface should be implemented by games that require an update phase in which any elements not controlled by a player is updated.

Method Summary
 void Update()
          This method should update any game elements outside the control of the players
 

Method Detail

Update

void Update()
This method should update any game elements outside the control of the players



Copyright © 2009 CIRG. All Rights Reserved.