Dwarf fortress: Difference between revisions

From wikinotes
(Created page with "<blockquote> Dwarf Fortress is a legendary game that can be played in a terminal. It was compiled as a 32bit application, and you need 32bit libraries to be able to play it....")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<blockquote>
Complex fantasy simulation game.
Dwarf Fortress is a legendary game that can be played in a terminal. It was
compiled as a 32bit application, and you need 32bit libraries to be able to play it.
Fortunately, it is included in arch's repo.


<pre>
<syntaxhighlight lang="bash">
sudo pacman -S dwarffortress
sudo pacman -S dwarffortress
sudo chown -R will:games /opt/df_linux
sudo chown -R will:games /opt/df_linux
</pre>
</syntaxhighlight>

Latest revision as of 05:27, 12 July 2022

Complex fantasy simulation game.

sudo pacman -S dwarffortress
sudo chown -R will:games /opt/df_linux