https://github.com/apebl/yakblt
A simple bullet-dodging game
https://github.com/apebl/yakblt
2d-game cpp danmaku game sfml shootemup shooter tgui
Last synced: 9 months ago
JSON representation
A simple bullet-dodging game
- Host: GitHub
- URL: https://github.com/apebl/yakblt
- Owner: apebl
- License: mit
- Created: 2019-08-31T20:17:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T17:20:51.000Z (almost 2 years ago)
- Last Synced: 2024-11-24T03:00:44.486Z (over 1 year ago)
- Topics: 2d-game, cpp, danmaku, game, sfml, shootemup, shooter, tgui
- Language: C++
- Homepage:
- Size: 21.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# yakblt
[](short-mov.mp4)
A simple bullet-dodging game written in C++.
I made it for a simple assignment in the past.
## How to play
- Move: W/A/S/D
- Rotation: The airplane looks at the mouse position
- Attack: Keep left mouse button pressed down
## Features
- Scene graph
- Grid spatial partitioning (Tiled collision detection)
- Scripting system
## Install
[](https://flathub.org/apps/details/org.kosmospredanie.Yakblt)
See the [installation guide](INSTALL.md).
## License
This program is released under the [MIT (Expat) License](COPYING).