Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.43 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.43 KB

Skydda

Skydda is a C++ Terminal-based videogame, ideated and developed by @FLAK-ZOSO and @Elisssx.

Requirements

  • Windows 10/11
  • Windows Terminal

Or, alternatively, since v1.4.0...

  • Linux

Installation (from source)

Windows

  • Download the latest release from here
  • Extract the .zip file
  • Compile the main.cpp file with g++ main.cpp -o skydda -std=c++17 -Wall -O3
  • Run the forsiktig.exe file with Windows Terminal

Linux

  • Download the latest release from here
  • Extract the .zip file
  • Compile the main.cpp file with g++ main.cpp -o skydda -std=c++17 -Wall -O3
  • Run the forsiktig file

Installation (from executable)

Windows Installation

  • Download the latest executable from here
  • Run the forsiktig.exe file with Windows Terminal

Linux Installation

  • Download the latest executable from here
  • Run the forsiktig file

⚠️ - WARNING: The executable may not work on some Linux distributions, since it's compiled on Ubuntu 20.04.

⚠️ - WARNING: The executables may sometimes not be both updated to the latest version since we're lazy and we compile them manually from only one of our machines.