Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/net-tech/fall-of-the-foes
https://github.com/net-tech/fall-of-the-foes
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/net-tech/fall-of-the-foes
- Owner: net-tech
- Created: 2024-05-12T21:37:57.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-12T21:39:42.000Z (6 months ago)
- Last Synced: 2024-05-12T22:29:42.685Z (6 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fall of the Foes
## Installation
1. Clone or download the repository to your local machine:
```
git clone https://github.com/net-tech/fall-of-the-foes
```or use the download button on this page. It is green and located at the top right of the repository.
2. Install the required dependencies:
```
pip install pyxel
```3. Make sure you have Python installed on your system. This game is compatible with Python 3.
## How to Run
1. Navigate to the project directory where you cloned or downloaded the repository.
2. Run the game by executing the main Python script:
```
python main.py
```3. Enjoy playing "Fall of the Foes"!
## Controls
- Use the arrow keys or ← ↑ → ↓ to move the player character.
- Press the Spacebar to shoot bullets.
- Press Q to quit the game at any time.## Game Objective
Defeat incoming enemies by shooting them with bullets while avoiding collisions. Survive as long as possible to achieve the highest score possible.