Metadata-Version: 2.4
Name: metagrid
Version: 0.1.4
Summary: Metagrid is a simple game engine for 2D Grid Games
Author-email: Matthieu Marchand <matthieu.marchand@gmail.com>
License: License
        =======
        
        Copyright 2025 Matthieu Marchand
        
        Metagrid is licensed under the Apache License, Version 2.0 (the "License");
        you may not use this file except in compliance with the License.
        You may obtain a copy of the License at
        
            http://www.apache.org/licenses/LICENSE-2.0
        
        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS,
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
License-File: LICENSE
License-File: NOTICE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Requires-Dist: arcade>=3.3.0
Requires-Dist: pillow>=11
Description-Content-Type: text/markdown

# Metagrid


## Description

Metagrid is a Python library for creating simple 2D grid games.

A grid cell can be:

- Plain colored
- An image
- A character

## Installation

You can install Metagrid using pip:

```shell
pip install metagrid