Micropolis, the original award winning city simulation game from Maxis Software, now runs on powerful Unix workstations with X11! Now it's souped up, and even supports networked multi user collaboration! Multi Player Micropolis is designed to be a fun cooperative educational experience!
Micropolis is a colorful animated interactive system simulation game, providing a set of rules and tools for planning and building a complex dynamic simulated city. Several people on different X11 workstations can participate in the same city, cooperating and coordinating their actions across the network.
Working together, you can zone land use, hook up the power grid, build roads, bridges, parks and stadiums, raise taxes, and even summon disasters, causing the city to grow and thrive, or crumble and die. It's a creative, entertaining way to develop your political skills!
SimCity designed and implemented by Will Wright, Copyright (C) 2002 by Electronic Arts. Unix porting, optimization and TCL/Tk user interface design by Don Hopkins (dhopkins@DonHopkins.com), for DUX Software. Ported to OLPC Fedora Linux by Don Hopkins.
SimCity, Unix Version. This game was released for the Unix platform in or about 1990 and has been modified for inclusion in the One Laptop Per Child program. Copyright (C) 1989 - 2007 Electronic Arts Inc.
You are about to open
Do you wish to proceed?
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.
Snaps are discoverable and installable from the Snap Store, an app store with an audience of millions.
On Arch Linux, snap can be installed from the Arch User Repository (AUR). The manual build process is the Arch-supported install method for AUR packages, and you’ll need the prerequisites installed before you can install any AUR package. You can then install snap with the following:
git clone https://aur.archlinux.org/snapd.git
cd snapd
makepkg -si
Once installed, the systemd unit that manages the main snap communication socket needs to be enabled:
sudo systemctl enable --now snapd.socket
If AppArmor is enabled in your system, enable the service which loads AppArmor profiles for snaps:
sudo systemctl enable --now snapd.apparmor.service
To enable classic snap support, enter the following to create a symbolic link between /var/lib/snapd/snap
and /snap
:
sudo ln -s /var/lib/snapd/snap /snap
Either log out and back in again, or restart your system, to ensure snap’s paths are updated correctly.
To install Micropolis, simply use the following command:
sudo snap install micropolis
Browse and find snaps from the convenience of your desktop using the snap store snap.
Interested to find out more about snaps? Want to publish your own application? Visit snapcraft.io now.