Skip to content

OrthodoxCaveDweller/F4rSturm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

F4rSturm

Text-based terminal adventure game written in C.

——————————————————————————————————————————————————

Linux

——————————————————————————————————————————————————

ncurses is required, install with "[apt-get] install libncurses5-dev libncursesw5-dev".

Compilation:

  1. Open a terminal
  2. Navigate to this repository (cd ~/F4rSturm)
  3. Make sure you have gcc installed (gcc --version)
  4. make
  5. Run the game with "./F4rSturm"

——————————————————————————————————————————————————

Windows

——————————————————————————————————————————————————

Tested with Cygwin, other Linux terminal emulators with gcc compilers for Windows may work, but not guarenteed. Usage with Windows Subsystem for Linux (WSL) is also an option.

Compilation: Download Cygwin (more info on Cygwin install at https://youtu.be/bZw-18gy_YE). ncurses is required, install via Cygwin package manager. More info at https://youtu.be/bZw-18gy_YE.

Make sure you have gcc installed (gcc --version).

  1. Open Cygwin terminal
  2. Navigate to this repository (cd ~/F4rSturm)
  3. make
  4. Run the game with "./F4rSturm.exe" ("./F4rSturm in WSL")

Releases

No releases published

Packages

No packages published