GithubHelp home page GithubHelp logo

lolai-arena's Introduction

This is a framework for making bots compete against each other in a number of games.

Usage

python app.py

Then go to http://localhost:8080/ with your webbrowser and run games.

Games

The first game is a classic prisonner's dilema. Warm up with this classic. The second game is called "Market". It is an economic simulation where bots compete and collaborate in order to make profits. Other games may be added later.

Games are placed in "Games/" directory.

Bots

To create a bot, make a subdirectory in Games/{game_name}/bots/ and follow the instructions in Games/{game_name}/doc/protocol. See in Games/Prisonnier/bots/ for examples.

lolai-arena's People

Contributors

dadadel avatar lafrite avatar yquemener avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

lolai-arena's Issues

Version de python dans les start des bots

Plop !

J'ai encore un peu de mal avec git et github... Je voulais te faire une pull requests.. Mais là, je galère un peu...

J'aime bien python et j'essaie de me mettre à la version 3 en ce moment. Si cela ne te dérange pas, je me suis permis de forker le projet pour essayer de le transcrire en python 3.

Par contre, sur ma distribution par défaut, j'ai python 3 et non python 2 qui s'appelle du coup : "python2".

Je ne sais pas si je suis le seul mais j'ai simplement un peu modifié ton code bash pour que ça roule :

#!/bin/bash
foo=$(python --version)
if [ "$foo"=="Python 3.*" ];
then 
    python2 -u bot.py
else
    python -u bot.py
fi

Bon, ce n'est pas très beau, mais je ne suis pas non plus un expert en bash.

Et pis j'oubliais le plus important surtout un grand merci pour avoir mis ça en chantier.

Bonne journée,
Thom

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.