Metadata-Version: 2.5
Name: nmgrid
Version: 0.0.3
Summary: The classic 2048 number game
License: GPL-3.0-or-later
License-File: LICENSE
Requires-Python: >=3.13
Requires-Dist: pygame>=2.6.1
Description-Content-Type: text/markdown

# nmgrid
## The classic 2048 number game

### Features
 - Play with variable grid dimensions
 - Current score live display

### Technologies used
- Tkinter
- PyGame

### Requires
- Python 3
- PyGame 2.5.2

## How to play
- Install via pip
```shell
python3 -m pip install nmgrid
```

## Developed by
[Rushikesh Kundkar](https://github.com/RRkundkar777)