X3: Albion Prelude

X3: Albion Prelude is a space trading and combat simulator by German developer Egosoft and is the fifth game in their X series. An add-on to 2008's X3: Terran Conflict, X3: Albion Prelude features new content, functionality and improvements, including additional ships, stations, and sectors; a new plot line; war scenario sectors, and several stock exchanges. X3: Albion Prelude was announced on 8 December 2011 and released on Steam on 15 December 2011.

X3: Albion Prelude
Developer(s)Egosoft
Publisher(s)Deep Silver
SeriesX
Platform(s)Microsoft Windows, Mac OS X, Linux
ReleaseDecember 15, 2011 (Steam),[1] December 23, 2011 (Mac), May 15, 2013 (Linux)
Genre(s)Space trading and combat simulator
Mode(s)Single-player

Gameplay

Synopsis

Plot

Development

Reception

X3: Albion Prelude
Aggregate scores
AggregatorScore
GameRankings69.00%[2]
Metacritic75[3]
Review scores
PublicationScore
AllGame[4]
PC Gamer (UK)69/100[5]

Albion Prelude was generally well received, with a score of 75 out of 100 on Metacritic.[3]

gollark: ```pythonimport collectionsdef do_thing(s): if len(s) == 1: return { s[0]: True } out = {} for i, c in enumerate(s): without = s[:i] + s[i + 1:] things = do_thing(without) out[c] = things return outdef match(r, s): print(r) c = r for i, x in enumerate(s): print(x) try: c = c[x] if c == True: if i + 1 == len(s): return True # full match else: return False # characters remain except KeyError: return False # no match return False # incomplete matchentry = lambda a, b: match(do_thing(a.lower().replace(" ", "")), b.lower().replace(" ", ""))```Here is my entry (pending a port to osmarkslisp™️). This is definitely my entry.
gollark: I wish to use Mathematica in my code. Please install it. DO NOT READ, ubq.
gollark: I have a "great" way to do this which I think takes O(n²) space-time-beeite.
gollark: Perhaps it is also possible to construct some sort of regex/deterministic finite automaton to match things matching anagramatically.
gollark: Bogothings run in O(n!) time mostly. So just make `giveup`'s maximum be `math.factorial(len(remove_whitespace(s)))`.

See also

  • List of PC games

References

  1. "Xmas Surprise - Egosoft Announce New X3 Game". Egosoft X-News 46. 2011-12-08. Retrieved 2011-12-23.
  2. "X3: Albion Prelude for PC - GameRankings". GameRankings. Retrieved 2013-05-27.
  3. "X3: Albion Prelude (PC)". Metacritic. Retrieved 2013-05-27.
  4. Brown, Christopher. "X3: Albion Prelude - Overview - allgame". Allgame. Retrieved 2013-05-27.
  5. Senior, Tom (2012-03-06). "X3: Albion Prelude Review". PC Gamer. Retrieved 2013-05-27. If interacting with it wasn’t such a pain, Albion Prelude would be a tremendous achievement.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.