Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Installation

Maxmad68 edited this page Apr 21, 2020 · 2 revisions

First, make sure you have installed all dependencies.:

  • Python 3.4 (minimum)
  • Pygame

Then clone this repository by clicking on this link: [Clone repo](https://github.com/Maxmad68/Zardow/archive/master.zip)

If the file is still zipped, unzip it.
Then, go to the downloaded directory with dir (on Windows) or cd (macOS / Linux), and execute the main.py file.
The game window should normally show up. (If it's not the case, please send me a screenshot or a copy of the error message to my email: [email protected]

macOS

It seems Pygame is not yet working with Python 3.8. Please try with a lower version (It works with Python 3.7.5).

To start Zardow, cd to the downloaded folder and execute the following command: python3.7 main.py -AppleMagnifiedMode YES

Clone this wiki locally