Skip to content
/ TriD Public

An implementation of tridimensional chess from Star Trek

Notifications You must be signed in to change notification settings

ggolish/TriD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage:

  • Run server/server.py to start the game server.
  • Run game/main.py to start a game client.

Assets:

Notes:

  • To move a piece, you must enter a move of the form r,f,z, where r is a rank from 0-9, f is a file from a-z, and z is a zlevel from 1-7. Invalid move errors are currently displayed only in the console.
  • Due to time constraints with other projects, there is no logic in place to force players to play the game by the rules.

Dependencies:

This project requires the following python3 packages:

  • tornado
  • websocket-client
  • numpy

Releases

No releases published

Packages

No packages published

Languages