The developer documentation is available here
This project is a remake of the famous R-Type game. It is a 2D space shooter game where you have to destroy enemies and bosses to progress in the game. You can play alone or with a friend in cooperative mode.
This game is compatible with Windows and Linux.
You'll need to be connected to the internet during the installation of the game.
Installation
- python3
- pip3
- Clone the repository
- (windows only) Install the requirements with
pip3 install -r requirements.txt
- Run the install script with
python3 build.py
Usage
- Run the server
r-type_server
- Run the client
r-type_client
- Movement:
Z
,Q
,S
,D
- Shoot:
Space
- Pause:
Escape