Metadata-Version: 2.1
Name: pelita
Version: 2.0.1
Summary: Pelita
Home-page: https://github.com/ASPP/pelita
License: BSD-2
Keywords: education
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pyzmq
Requires-Dist: PyYAML
Requires-Dist: numpy
Requires-Dist: networkx
Requires-Dist: pytest (>=4)
Requires-Dist: importlib-resources ; python_version < "3.7"

# Pelita

[![Build Status](https://travis-ci.org/ASPP/pelita.svg?branch=master)](https://travis-ci.org/ASPP/pelita)

## Description

Pelita is a programmable game that lets you play against your opponent by writing code in Python.

![](doc/source/images/small-game.png)

## Website

Current, up-to-date documentation and templates for your own code can be found on: https://github.com/ASPP/pelita_template

## Development

Pelita uses GitHub for development and bug tracking. Feel encouraged to open an issue or create a pull request.



