svkov / arena-pygame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arena game

Kill undead on arena, gain experience and find powerfull equipment.

screenshot

Build & run

There are two ways to run the game:

  1. Run from source code
  2. Download built exe file and run it

Link to built app will be soon

Run from source code

If you have non-Windows OS, then it's your way.

You need Python 3.9 to be installed on your computer. Then run commands:

  1. Clone this repository

git clone https://github.com/svkov/arena-pygame.git

  1. Install requirements

pip install -r requirements.txt

  1. Run the game

python app.py

Download built exe file and run it

Work only on Windows.

Download here (link will appear soon) and run app.exe inside.

About


Languages

Language:Python 99.8%Language:Batchfile 0.2%