Xconq
''Xconq'' is an open-source computer strategy game. This multiplayer video game was first posted to comp.sources.games on 9 July 1987. ''Xconq'' is released as free and open-source software under the terms of the GNU GPL-2.0-or-later. Gameplay Originally a straightforward clone of ''Empire'', later versions included the ability to define rulesets for different kinds of games, first using a Forth-like syntax, then a more powerful version based on Lisp syntax. It was also ported to other computer systems, including Macintosh, Amiga, and Windows. ''Xconq'' is designed to be portable and re-definable. The default ruleset is similar to ''Empire'', but the ruleset, graphics, and maps can be altered to represent different time periods and strategic scales. Example rulesets provided with the game include Napoleonic strategy, Beirut guerilla fighting, World War II grand strategy, and Godzilla destroying Tokyo. It can be played by multiple human or AI-controlled players over a network ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
List Of 4X Video Games
4X is a subgenre of strategy video games. The term is a loose acronym of "explore, expand, exploit, and exterminate", coined in 1993 to describe the gameplay of ''Master of Orion''. 4X games usually feature complex simulations of scientific research, economics, diplomacy, and social dynamics. Unlike computer wargames, they usually have more ways to win than through warfare, and they model the creation and evolution of an empire from its beginning. Games prior to ''Master of Orion'' have been retroactively identified as 4X games. Early precursors include the board games ''Outreach (board game), Outreach'' and ''Stellar Conquest'', both published in the 1970s. Some early strategy video games, such as ''Andromeda Conquest'' (1982) and ''Cosmic Balance II'' (1983) incorporated what would later become elements of 4X games, but the first 4X video game was ''Reach for the Stars (video game), Reach for the Stars'' (1983). Because of the genre's focus on mouse-and-keyboard control s ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
List Of Open Source Games
This is a list of notable open-source video games. Open-source video games are assembled from and are themselves open-source software, including public domain games with public domain source code. This list also includes games in which the engine is open-source but other data (such as art and music) is under a more restrictive license. Open engine and free data The games in this table are developed under a free and open-source license with free content which allows reuse, modification and commercial redistribution of the whole game. Licenses can be public domain, GPL, BSD, Creative Commons, zlib, MIT, Artistic License or other (see the comparison of Free and open-source software and the Comparison of free and open-source software licenses). Open-source games with non-free data (or not entirely free data) Only the game engines in this table are developed under an open-source license, which means that the reuse and modification of only the code is permitted. As some of the games ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Empire (1977 Video Game)
''Empire'' is a 1977 turn-based wargame with simple rules. The game was conceived by Walter Bright starting in 1971, based on various war films and board games, notably ''Battle of Britain'' and ''Risk''. The game was ported to many platforms in the 1970s and 1980s. Several commercial versions were also released such as '' Empire: Wargame of the Century'', often adding basic graphics to the originally text-based user interface. Gameplay At the start of a new game, a random game map is generated on a square grid basis. The map normally consists of numerous islands, although a variety of algorithms were used in different versions of the game, producing different styles of maps. Randomly distributed on the land are a number of cities. The players start the game controlling one of these cities each. The area immediately around the city is visible, but the rest of the world map is blacked out in a fog of war. The city can be set to build armies, aircraft, and various types of ships ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Sourceforge
SourceForge is a web service founded by Geoffrey B. Jeffery, Tim Perdue, and Drew Streib in November 1999. SourceForge provides a centralized software discovery platform, including an online platform for managing and hosting open-source software projects, and a directory for comparing and reviewing B2B software that lists over 104,500 business software titles. It provides source code repository hosting, bug tracking, mirroring of downloads for load balancing, a wiki for documentation, developer and user mailing lists, user-support forums, user-written reviews and ratings, a news bulletin, micro-blog for publishing project updates, and other features. SourceForge was one of the first to offer this service free of charge to open-source projects. Since 2012, the website has run on Apache Allura software. SourceForge offers free hosting and free access to tools for developers of free and open-source software. , the SourceForge repository claimed to host more than 502,00 ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Concurrent Versions System
Concurrent Versions System (CVS, or Concurrent Versioning System) is a version control system originally developed by Dick Grune in July 1986. Design CVS operates as a front end to Revision Control System (RCS), an older version control system that manages individual files but not whole projects. It expands upon RCS by adding support for repository-level change tracking, and a client-server model. Files are tracked using the same history format as in RCS, with a hidden directory containing a corresponding history file for each file in the repository. CVS uses delta compression for efficient storage of different versions of the same file. This works well with large text files with few changes from one version to the next. This is usually the case for source code files. On the other hand, when CVS is told to store a file as binary, it will keep each individual version on the server. This is typically used for non-text files such as executable images where it is difficult ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Porting
In software engineering, porting is the process of adapting software for the purpose of achieving some form of execution in a computing environment that is different from the one that a given program (meant for such execution) was originally designed for (e.g., different CPU, operating system, or third party library). The term is also used when software/hardware is changed to make them usable in different environments. Software is ''portable'' when the cost of porting it to a new platform is significantly less than the cost of writing it from scratch. The lower the cost of porting software relative to its implementation cost, the more portable it is said to be. This is distinct from cross-platform software, which is designed from the ground up without any single " native" platform. Etymology The term "port" is derived from the Latin '' portāre'', meaning "to carry". When code is not compatible with a particular operating system or architecture, the code must be "carried" to ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Chris Peterson (developer)
Christopher Peterson may refer to: * Christopher Peterson (psychologist) (1950–2012), American psychology professor * Christopher Peterson (serial killer) (born 1969), American serial killer * Christopher Peterson (law professor) (born 1975), American legal scholar and candidate for Utah governor * Christopher Peterson (costume designer), American costume designer *Chris Peterson (producer) Chris Peterson (born May 14, 1968) is a Canadian producer and electronic musician from Vancouver. Throughout his career, he has worked with numerous bands in the Canadian Industrial music, industrial and electronic music scene of which Front Li ... (born 1968), Canadian music producer * Chris Peterson (character), the lead character played by Chris Elliot in the 1990s sitcom ''Get a Life'' See also * Chris Petersen (other) {{hndis, Peterson, Christopher ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
X Window System
The X Window System (X11, or simply X) is a windowing system for bitmap displays, common on Unix-like operating systems. X originated as part of Project Athena at Massachusetts Institute of Technology (MIT) in 1984. The X protocol has been at version 11 (hence "X11") since September 1987. The X.Org Foundation leads the X project, with the current reference implementation, X.Org Server, available as free and open-source software under the MIT License and similar permissive licenses. Purpose and abilities X is an architecture-independent system for remote graphical user interfaces and input device capabilities. Each person using a networked computer terminal, terminal has the ability to interact with the display with any type of user input device. In its standard distribution it is a complete, albeit simple, display and interface solution which delivers a standard widget toolkit, toolkit and protocol stack for building graphical user interfaces on most Unix-like operating syst ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Curses (programming Library)
curses is a terminal control library for Unix-like systems, enabling the construction of text user interface (TUI) applications. The name is a pun on the term " cursor optimization". It is a library of functions that manage an application's display on character-cell terminals (e.g., VT100). ncurses is the approved replacement for 4.4BSD classic curses. Overview Using curses, programmers are able to write text-based applications without writing directly for any specific terminal type. The curses library on the executing system sends the correct control characters based on the terminal type. It provides an abstraction of one or more windows that maps onto the terminal screen. Each window is represented by a character matrix. The programmer sets up the desired appearance of each window, then tells the curses package to update the screen. The library determines a minimal set of changes that are needed to update the display and then executes these using the terminal's specifi ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Hotseat (multiplayer Mode)
Hotseat or hot seat, also known as pass-and-play, is a multiplayer mode provided by some turn-based video games, which allows two or more players to play on the same device by taking turns playing the game. The term was first used as a reference to playing a PC game and trading seats with the other player, but the mode dates back to early 1980s arcade games. A notable example of games that use this mode is the '' Heroes of Might and Magic'' series, which allows up to 8 players to play locally on the same computer. Hotseat multiplayer has also seen prominence on some console video games, especially certain multiplayer games that are intended to be family-friendly, within the party A party is a gathering of people who have been invited by a Hospitality, host for the purposes of socializing, conversation, recreation, or as part of a festival or other commemoration or celebration of a special occasion. A party will oft ... genre, or both. For example, the Wii games '' Wi ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Godzilla
is a fictional monster, or ''kaiju'', that debuted in the eponymous 1954 film, directed and co-written by Ishirō Honda. The character has since become an international pop culture icon, appearing in various media: 33 Japanese films produced by Toho Co., Ltd., five American films, and numerous video games, novels, comic books, and television shows. Godzilla has been dubbed the King of the Monsters, an epithet first used in '' Godzilla, King of the Monsters!'' (1956), the American localization of the 1954 film. Originally and in most iterations of the creature, Godzilla is a colossal prehistoric reptilian or dinosaurian monster that is amphibious or resides partially in the ocean, awakened and empowered after many years by exposure to nuclear radiation and nuclear testing. With the nuclear bombings of Hiroshima and Nagasaki and the '' Lucky Dragon 5'' incident still fresh in the Japanese consciousness,Souder, William (2012); On a Farther Shore - The Life and Le ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |