Metadata-Version: 2.4
Name: fifteen_puzzle_adjam
Version: 0.0.12
Summary: Basic fifteen puzzle game based on wxPython library
Project-URL: Homepage, https://github.com/adjamhub/fifteen-puzzle
Project-URL: Issues, https://github.com/adjamhub/fifteen-puzzle/issues
Author-email: Andrea Diamantini <adjam@proton.me>
License-Expression: GPL-3.0-or-later
Keywords: GUI,fifteen-puzzle,wx,wxpython
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Games/Entertainment :: Puzzle Games
Requires-Python: >=3.10
Requires-Dist: wxpython>=4.2.2
Description-Content-Type: text/markdown

Basic fifteen puzzle game based on wxPython library.


To install it, just:
```
$ pip install fifteen_puzzle_adjam
```


To launch the game:
```
$ fifteen-puzzle
```

from the console.


Happy gaming!
