https://github.com/maxinecodes/bullethell
A bullet hell game, essentially a Touhou[東方] clone.
https://github.com/maxinecodes/bullethell
Last synced: 12 days ago
JSON representation
A bullet hell game, essentially a Touhou[東方] clone.
- Host: GitHub
- URL: https://github.com/maxinecodes/bullethell
- Owner: MaxineCodes
- Created: 2023-05-11T17:07:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T10:05:05.000Z (almost 3 years ago)
- Last Synced: 2025-05-17T23:38:49.492Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BulletHell Game
Inspired by the Touhou [東方] games series.
### A simple SFML game where you dodge bullets.
This is an experiment on writing a simple 2D game, just to see what it takes.
Most sprites were made by myself in Aseprite, the character sprites are based on the pixelated Touhou characters found in the Nintendo Switch version of the arcade game Groove Coaster.
This bullet hell game will include scripted events, levels with variable difficulty, and a simple UI.
---
Dependencies:
- SFML
---