Skip to content

emirakdere/Shogi

Repository files navigation

Modified Chess Game

Implementation of the backend of a chess-like game.

Files and Classes

Classes

  • Piece from piece.py
  • Board from board.py
  • Game from game.py
    • class that makes the communication between Piece and Board possible

Other Files

  • boxshogi.py
    • includes main(), the turn executer and the driver function
  • globalVars.py
    • relevant global variables used by multiple files, especially game.py and boxshogi.py

Running the code

  • Download .zip file, and open it.
  • cd to the file created when zip was opened.
  • Run the command: ./test-runner-mac

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published