Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```