Flashback to 90’s early Windows gaming: «SkiFree» is an absolute classic from this era – and it’s still fun & challenging to play. By chance I found a source port project on GitHub which strives to make this game playable on modern Macs (and Windows, and Linux of course).
Time to put on your virtual skis! ⛷️

What is this?

The «SkiFree» game was initially released on Windows back in 1991. After many, many years it occasionally even got ported & released for iOS in some regions.

It’s a straight-forward winter / skiing themed game: you control a skier riding an endless slope, where you evade obstacles, other skiers, and use jumps to gain score points. After a little while a special visitors appears on the slope – and may get interested in you.

In-game screenshot of SkiFree running natively in macOS 26 Tahoe

Download & install «SkiFree» natively for macOS

Beware: there is no direct Mac App to download & play – you have to build the App yourself!

This requires a few pre-requisites, but I tried to simplify the overall App build-process in my Fork of the project.

Pre-requisite: Install Xcode Command Line Tools

If you haven’t yet, you need to install the Xcode Command Line Tools from Apple & Home brew. This is the easiest using the «Terminal.app» with the following command:

xcode-select --install

Now install Homebrew using the «Terminal.app», in case you don’t have this yet:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

⚙️ Build your own Mac app of «SkiFree»

  1. Download the source code from GitHub (button below)
     
  2. Extract the ZIP-file in ~/Downloads, or move it into your ~/Games directory
     
  3. Open the «Terminal.app» now, and “cd” into the «skifree_sdl-main» folder:
cd ~/Downloads/skifree_sdl-main
  1. Now you have to create (build / make) the Mac App. Use this command in the Terminal:
chmod +x ./build.sh && ./build.sh
  1. If everything worked, you should now have a «skifree_sdl.app» in the Game folder!
     
  2. Double-click on it to launch, then allow it via System Settings » Privacy & Security

Link downloads a ZIP-file from Swiss-Mac-User/skifree_sdl

Screenshot from macOS Finder showing the custom built skifree_sdl Mac App

How to play «SkiFree»

There are basically 3 modes you can play by just engaging in a certain way when riding: slalom or freestyle. Try it out & watch as your score points go up!

Use the mouse cursor to move – or the arrow keys on the keyboard.

Hint: press F key to speed-up a bit on the slope. May come in handy at certain times…

— Happy skiing! 🏔️⛷️

Share:
  • 0
  • 0

Questions? Suggestions? Let us know with a comment!

This site uses Akismet to reduce spam. Learn how your comment data is processed.