FreeCol

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

Github stars Tracking Chart

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

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

Overview

Name With OwnerFreeCol/freecol
Primary LanguageJava
Program languageScheme (Language Count: 7)
Platform
License:GNU General Public License v2.0
Release Count58
Last Release Namelatest (Posted on )
First Release Namev0.11.5 (Posted on )
Created At2017-08-09 20:19:07
Pushed At2024-04-29 12:08:38
Last Commit At2024-04-29 14:05:29
Stargazers Count564
Watchers Count32
Fork Count169
Commits Count16.7k
Has Issues Enabled
Issues Count58
Issue Open Count10
Pull Requests Count26
Pull Requests Open Count12
Pull Requests Close Count45
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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.

To the top