Thunder Wings is a classic vertical-scrolling shooter game developed using C++ and the SFML library.
- built for NJU Advanced Program Design
| Status (main) | Description |
|---|---|
| Build and Package |
- Classic Gameplay: Vertical-scrolling shooter with waves of enemies and bosses.
- Boss Battles: Unique and challenging boss encounters.
- Smooth Animations: Fluid visuals for ships, enemies, and explosions.
Before building the project, ensure you have the following installed:
- CMake (version 3.15 or higher)
- Boost C++ Libraries
- SFML (version 2.5 ~ 2.6)
- C++20 compatible compiler (e.g., GCC, MSVC)
Install dependencies:
sudo apt update
sudo apt install libboost-all-dev libsfml-dev cmake g++-
Clone the repository:
git clone https://github.com/snnbyyds/Thunder_Wings.git cd Thunder_Wings -
Build the project:
mkdir build && cd build cmake .. -DCMAKE_BUILD_TYPE=Release cmake --build . --config Release
The developer is not familiar with Windows, so refer to .github/workflows/build.yml.
- Arrow Keys: Move the spaceship (left, right, up, down).
Copyright 2025 Nuo Shen, Nanjing University
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the LICENSE file for the specific language governing permissions and limitations under the License.