Metadata-Version: 2.1
Name: pelita
Version: 2.5.1
Summary: Pelita
Keywords: education
Requires-Python: >= 3.9
Description-Content-Type: text/markdown
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pyzmq
Requires-Dist: PyYAML
Requires-Dist: numpy
Requires-Dist: networkx
Requires-Dist: pytest>=4
Requires-Dist: zeroconf
Requires-Dist: rich
Requires-Dist: click
Project-URL: Homepage, https://github.com/ASPP/pelita

# Pelita

[![Build Status](https://github.com/ASPP/pelita/actions/workflows/test_pytest.yml/badge.svg?branch=main)](https://github.com/ASPP/pelita/actions)

## 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.


