limelambda / neo-space

A simple multiplayer pvp space shooter made in pygame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neo-space

A simple space game made in pygame

Controls

WASD to move and and E to fire for P1

Curson keys and RCtrl to fire for P2!

Controllers are also supported, if only one controller is plugged in it will controll P1, stick to move and button 3 AKA: the Y button on an X-box remote to fire

Install

Either download the exe from releases (might get flagged as malware?)

or for the newest version

in your terminal of choice run

git clone https://github.com/redalpha333/neo-space.git
cd neo-space
pip install -r requirments.txt # Right now just pygame :p

Updating

Just redownload the most recent exe release

or for the newest version

in your terminal of choice run

cd neo-space
git pull

Running

If you downloaded the exe just double click it!

if you used the terminal commands and have py files assoiciated with python double click the pyfile in the neo-space directory which is located wherever you ran the install commands Or

cd neo-space
python main.py

About

A simple multiplayer pvp space shooter made in pygame

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%