Giter Club home page Giter Club logo

conquerall's Introduction

ConquerAll

An attempt at a relatively generic version of a "conquer the world" type game that emphasizes the development of artificial intelligence players that can play on any map with an arbitrary combination of rules.

Rules can include what happens when turning in sets -- do you get a constant aount of new armies depending on the set type, or an escalating value? Or maybe it will just nuke the territories instead?

For reinforcements, rules can allow moving only to an adjacent country or through your territories to a distant land.

More to come.

Status

It compiles. Not expected to be playable or even really runnable. Needs lots of testing.

As of 5/21/20, the game logic seems to work and the RandomAiPlayer also works, and games have been successfully simulated!

Then the real fun - the real AI players. It is intended to implement AI that can intelligently decide on different goals -- do I want to take a bonus region, take another player out, or ... ? Then it will have to figure out a path to do that.

The idea is to be able to simulate millions of games with different AI parameters and see which ones work best.

Human playability against the AI will hopefully come at some point.

Also, cards (called "Extra" in the code) and reinforcements have not yet been fully implemented.

Compiling

You will require CMake as well as yaml-cpp and its headers/dev files, which is in most Linux distro repositories.

cmake . && make should do it, then just ./ConquerAll

conquerall's People

Contributors

yodermk avatar

Watchers

 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.