8000 GitHub - uedamasanari/pygame
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

uedamasanari/pygame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pygameを使ったインベーダーゲーム

Pygameを使ったインベーダーゲームを作成した。今回のプロジェクトでゲーム開発(Python)の基礎をマスターできた。

pygame は、ビデオゲームを製作するために設計されたクロスプラットフォームのPythonモジュール集であり、Pythonでコンピュータグラフィクスと音声を扱うためのライブラリを含んでいる。

導入手順

  1. pythonのダウンロードhttps://www.python.org/downloads/

  2. ライブラリのインストール

    ターミナルで以下を実行

    $ pip3 install pygame
    

    random、mathに関しても同様に「pip3 install」を行う。
  3. コードの実行

    $ python3 sample.py
    

参考文献

PyGameの基礎【Pygame超入門】50分でゲーム開発(Python)の基礎をマスター

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0