Shuruppak logo

Download

Shuruppak may be either downloaded as a source package or as a binary distribution.

Source Package

Requirements

If you are using a computer that has a Python interpreter installed, the best package for you is the source package, as it is the quicker and smaller download.
The WConio module is required to access the text console on Windows systems, as there is no functional curses implementation for Python available.
  • Download latest source package: (0 kb)

Windows Binary Package

While Python is included in many, if not most Linux distributions, most Windows systems lack this excellent interpreter. For those systems I have compiled a binary package which includes all files necessary for playing Shuruppak, so downloading neither Python nor WConio is required if you use the binary package.
The binary package is significantly larger than the source distribution, and may be compiled not for the most recent version of Shuruppak.
  • Download latest binary package: (0 kb)

Installing and Starting the Game

  • Extract the files in the archieve to a directory of your choice
  • Change to the directory containing the game files
  • Depending on the package you've downloaded:
    From the game directiory, run: shuruppak.exe (binary package)
    or
    From a command prompt, enter: python shuruppak.py (source package)