Skip to content

snnbyyds/Thunder_Wings

Repository files navigation

Thunder Wings

Thunder Wings is a classic vertical-scrolling shooter game developed using C++ and the SFML library.

  • built for NJU Advanced Program Design

Continuous Integration Status

Status (main) Description
build status Build and Package

Table of Contents

Features

  • 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.

Prerequisites

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)

Linux (Debian)

Install dependencies:

sudo apt update
sudo apt install libboost-all-dev libsfml-dev cmake g++

Building from Source

Linux (Debian)

  1. Clone the repository:

    git clone https://github.com/snnbyyds/Thunder_Wings.git
    cd Thunder_Wings
  2. Build the project:

    mkdir build && cd build
    cmake .. -DCMAKE_BUILD_TYPE=Release
    cmake --build . --config Release

Windows

The developer is not familiar with Windows, so refer to .github/workflows/build.yml.

Controls

  • Arrow Keys: Move the spaceship (left, right, up, down).

License

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.

About

NJU Advanced Program Design (Rubbish...)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors