Skip to content

ToanLe147/MiniGame-Python

Repository files navigation

MiniGame-Python

A simple Space Shooting for 2 players (same PC).

Usage

On Web Browser

You can play this game from BumBumChiu GitHub Pages.

On PC

Install requirements

pip install -r requirements.txt

run main.py to play game

python3 main.py

Keys

Here are the default control keys but you can change them later in the game.

Player 1:

  • Move: W, A, S, D
  • Shoot: F

Player 2:

  • Move: Arrow Up, Arrow Down, Arrow Left, Arrow Right
  • Shoot: Right Ctrl

Screenshots

Pic.1 - Start Scene.

Pic.2 - Choosing spaceship.

Pic.3 - Let's shoot eachother.