Skip to content

xiuzhifu/Redirection

 
 

Repository files navigation

Redirection

Redirection is a puzzle game released in 2016 by Daniel Ratcliffe. This repository contains the full source code of that game as currently shipped on Steam and itch.io.

Important Note: This source code release does not include any of the non-code assets from Redirection. These must be copied from a legally purchased copy of Redirection, which can be found on Steam or Itch.io.

This repository is intended to represent the game exactly as released, so will not be accepting any pull requests. Feel free to fork though!

How to build this code

  1. Clone the repository.
  2. Copy the "assets" folder from a legally purchased copy of Redirection into the "Redirection" folder of the repository
  3. Compile the Visual Studio solution provided. The "Debug" and "DebugWindows" configurations are for testing within Visual Studio, and the "Release" and "ReleaseWindows" configurations are for producing releasable builds.
  4. Copy the contents of the "Redirection/Natives" subfolder for your OS into the "Redirection/bin" subfolder for your chosen configuration.
  5. Run the game and have fun!

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.9%
  • Shell 0.1%