Extension Package

A goal of the GFW project is to have a simple but usable framework for writing games in the java language. There are 4 major packages in the GFW project. These packages make up the base classes used to make a networkable game.

  • net.mlw.gfw.client Classes to build a Client GUI on top of.
  • net.mlw.gfw.event Classes to help handle events.
  • net.mlw.gfw.server Clases to build a Server on top of.
  • net.mlw.gfw.ext The one packages that is not required, but filled with goodies is the ext package. This package has many sub packages.
    • net.mlw.gfw.ext.basic Basic Extension package tht contains basic functionality such as chat, standing and siting...
    • net.mlw.gfw.ext.bot Extension package to support building bots.
    • net.mlw.gfw.ext.card Extension package to support writing card games.