Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/talpor/talpor-vikings
- Owner: talpor
- Created: 2015-02-21T16:39:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-11T00:01:31.000Z (almost 10 years ago)
- Last Synced: 2024-04-16T18:39:06.312Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.29 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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.pyThere 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.