Code Monkey home page Code Monkey logo

andres6936 / goblincamp Goto Github PK

View Code? Open in Web Editor NEW
17.0 3.0 2.0 50.18 MB

Goblin Camp aims to be a roguelike city builder with an emphasis on macromanaging the economy and military. I've drawn inspiration from games such as Anno 1404, Dwarf Fortress and Dungeon Keeper. Goblins camp is Dwarf Fortress-like game.

CMake 2.34% C# 0.84% C++ 86.06% Python 10.46% NSIS 0.30%
dwarf-fortress roguelike libtcod game macromanaging economy military dungeon-keeper anno1404

goblincamp's Introduction

About

Goblin Camp aims to be a roguelike city builder with an emphasis on macromanaging the economy and military. I've drawn inspiration from games such as Anno 1404, Dwarf Fortress and Dungeon Keeper.

Goblins camp is Dwarf Fortress-like game.

Status Quo

The code have been abandoned some years ago, but you can still build and run it in in Debian Wheezy chroot container. See BUILD.using_cmake.md for building guide

Modern CMake

Simplify the process of build the app.

mkdir Build && cd Build
cmake ..
make

goblincamp's People

Contributors

andres6936 avatar dsmythe avatar gencontain avatar nataraj-hates-ms-for-stealing-github avatar o01eg avatar qqqsimmons avatar thecatplusplus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

goblincamp's Issues

Can't build goblin camp: Source/Task/CMakeFiles/Goblin.Task.dir/build.make:82: Source/Task/CMakeFiles/Goblin.Task.dir/Job.cpp.o

I can't build goblin camp on linux.

[ 31%] Building CXX object Source/Task/CMakeFiles/Goblin.Task.dir/Job.cpp.o
In file included from /home/anon/git/GoblinCamp/Source/Task/Job.cpp:25:
/usr/include/boost/serialization/list.hpp: In function ‘void boost::serialization::load(Archive&, std::__cxx11::list<_ValT, _Allocator>&, unsigned int)’:
/usr/include/boost/serialization/list.hpp:53:33: error: ‘library_version_type’ in namespace ‘boost::serialization’ does not name a type; did you mean ‘item_version_type’?
   53 |     const boost::serialization::library_version_type library_version(
      |                                 ^~~~~~~~~~~~~~~~~~~~
      |                                 item_version_type
/usr/include/boost/serialization/list.hpp:60:30: error: ‘library_version_type’ is not a member of ‘boost::serialization’; did you mean ‘item_version_type’?
   60 |     if(boost::serialization::library_version_type(3) < library_version){
      |                              ^~~~~~~~~~~~~~~~~~~~
      |                              item_version_type
/usr/include/boost/serialization/list.hpp:60:56: error: ‘library_version’ was not declared in this scope
   60 |     if(boost::serialization::library_version_type(3) < library_version){
      |                                                        ^~~~~~~~~~~~~~~
In file included from /home/anon/git/GoblinCamp/Include/Goblin/Entity/Entity.hpp:26,
                 from /home/anon/git/GoblinCamp/Include/Goblin/Mechanism/Construction.hpp:27,
                 from /home/anon/git/GoblinCamp/Include/Goblin/Task/Job.hpp:27,
                 from /home/anon/git/GoblinCamp/Source/Task/Job.cpp:28:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.