Thousand Parsec 0.5.0 (C++ Server branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Thousand Parsec 0.5.0 (C++ Server branch)
# 1  
Old 05-01-2008
Thousand Parsec 0.5.0 (C++ Server branch)

Image Thousand Parsec is a turn-based space empire building game, as well as a framework for creating a similar group of games, which are often called 4X games (eXplore, eXpand, eXploit, and eXterminate). Some examples of games from which Thousand Parsec draws ideas are Reach for the Stars, Stars!, VGA Planets, Master of Orion, and Galactic Civilizations. Unlike commercial alternatives, it is designed for long games supporting universes as large as your computer can handle. It allows a high degree of player customization, and features a flexible technology system where new technologies may be introduced mid-game. License: GNU General Public License (GPL) Changes:
This release includes last year's Google Summer of Code project, Reach for the Stars Clone ruleset. A large number of other improvements have been made, such as a new Object model, TP04 protocol support, better control over what players can see on the server, and a history that supports MySQL persistence. This release is a significant step towards the goal of a fully featured server.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Concatenate several thousand files in unix

Hello, I would like to concatenate several thousand files (~40,000) into 1. I cannot do it with cat *.extension - it gives me an error that there are too many arguments. Any suggestions? Thanks, Gussi (6 Replies)
Discussion started by: Gussifinknottle
6 Replies

2. Linux

Try thousand times could not resolve famous ORA-12514 error

It is related to Linux, Oracle 9.2.0. I am new to Oracle. I am trying to connect to Oracle database say A, but as I am running this command dbstart the error is “ORA-12514: TNS: listener could not resolve SERVICE_NAME given in connect descriptor” I have successfully started lsnrctl. Here... (3 Replies)
Discussion started by: yajneshilu
3 Replies

3. Shell Programming and Scripting

getting thousand of permissions

Hi, I would like to ask if someone could help me to shorten this process. If example i will have a thousand files and i want to get there permisions. pls help. $ sh researcher2.sh rm /home/aris/logs/logna rm a12 for i in `aclget /usr/bin/uname` do grep -e $i ownership | awk '{print $1}'... (13 Replies)
Discussion started by: invinzin21
13 Replies

4. Shell Programming and Scripting

removing thousand of carriage returns using sed

I need to replace thousands of carriage returns/line breaks in a large xml file and with spaces. I hope to do so with a script, called, for example, "removeCRs." I would invoke this at the command line as ml5003$ sed -f /Users/ml5003/removeCRs oldFile > newFile The script, I presume, would... (4 Replies)
Discussion started by: ml5003
4 Replies

5. What is on Your Mind?

65 thousand dollar question

I was just a-wondering through some hardware and software sites, and in one of them, I was scrolling down a UNIX os page when I noticed that the prices for these OS's were climbing alarmingly high; in the 5 to 10 G's. Imagine my surprise when I saw one particular UNIX os selling for 65 freakin'... (10 Replies)
Discussion started by: mud
10 Replies
Login or Register to Ask a Question
GAMES(1)						      General Commands Manual							  GAMES(1)

NAME
4s, 5s, ana, mandel, plumb, smiley, life, fsim, clock, catclock, fireworks, swar, festoon - time wasters SYNOPSIS
games/4s games/5s games/ana [ fixwords ] games/mandel games/plumb [ level ] games/smiley games/life startfile games/fsim games/clock games/catclock [ -c ] games/fireworks games/swar games/festoon [ -p ] [ -e ] [ -t ] [ -sseed ] [ len ] [ pfn ] DESCRIPTION
There are a few games in /bin/games: 4s, 5s Try to fill complete rows using 4-square or 5-square tiles. Move tiles left or right by moving the mouse. Rotate tiles with buttons 1 and 3. Drop tiles for more points with button 2 or the space bar. ana Find anagrams for words typed on standard input. Anagrams can contain several dictionary words. The fixwords argument or num- bers typed on standard input fix the number of words in the output anagrams. mandel Compute and display Mandelbrot sets. Menus on the mouse buttons control various things. plumb Build a plumbing system. Keep ahead of the advancing oil and don't waste pipe. The level argument lets you start at a harder level. smiley A game of historical importance. Type space to shoot, comma to move left, and period to go right. life Play the game of life, given an initial position. There is a library of interesting initial positions; the library is consulted if startfile cannot be found. fsim Pretend you're flying a Cessna. clock, catclock Display analog clocks. Option -c makes catclock crosseyed. fireworks Hoist the fiery blue peter. swar Space war for two players called MCI and SPRINT. One player types a or d to turn left or right, s to shoot, x to enter hyper- space, and w to accelerate. The other player uses ;, l, . and o. AT&T scores whenever either ship shoots itself or otherwise causes mayhem. Hyperspace is occasionally fatal. festoon Traditional radical monoarchate qualitativeness. Now produces pictures (-p), tables (-t), and equations (-e). The seed can be set to recreate a specific document. Len is sentence length, and pfn is percent faked nouns (default 0). FILES
/sys/games/lib/4scores scores of 4s games /sys/games/lib/5scores scores of 5s games /sys/games/lib/plumb/scores scores of plumb games /sys/games/lib/anawords used by ana /sys/games/lib/plumb/* miscellaneous files used by plumb /sys/games/lib/life/* interesting starting positions SOURCE
/sys/src/games GAMES(1)