forked from mattboan/Galtron
-
Notifications
You must be signed in to change notification settings - Fork 47
Home
leejaehee edited this page Apr 9, 2018
·
21 revisions
Welcome to the Galtron wiki!
- This game is for shooting game.
- Install python 2.7 and pygame
- python 2.7 - http://www.python.org
- pygame - http://www.pygame.org/downloads.shtml Download the execution file from above websites for appropriate OS version and python version. ex) If the pygame version is 1.9.3, python version is 2.7.x and your computer is for window 64bit, you could download this file: pygame‑1.9.3‑cp27‑cp27m‑win_amd64.whl If python version is 3.5 → cp35, 3.6 → cp36.
- Execute cmd and enter python -m pip install [pygame installation file's route] If the command window prints "successfully", its installation is successful. Alternatively, after you installed it, enter "python" and "import pygame" and if there aren't any error messages, its installation is successful. Otherwise, please refer to the update section of the pip package.
- Fork the Galtron repository and save files into your local computer.
- In cmd, move to the place where the Galtron repository exists, and enter "python main.py".