Skip to content

kotaro-desu/python-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

- 必要なライブラリ
    - pygame

- 仮想環境の構築
    - README.txtファイルと同じディレクトリに移動し,下記のコマンドを実行します  
    `python3 -m venv 仮想環境の名前`  
    `source 仮想環境の名前/bin/activate`  

- インストール方法
    - pygame
        - 仮想環境をactivateした状態で下記のコマンドを実行します
        `pip install --upgrade pip`  
        `pip install pygame`  

- 実行方法(仮想環境をactivateした状態で)
    - app.pyと同じディレクトリに移動し,下記のコマンドを実行  
    `python3 app.py`  

- 遊び方
    - 右矢印キーで右方向に移動
    - 左矢印キーで左方向に移動
    - スペースキーで弾丸を発射
    - 数字の1キーでジャンプ

- 使用した素材
    - http://www.hmix.net/music_gallery/image/horror.htmより
    - 鏡の世界は眠らない
    - トレメイン夫人の厳格な規律
    - 殺した
    - ここはどろぼうの国
    - 黒雲序曲

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages