...

Package games

import "joueur/games"
Overview
Index
Subdirectories

Overview ▾

Package games collects and registers all the available games this Joueur client can play.

func Get

func Get(gameName string) (base.GameNamespace, error)

Get attempts to retrive the GameNamespace for a given game by its name. If none is found nil and an error are returned.

Subdirectories

Name Synopsis
..
anarchy Package anarchy contains all the interfaces and AI that are required to represent and play Anarchy.
catastrophe Package catastrophe contains all the interfaces and AI that are required to represent and play Catastrophe.
checkers Package checkers contains all the interfaces and AI that are required to represent and play Checkers.
chess Package chess contains all the interfaces and AI that are required to represent and play Chess.
coreminer Package coreminer contains all the interfaces and AI that are required to represent and play Coreminer.
necrowar Package necrowar contains all the interfaces and AI that are required to represent and play Necrowar.
newtonian Package newtonian contains all the interfaces and AI that are required to represent and play Newtonian.
pirates Package pirates contains all the interfaces and AI that are required to represent and play Pirates.
saloon Package saloon contains all the interfaces and AI that are required to represent and play Saloon.
spiders Package spiders contains all the interfaces and AI that are required to represent and play Spiders.
stardash Package stardash contains all the interfaces and AI that are required to represent and play Stardash.
stumped Package stumped contains all the interfaces and AI that are required to represent and play Stumped.