/Python_Game

Simple 2D action game based on pygame

Primary LanguagePython

Python_Game

Simple 2D action game, with mulitple enemy, weapon and skill types. Beat infinite waves of enemies. Based on pygame.
Currently only basics are implemented.

Game Preview

Game Preview

Keybindings

  • AWDS -> movement
  • R -> use offensive skill
  • SPACE -> use deffensive/movment skill
  • E -> switch weapons
  • LMB -> weapons auto attack

Getting started

  1. Clone repo
git clone https://github.com/KacperSynator/Python_Game.git
  1. Setup environment
# using pip
pip install -r requirements.txt

# using Conda
conda create --name <env_name> --file requirements.txt
  1. Run main.py
python main.py

Icons attribution links