Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.08 KB

README.md

File metadata and controls

20 lines (11 loc) · 1.08 KB

Frozlunky

Seeds, Online Multiplayer, Custom Levels, and more for Spelunky HD!

Installation

Download Frozlunky.exe from https://github.com/spelunky-fyi/Frozlunky/releases/latest. It can be placed anywhere and launched once Spelunky is running.

Full Documentation is available at https://spelunky-fyi.github.io/Frozlunky/.

Development

Before you're able to build Frozlunky you'll need the following prerequisites:

  • Visual Studio 2022 with Desktop development with C++ workload installed.
  • vcpkg. Make sure to run vcpkg integrate install so it works with Visual Studio

Once these are setup you can clone this repo and open the Frozlunky.sln solution.

There are Debug and Release configurations. The Debug configuration is best for development as it provides console output which is helpful for debugging. The Release configuration is more performant and provides a static executable that can be used for distribution.