Skip to content

ピクセルによるシューティングゲーム

Notifications You must be signed in to change notification settings

TCU-DC/Outvader

Repository files navigation

システム概要


pythonのライブラリであるpyxelを用いて作成したシューティングミニゲーム。

使用言語/ライブラリ

💬言語

📕ライブラリ

環境構築について

pythonの環境構築

ダウンロードサイト

🚠Windows向け

参考サイト

🍎Mac向け

参考サイト (ぶっちゃけよくわからない...)

🐧Linux向け

参考サイト (こっちもよくわからない...)

pyxelの導入について

★python3.6.8以上であること

🚠Windows

pip install -U pyxel

🍎Mac

pip3 install -U pyxel

🐧Linux

Ubuntsu

sudo apt install python3 python3-pip libsdl2-dev libsdl2-image-dev gifsicle
sudo -H pip3 install -U pyxel

その他の環境

以下を準備

  • C++のビルド環境 (gcc、makeコマンドを含む)
  • libsdl2-dev、libsdl2-image-dev
  • Python3 (バージョン3.6.8以上)、pipコマンド

任意のフォルダで以下のコマンドを実行する

git clone https://github.com/kitao/pyxel.git
cd pyxel
make -C pyxel/core clean all
pip3 install .

詳しくは公式チュートリアルを参考

About

ピクセルによるシューティングゲーム

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages