FreeCol

FreeCol是基于回合制战略游戏,基于旧游戏"殖民化"(Colonization),类似于文明。(FreeCol is a turn-based strategy game based on the old game Colonization, and similar to Civilization. )

Github星跟蹤圖

FreeCol是基于回合制战略游戏,基于旧游戏"殖民化"(Colonization),类似于文明。 游戏的目的是创建一个独立的国家。你只有少数殖民者在寻找新的土地时抗拒暴风雨的海洋。你会引导他们对一个新世界的殖民化吗?

FreeCol 0.1.0 服务器是用 C++ 写的,客户端用的是 Java,到了 FreeCol 0.2.0,整个应用从纯C/C++项目演变为纯Java项目。FreeCol从2003年初开始就完全基于Java。

概覽

名稱與所有者FreeCol/freecol
主編程語言Java
編程語言Scheme (語言數: 7)
平台
許可證GNU General Public License v2.0
發布數58
最新版本名稱latest (發布於 )
第一版名稱v0.11.5 (發布於 )
創建於2017-08-09 20:19:07
推送於2024-05-13 12:09:01
最后一次提交2024-05-13 14:06:05
星數566
關注者數32
派生數171
提交數16.7k
已啟用問題?
問題數58
打開的問題數10
拉請求數26
打開的拉請求數12
關閉的拉請求數45
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

FreeCol - Colonization Strategy Game

Build Status
Weekly Downloads
Total Downloads

Latest Release Latest Release Downloads

FreeCol is a turn-based strategy game based on the old game
Colonization, and similar to Civilization. The objective of the game is
to create an independent nation.

You start with only a few colonists defying the stormy seas in their
search for new land. Will you guide them on the Colonization of a New
World?

About FreeCol

Website: FreeCol.org

The FreeCol team aims to create an Open Source version of Colonization
(released under the GPL). At first we'll try to make an exact clone of
Colonization. The visuals will be brought up to date with more recent
standards but will remain clean, simple and functional. Certain new
'features' will be implemented but the gameplay and the rules will be
exactly the same as the original game. Examples of modern features are:
an isometric map and multiplayer support.

This clone will be developed incrementally and result in FreeCol 1.0.0
which will be an almost exact Colonization clone. Incremental
development basically means that we'll add features one at a time. This
allows us to have a running program at all times and also to release an
unfinished but working game once in a while.

Once FreeCol 1.0.0 is finished we'll start working towards FreeCol
2.0.0. FreeCol 2 will go beyond the original Colonization and will have
many new features, it will be an implementation of our (and our users')
image of what Colonization 2 would have been.

Downloads

Supports Mac OS X, Windows, and Linux

Current stable release is 0.11.6, since this release, there has been a complete code overhaul over the last 2 years, and we are nearing a stable release (0.12.0)

The latest binary releases are created weekly and contain Mac OS X, Windows, and Linux installers.

Contributing

Ways you can contribute:

See doc/developer.tex for more details on contributing to the FreeCol project.

Building

Build the latest version of the code by running:

ant

Requires Java 8, Ant, and Java SDK to build.

去到頂部