8000 GitHub - alc515/TigerZone: TigerZone Game
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alc515/TigerZone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README
This game is Run by the GameDirector, 
which controls the flow of the game and all the matches and turns. 
The information from the Server is handled by ServerInterface,
which looks for specific words in the messages received from the user to determine what should be sent back.
The Board is stored with the class Coordinates, in an Array of BoardSpaces, which may or may not have a tile.
When the game connects to the server, all the tiles are generated based on the tiles that are given, 
and the AI uses only the board to determine which move it will make next. 
It doesn’t use any kind of scoring to do this, just the board in is present state each turn.

About

TigerZone Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.4%
  • HTML 0.6%
0