1n0r1 / PySlayer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pyslayer

A dungeon crawler game with random map and enemies generation. This means every new game brings a whole new experience.

Each game have 6 rooms, your spawn room and 5 more enemies rooms.

Each room have 5 Gray-type and 2 Orange-type. Gray-type shoot bullets and follow you while Orange-type stay in one spot and occasionally spawn out Gray-type (inspired by Nier Automata hacking game).

Installation:

pip3 install requirements.txt or pip install requirements.txt depending on your version of python.

Simply run python3 game.py or python game.py

Controls:

WASD to move

Right-click to use sword

Left-click to shoot

Gameplay:

Demo

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%