Skip to content

A short game created as coursework for Ferienakademie 2024 over a two-week period.

Notifications You must be signed in to change notification settings

ladnik/course05

Repository files navigation

course05

Description

Sarntal Super Swirl is a short game that was created as coursework for Ferienakademie 2024 over a two-week period. It was developed by the team of Course 05.

Project structure

course05
├── cache
│   └── # compiled C++ bindings
├── gitlab_functions.sh # some functions for the GitLab CI
├── godot-cpp   # C++ bindings for the Godot script API 
├── project
│   ├── addons
│   │   └── # godot addons, e.g. Godot Unit Testing (GUT)
│   ├── bin
│   │   └── gdexample.gdextension
│   ├── build
│   │   └── # local build output
│   ├── cache
│   ├── export_presets.cfg  # Godot export configuration
│   ├── project.godot   # Godot project configuration
│   ├── reports
│   │   └── # results of local test runs
│   └── test
│       ├── integration
│       └── unit
├── screenshots
│   └── # game screenshots for README
├── README.md
├── SConstruct  # build file for C++
└── src
    └── # custom C++ libraries

Screenshots

Start Menu of Sarntal Super Swirl

Level 1 of Sarntal Super Swirl

Level 5 of Sarntal Super Swirl

If you have any questions regarding this project or ideas on improving it, feel free to contact me.

About

A short game created as coursework for Ferienakademie 2024 over a two-week period.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages