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

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

Awesome Lists containing this project

README

          

# yakblt

[![Screenshot](screenshot.png)](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

[![Download on Flathub](https://flathub.org/assets/badges/flathub-badge-en.svg)](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).