Difference between revisions of "Goblin Camp"

From RogueBasin
Jump to navigation Jump to search
m (new category)
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
|name = Goblin Camp
|name = Goblin Camp
|developer = Ilkka Halila
|developer = Ilkka Halila
|theme = Fantasy
|theme = [[Fantasy]]
|influences = [[Dwarf Fortress]], Anno 1404, Dungeon Keeper
|influences = [[Dwarf Fortress]], Anno 1404, Dungeon Keeper
|released = 31 Jul 2010 (v0.11)
|released = 31 Jul 2010 (v0.11)
|updated = 17 Jun 2012 (v0.21)
|updated = 17 Jun 2012 (v0.21)
|licensing = [[Open Source]], [[GPL|GPLv3]]
|licensing = [[Open source]], [[GPL|GPLv3]]
|language = [[Cpp|C++]]
|language = [[C++]]
|platforms = [[Windows]], [[Linux]], [[Mac OS X]]
|platforms = [[Windows]], [[Linux]], [[Mac OS X]]
|interface = [[ASCII]], [[Keyboard]], [[Tiles|Graphical tiles]]
|interface = [[ASCII]], [[Keyboard]], [[Graphical tiles]]
|length =  
|length =  
|site = http://www.goblincamp.com/
|site = http://www.goblincamp.com/
Line 16: Line 16:


Goblin Camp is a roguelike citybuilder, inspired by Anno 1404, Dwarf Fortress and Dungeon Keeper. It is no longer under development.
Goblin Camp is a roguelike citybuilder, inspired by Anno 1404, Dwarf Fortress and Dungeon Keeper. It is no longer under development.
== Afterlife ==
There were several attempts to bring Goblin Camp back to life.
First have been done by Noel Maersk in 2013, he cleaned up the code, changed build system to cmake, but did not lead the whole thing to release. His repo can be found at https://bitbucket.org/veox/goblincamp-ng/src/default/ ([https://gitlab.com/dhyannataraj/goblincamp-ng a gitlab clone])
Second attempt have been taken by [[User:Nataraj|Nikolay Shaplov]] in 2020, who also changed build system to cmake, and created a guide allowing to build and run Goblin Camp in Debian Wheezy chroot container https://gitlab.com/dhyannataraj/goblin-camp/tree/cmake-build


==External links==
==External links==

Revision as of 03:27, 10 January 2020


Goblin Camp
Alpha Project
Developer Ilkka Halila
Theme Fantasy
Influences Dwarf Fortress, Anno 1404, Dungeon Keeper
Released 31 Jul 2010 (v0.11)
Updated 17 Jun 2012 (v0.21)
Licensing Open source, GPLv3
P. Language C++
Platforms Windows, Linux, Mac OS X
Interface ASCII, Keyboard, Graphical tiles
Game Length
Official site of Goblin Camp


Goblin Camp is a roguelike citybuilder, inspired by Anno 1404, Dwarf Fortress and Dungeon Keeper. It is no longer under development.

Afterlife

There were several attempts to bring Goblin Camp back to life.

First have been done by Noel Maersk in 2013, he cleaned up the code, changed build system to cmake, but did not lead the whole thing to release. His repo can be found at https://bitbucket.org/veox/goblincamp-ng/src/default/ (a gitlab clone)

Second attempt have been taken by Nikolay Shaplov in 2020, who also changed build system to cmake, and created a guide allowing to build and run Goblin Camp in Debian Wheezy chroot container https://gitlab.com/dhyannataraj/goblin-camp/tree/cmake-build

External links