Code Monkey home page Code Monkey logo

kingdoms's Introduction

Kingdoms
========

Kingdoms is an open source strategy game, where you lead your civilization
through the history.

License
=======

The Kingdoms source code is licensed under GPLv3+. See LICENSE for more
details.

The artwork, unless otherwise noted, is licensed under Creative Commons
Attribution-ShareAlike 3.0 (cc-by-sa-3.0) license. See
http://creativecommons.org/licenses/by-sa/3.0/ for more details. For the
license on DejaVu Sans font, see http://dejavu-fonts.org/wiki/License.

Installation
============

Installation on Linux/Unix:

- make sure you have the dependencies. These include the Boost C++
libraries, SDL, SDL_image and SDL_ttf. You need the headers in addition
to the libraries.
- get the source either using git (git clone
git://github.com/anttisalonen/kingdoms.git) or download the tarball
from https://github.com/anttisalonen/kingdoms/archives/master.
- change to the cloned/unpacked directory.
- to run Kingdoms without installing, run:

$ make
$ bin/kingdoms

To install Kingdoms (e.g. to /usr/local), after running make,
run (as root):

# make PREFIX=/usr/local install

After installation, make sure $PREFIX/bin is in your path, then run
"kingdoms" to start the game.

To run Kingdoms on Windows, compile the source code using MinGW.

Contact
=======

For any bug reports, feedback or questions: <ajsalonen at gmail dot com>

Antti Salonen

kingdoms's People

Contributors

anttisalonen avatar

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.