Skip to content

jeff-1amstudios/skifree_sdl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skifree SDL

A source port of the classic Microsoft Entertainment Pack game "skifree" to cross platform SDL2.

Forked from the decompiled skifree skifree_decomp by Eric Fry

Untitled

Dependencies

Resources

You will need to place the original gfx and icon resources into resources/. You can download the original version from the official Skifree website and extract the resources with a a PE resources extractor (e.g. ResourcesExtract)

Alternatively, you can fetch pre-extracted resources:

curl -Lo /tmp/ski32_resources.zip https://archive.org/download/ski32_resources/ski32_resources.zip
unzip -d resources /tmp/ski32_resources.zip

Libraries

  • SDL2
  • SDL2_image
  • SDL2_ttf

Compiling

This is a cmake project.

git clone https://github.com/jeff-1amstudios/skifree_sdl
cd skifree_sdl
# grab resources
curl -Lo /tmp/ski32_resources.zip https://archive.org/download/ski32_resources/ski32_resources.zip
unzip -d resources /tmp/ski32_resources.zip

mkdir build
cd build
cmake ..

MacOS

On MacOS we build an app bundle skifree_sdl.app. Use right-click > Open the first time to get around unverified developer warnings.

Screenshot 2023-11-06 at 2 07 45 pm

Todo

Packages

No packages published

Languages

  • C 88.7%
  • CMake 10.9%
  • Shell 0.4%