Corong is a game developed in Pyxel based on the traditional pong, with a coronavirus theme.
- General: space(throw the virus), esc(exit)
- Player 1: W(up), S(down)
- Player 2: ↑(up), ↓(down)
First of all, it's highly recommended that you separate your python environment from your system. You can install virtualenv following the steps here or you can choose another tool of your preference.
Follow the Pyxel Istallation Guide accordingly with your distribution. Make sure you're using the right python version required.
Download
# Clone this repository
$ git clone https://github.com/RomuloSouza/corong
# Go to the repository folder
$ cd corong
Install Requirements
$ pip install -r requirements.txt
Run
$ python game.py