A downloadable game for Windows and macOS

F@RM? is a small experiment, where I tried to combine my unhealthy fondness towards farming sims with my fuzzy nostalgia for old MUDs. The project is written in Swift language, completely from scratch, TOML parsing aside.

There's a lot of things I wanted to implement, but didn't have enough time for, so for now you can only perform some basic stuff: move and look around, till and water the soil, plant and harvest stuff, buy and sell things, sleep, repeat.

Troubleshooting

F@ARM? uses ANSI colors, please make sure your terminal can display any ANSI colored text in a legible manner. Best played in a terminal with dark background.

If you see gibberish on startup like this:

[0;90m    _       _                   _
[0;90m   ('[0;93m<[0;90m     ('[0;93m<[0;90m                 [0;93m>[0;90m')
[0;90m   (^)     (^)                 (^)
[0;97m   |[0;93mm[0;97m/|   |\[0;93mm[0;97m|   |\/|   |\/|   |[0;93mm[0;97m/|   |\/|

That means your terminal ignores ANSI color sequences, and outputs them as plain text.

Credits:

Splash ASCII art - ldb

Updated 8 days ago
Published 9 days ago
StatusPrototype
PlatformsWindows, macOS
AuthorDmitriy Shmilo
GenreSimulation
TagsFarming, Text based

Download

Download
text-jam-2-macos.zip 493 kB
Download
text-jam-2-win.zip 1 MB

Install instructions

Windows

  1. Unzip 
  2. Run the executable from a terminal.

MacOS

  1. Unzip.
  2. You might need to get the executable out of quarantine.
  3. Run from the terminal.

Linux or running from sources

  1. Install Swift for your OS.
  2. Get the sources with `git clone https://github.com/dmitriy-shmilo/text-jam-2`.
  3. Open the cloned folder in the terminal.
  4. Execute `swift run` to build and run the executable.

Leave a comment

Log in with itch.io to leave a comment.