OpenCity

From Libregamewiki
Jump to navigation Jump to search
OpenCity
Opencity.png
GenreCity building game
Latest release0.0.6.5
Release dateMarch 15th, 2015
DeveloperDuong-Khang Nguyen
Code licenseGPL
EngineOGRE
P. languageC++
LibrarySDL, OpenGL
Contribute
OpenCity is a free game. This means that the source code is available to be studied, modified, and distributed. Most projects look for help with testing, documentation, graphics, etc., as well.

OpenCity is a 3D city building game started in 2003 by Duong-Khang Nguyen, licensed under the GPL.[1]. It's coded in C++, uses the OpenGL and SDL libraries and the OGRE rendering engine. While it's similar to SimCity, it is not intended to be a direct clone.

The last stable release, 0.0.6.5, was released on March 15th, 2015.[2]

Gameplay[edit]

The player starts off with 15000 acons (OpenCity's own fictional unit of currency) on a randomly generated map. They have to build a city by marking land as commercial, industrial or residential zones. These zones depend on power supply, being connected to roads, and on each other to have buildings develop. Other buildings, such as police stations and hospitals, are also available to be built directly to improve the lives of your citizes.

The game doesn't have a budget screen or any statistic screens, making it difficult to figure out how well your city is doing without trial and error.

Manual[edit]

The OpenCity website offers a 'Manual' on how to play the game, split into these five webpages:

Development[edit]

OpenCity was created by Duong-Khang Nguyen and Frédéric Rodrigo. Browsing the internet for games, Nguyen discovered an open source city building game called Free Reign, which was sadly left abandoned. After looking at its source code, he realized it was too confusing and didn't fit his programming style. This led to him creating his own FOSS city building game, OpenCity.[3] It was registered on SourceForge in April 2003.[4] Many others have also contributed to the project, from 3D artists to translators and testers.[5]

There are three branches: Stable, Beta and Development.[6] The OpenCity project has a TODO list detailing what needs to be done before releasing a new major version.[7] The development team was also taking suggestions from the player base.[8][9] One of the icons on the query tool is a water icon, which suggests that water management was planned to be implemented into the game.

Development team and contributors[edit]

A credits page is available on the OpenCity website[5], which lists the following:

Code:

  • Duong-Khang Nguyen - Project lead
  • Stephen M. Webb - Configuration patch
  • Victor Stinner - Multi-agent system

Art:

  • Frédéric Rodrigo - Lead 3D artist and ideas brainstormer for the game
  • Nicolas Pascoli - Various 3D models
  • "pucelo" - Various industrial 3D models

Testing:

  • Bruno Dlubak - MacOS X beta tester
  • Tymon Douglas - Linux and Windows beta tester
  • Wolfgang Bauer - Linux beta tester

Miscellaneous:

  • Bartosz Debski - OpenCity's homesite banner
  • Cristian Deluxe - Spanish documentation
  • Jacopo Sirianni - Italian documentation

Reception[edit]

OpenCity has been downloaded over 190,000 times through SourceForge.[10] OpenCity was integrated in various Linux distributions, such as Ubuntu, Debian[11], Fedora[12] and OpenSuse[13]. But it was removed from some of them, such as Arch Linux and Slackware, possibly due to the lack of updates.

A german tech website, Chip.de, wrote a page about the game in March 2013, calling it a "lovingly made 3D remake of the classic game SimCity", but also stating that the game "only has a fraction of the features originally planned".[14]

Version history[edit]

Some of the changes between each major versions are showcased on the OpenCity screenshot page.[15]

Version Release date SourceForge
0.0.1 2004-02-23 Link
0.0.2 2004-10-07 Link
0.0.3 2006-01-24 Link
0.0.4 2006-10-25 Link
0.0.5 2007-12-01 Link
0.0.5.1 2008-01-03 Link
0.0.6 2008-11-01 Link
0.0.6.1 2008-11-10 Link
0.0.6.2 2009-10-11 Link
0.0.6.3 2010-12-13 Link
0.0.6.4 2011-07-03 Link
0.0.6.5 2015-03-15 Link

References[edit]

  1. OpenCity's copyright file
  2. OpenCity 0.0.6.x files on sourceforge.net
  3. OpenCity 0.0.6.1 on Softpedia (archived, June 2015)
  4. SourceForge project page
  5. 5.0 5.1 Credits on the OpenCity website
  6. OpenCity files on sourceforge.net
  7. TODO list at OpenCity SVN repository hosted by sourceforge.net
  8. User ideas page on sourceforge.net
  9. Feature request page on the OpenCity wiki
  10. OpenCity stats on sourceforge.net
  11. OpenCity on packages.debian.org
  12. Package: opencity on rpms.remirepo.net
  13. OpenSuse games repository
  14. OpenCity 0.0.6.2 page on Chip.de (in German, March 5th 2013)
  15. OpenCity 'Screenshots' webpage

External links[edit]