A semi-rage 2D tile-based game
A nameless flatliner character is trying to escape the unknown by traversing through the map. No information was given about who the character was and what is the facility. All that is known is that nothing is on the character side and escaping seemed like a good idea
NOTE: Some files are stored in Github LFS since some binary files are too large
- Clean Robotics Tilemap and Enemy sprites by 0x72/Robert
- Amazing Dino Sprite by @ScissorMarks / Arks
- Very cool Gun Sprite by ma9ici4n
- Particles Sprites by martdreson
- UI Sprites by ksvr
- Really nice dungeon tilemap by @DavitMasia / Kronbits
Direct: Open the exe file in the release zip
- Get the latest version from the latest release
- Unzip the source files
- Go to ~\x86\ and open the exe file
Builds: Build the game through Unity
- Get Unity for Windows
- Open the folder in the Unity Application (make sure you got all the files including ones in Github LFS)
- Go to File/Builds Settings or File/Build and Run
- Run of Build for Windows
Package Installer: Not available yet
Note: macOS doesn't allow to run App without using a dmg package
Direct: Probably does not work
- Get the latest version from the latest release
- Unzip the source app
- Open the app
Builds: Build the game through Unity
- Get Unity for macOS
- Open the folder in the Unity Application (make sure you got all the files including ones in Github LFS)
- Go to File/Builds Settings or File/Build and Run
- Run or Build for Mac OSX
Dmg Installer: Not available yet
Note: I forgot how to property make a Linux executable
Direct: Probably does not work
- Get the latest version from the latest release
- Unzip the source app
- Open the app
Builds: Build the game through Unity
- Get Unity for Linux from the official forum page.
- Open the folder in the Unity Application (make sure you got all the files including ones in Github LFS)
- Go to File/Builds Settings or File/Build and Run
- Run or Build for Linux
Package Installer: Not available yet
namespace Flatliner {
public class Main {
static void Main(string[] args) {
System.Console.WriteLine("Hello {0}, Thanks for checking this repo", you);
System.Console.WriteLine("Have a nice day, {0}!", you);
}
}
}