https://github.com/ggross98/unity-touhoustg
Horizontal scroll shooting game. Fan work for Touhou-project.(东方project同人横板射击游戏)
https://github.com/ggross98/unity-touhoustg
bullet-hell danmaku game game-development gamedev touhou touhou-project unity unity3d
Last synced: 6 months ago
JSON representation
Horizontal scroll shooting game. Fan work for Touhou-project.(东方project同人横板射击游戏)
- Host: GitHub
- URL: https://github.com/ggross98/unity-touhoustg
- Owner: Ggross98
- Created: 2020-09-04T13:58:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-16T09:25:55.000Z (7 months ago)
- Last Synced: 2025-03-30T19:51:16.942Z (7 months ago)
- Topics: bullet-hell, danmaku, game, game-development, gamedev, touhou, touhou-project, unity, unity3d
- Language: C#
- Homepage:
- Size: 159 MB
- Stars: 30
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unity-TouhouSTG
[Chinese](README_zh.md)
## Overview
A touhou-doujin horizontal scrolling shooting game。Made with Unity 2022.3.53 f1c1 and C#.
Current version includes the listed features:
* Scene switch and level selection
* Character control and enemy system
* Danmaku (or barrage) design based on ScriptableObject
* Use interface based on UGUI
* Audio system including SE and BGM
* A basic dialogue system
## Screenshots


## How to play
* In menu and level select scenes:
| Key | Function |
| --- | --- |
| Z| Confirm |
| X| Cancel|
| Arrows| Move |* In the gameplay scene:
| Key | Function |
| --- | --- |
| Z| Shoot |
| X| Use bomb|
| Arrows| Move |
| LShift| Hold to enter low-speed mode |
| ESC| Back to main menu |## Update description
This is the remake version of [my first Unity project](https://github.com/Ggross98/Unity-TouhouSTG-Old) which was developed in 2020 with Unity 2019. In this remake version, I optimized the game with new Unity features and added more diverse danmaku styles.## Copyrights
* Graphical assets of [東方憑依華](https://store.steampowered.com/app/716710/__Antinomy_of_Common_Flowers/) were used.
* Two fan music pieces: `彩音 ~xi-on~ - ラストリモート` and `豚乙女 - Shall we dance` were used.
This project is for learning purposes only!