Skip to content

Install Guide

Ryan K Cole edited this page Sep 21, 2020 · 4 revisions

Install Guide

Follow this guide to install/run the game.

Windows

Installation

Prerequisites:

  • Python 3.x ( Python 3 >> any 3.x release .exe )
  • Pygame ( cmd.exe >> pip install pygame )
  • all graphics files in respective folder ( <root>/gfx/files.png )

Download & Runtime

Method 1:

  1. Clone or download this repository and extract all files to a suitable directory (i.e., c:\users\ you \documents\pyshoot\ here )
  2. Navigate to the directory in cmd (i.e., cd c:\users<you\documents\pyshoot)
  3. Run python3 survival_shooter.py
  4. To exit, just close the window or press Esc

Method 2:

  1. Clone or download this repository and extract all files to a suitable directory (i.e., c:\users\ you \documents\pyshoot\ here )
  2. Open the directory in file explorer
  3. Right-click survival_shooter.py and go to open with... >> python launcher
  4. To exit, just close the window or press Esc
Footnotes

macOS & linux coming soon

Clone this wiki locally