Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/talpor/talpor-vikings

Very basic Competitive AI Game
https://github.com/talpor/talpor-vikings

Last synced: about 1 month ago
JSON representation

Very basic Competitive AI Game

Awesome Lists containing this project

README

        

================
talPor Vikings
================

Yeah!

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

You need just a few requirements: ``python``, ``node`` and
``mongodb``. Installation for all of these are left to the reader.

After meeting these requirements, the rest is easy peasy... clone this
repo and ``cd`` to it. Then:

.. code:: bash

$> npm install
$> pip install -r requirements/base.pip
$> python run.py

There you go http://localhost:5000.

Now have fun creating agents \\o/!

Documentation
=============

We don't have docs yet, we're still pretty much in alpha mode.

We have two very basic sample agents though, feel free to take a look
at ``game/agents/`` and you'll see examples.

Contributions
=============

Like we said, we're still very alpha, but we would love all the help
we can get. Pull request any changes you want to see in the game and
we'll discuss.