StackAndConquer 0.10.0

StackAndConquer is a challenging tower conquest board game inspired by Mixtour (https://spielstein.com/games/mixtour) created by Dieter Stein. Objective is to build a stack of stones with at least five stones and a stone with the players color on top.

Conquest 9.1 💾

Conquest is a top-down, real time space warfare game. It was originally written in RATFOR for the VAX/VMS system in 1983 by Jef Poskanzer and Craig Leres. I spent incredible amounts of time playing this game with my friends in the terminal labs at college, and when I actually had a multi-user system running at home (Unixware) I decided to try and translate/port the code to C in Unix. This was in the early to mid 1990's. Of course, over the years many things have changed. Today, Conquest is a t

minor feature: In previous versions of Conquest, a hardcoded semaphore key was Used to allocate semaphores. Semaphores are used to coordinate Accesses to the common block by the various processes used to run a game. This becomes a problem when you run multiple servers on the same Machine -- it would still work, but then servers might engage in Lock contention among other unrelated servers. Now we generate a Random key and store it in the system conquest.conf file when it is initialized. This way each game gets it's own semaphore, and games can no Longer interfere with each other's access to their respective Common blocks. . Use and require SDL2 rather than 1.2. To build conquest, you will. Need to install libsdl2-dev and libsdl2-mixer-dev if you want Sound. . a couple of problems with paging when viewing the planet. List. Now you should get the correct propmpts with the correct Behavior when reaching the end of the planet list. . With the conqinit utility. It's documentation and. Operation had not kept up with many of the changes made in 9.0. . With hud alert statuses where a potential negative array. Index could be used. . Change the conquest state directory from /var/conquest/ to. /var/lib/conquest/, in r keeping with the FHS. For. Those running a server, you should move your existing state Directory to the new location before installing it. first, shut down all conquest servers, then, assuming you. are using the default /opt pre: Sudo mkdir -p -m 755 /opt/var/lib Sudo chown root:root /opt/var/lib Sudo mv /opt/var/conquest /opt/var/lib/conquest Then build and install this, or later versions of Conquest as. Usual. . Move the FMT:: format library into a separate subdir (src/fmt/). . Make some to Makefile.am so that Conquest can be built out. of tree. Also, remove yacc/lex generated files on a 'make Clean'. . More work on the meta server, stringification, c++ containers, and. Other designed to improve stability and security. Also, a problem where sporadi

MITL game space client-server war c++ unix opengl freeglut sdl real-time-strategy


FreeOrion 0.4.4

FreeOrion is a turn-based galaxy conquest and empire building game. It follows the 4X genre (eXplore, eXpand, eXploit, and eXterminate), inspired by Master of Orion and Europa Universalis 2, but with an independent game play. It provides a multi-player mode, quests and community-contributed story lines, complex technology upgrade paths through research or military combat, exploration, high-level strategy management, AI aliens, and lots of space ships obviously.