https://github.com/gitbmvb/asteroids2
A game entirely made in python, with pyxel extension - Final Project for APC
https://github.com/gitbmvb/asteroids2
final-project game python python3 pyxel
Last synced: 3 months ago
JSON representation
A game entirely made in python, with pyxel extension - Final Project for APC
- Host: GitHub
- URL: https://github.com/gitbmvb/asteroids2
- Owner: gitbmvb
- Created: 2021-10-09T03:48:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-24T10:36:35.000Z (almost 4 years ago)
- Last Synced: 2025-04-04T13:45:51.281Z (6 months ago)
- Topics: final-project, game, python, python3, pyxel
- Language: Python
- Homepage:
- Size: 60.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Asteroids II
### A game entirely made in python, with pyxel extension - Final Project for APCTo play this, first you need to install all the dependecies required for running this application.
Start downloading pyxel extension by the command:
```
pip install pyxel==1.4.3
```
After that, clone this project to your local pc, and then, execute the file main.py by the command:
```
python3 main.py
```Controls:
- A/←: moves the ship to the left
- W↑: increases speed
- S↓: decreases speed
- D→: moves the ship to the right
- Space: shoots
You can erase the leaderboard by the following command:
```
python3 main.py clear_records
```
The password is **3141**.
There are other several commands which are shown on the screen during the execution.Music:
- Menuet in G Major - Composition by Johann Sebastian Bach.
- Transcription by Bruno Ribeiro.Special thanks to:
- [Bruno Ribeiro](https://github.com/BrunoRiibeiro);
- [Fábio Macêdo Mendes](https://github.com/fabiommendes);_Created by Bruno Martins_.