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.

去到顶部