Skip to content
leejaehee edited this page Apr 9, 2018 · 21 revisions

Welcome to the Galtron wiki!

Galtron

소개

  • This game is for shooting game.

설치 및 실행 방법

  1. Install python 2.7 and pygame

    Download Link

    • 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.
  2. 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.
  3. Fork the Galtron repository and save files into your local computer.
  4. In cmd, move to the place where the Galtron repository exists, and enter "python main.py".

플레이 방법

플레이 규칙

개발 참여 방법

개발자 문서

Clone this wiki locally