Installing

Note: The game has not been tested on MacOS. Linux or Windows are recommended.

Manual Install

Windows

Note: This installation method is not recommended. The PyCharm installation will be much easier to use and provides the benefit of the PyCharm Debugger.

  1. Install Python 3.6: Download Python 3.6 or newer from the Python Official Website
  2. Install the Github Client
  3. Using the Github Client clone the game repository
    • https://github.com/jghibiki/Byte-le-Royale-2018.git
  4. Using a Windows Command Prompt, change directory to where you clone the repository.
    • As a shortcut, browse to the directory using Windows Explorer, and hold shift while right clicking in the folder. This will add an option to the context menu that says “Open Command Propmt Here”. Click this button to open a command prompt in this directory.
  5. In the command prompt type the following to install game requirements.
pip install -r requirements.txt

Linux

Note: This installation method is not recommended. The PyCharm installation will be much easier to use and provides the benefit of the PyCharm Debugger.

  1. Install Python 3.6 via your distro’s package manager.
  2. Clone the repository
git clone https://github.com/jghibiki/Byte-le-Royale-2018.git
  1. Change directory into the repository and run
pip install -r requirements.txt