Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/novialriptide/helix
simple bullet hell serving as a benchmark for pygame 2.1.2
https://github.com/novialriptide/helix
bullet bullethell game gamedev pygame python
Last synced: 11 days ago
JSON representation
simple bullet hell serving as a benchmark for pygame 2.1.2
- Host: GitHub
- URL: https://github.com/novialriptide/helix
- Owner: novialriptide
- License: lgpl-2.1
- Created: 2021-11-22T04:53:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T07:53:11.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T15:53:21.592Z (over 1 year ago)
- Topics: bullet, bullethell, game, gamedev, pygame, python
- Language: Python
- Homepage:
- Size: 160 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Helix
A survival game where you must survive enemies that are seemingly spawning out of nowhere.*Used by [Starbuck5](https://github.com/Starbuck5) to test pygame's experimental rect freelist*
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
## Run From Source
1. Clone this repository
2. Clone the [SakuyaEngine](https://github.com/novialriptide/SakuyaEngine) repository
3. Execute `pip install .` in `SakuyaEngine`'s root directory
4. Run `main.py`## Dependencies
```
pygame==2.1.2
```