Metadata-Version: 2.1
Name: natari
Version: 0.2.7
Summary: Napari gaming
Home-page: https://github.com/haesleinhuepf/natari
Author: Robert Haase
Author-email: robert.haase@tu-dresden.de
License: BSD-3-Clause
Project-URL: Bug Tracker, https://github.com/haesleinhuepf/natari/issues
Project-URL: Documentation, https://github.com/haesleinhuepf/natari#README.md
Project-URL: Source Code, https://github.com/haesleinhuepf/natari
Project-URL: User Support, https://github.com/haesleinhuepf/natari/issues
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Framework :: napari
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: license

# natari

[![License](https://img.shields.io/pypi/l/natari.svg?color=green)](https://github.com/haesleinhuepf/natari/raw/master/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/natari.svg?color=green)](https://pypi.org/project/natari)
[![Python Version](https://img.shields.io/pypi/pyversions/natari.svg?color=green)](https://python.org)

Napari gaming

## Sliding puzzle

Restore the image by reordering the superpixels using the `W`, `A`, `S`, `D` keys! 

![](https://github.com/haesleinhuepf/natari/raw/master/images/sliding_puzzle.gif)

## Cell counting arcade
Commander! Cells are intruding our dish! Control your tiny space ship using `1` and `2` keys to move it left/right.
Use the `9` key to shoot a anti-cell bullet.

![](https://github.com/haesleinhuepf/natari/raw/master/images/cell_counting_arcade.gif)

The image originates from [BBBC022v1](https://bbbc.broadinstitute.org/BBBC022) (Gustafsdottir et al., PLOS ONE, 2013), available from the Broad Bioimage Benchmark Collection (Ljosa et al., Nature Methods, 2012).

## Snake
Two mitochondria navigating in a cell searching for stress granules. 
The two players can control their mito using the `W`, `A`, `S`, `D` and `I`, `J`, `K`, `L`  keys, respectively.

![](https://github.com/haesleinhuepf/natari/raw/master/images/snake.gif)

## Ping pong
Don't drop the organoid! Use your racket and hit it back to your colleague!
The two players can use `W`, `S` and `I`, `K` to control their racket, respectively.

![](https://github.com/haesleinhuepf/natari/raw/master/images/ping_pong.gif)


This [napari] plugin was generated with [Cookiecutter] using with [@napari]'s [cookiecutter-napari-plugin] template.

## Installation

You can install `natari` via [pip]:

    pip install natari

## Known issues

* To make the keyboard buttons work, you sometimes have to click within the image after starting the game.

## Contributing

Contributions are very welcome. 

## License

"natari" is free and open source software. The code is in the public domain.

[See also: unlicense.org](https://unlicense.org)

## Issues

If you encounter any problems, please [file an issue] along with a detailed description.

[napari]: https://github.com/napari/napari
[Cookiecutter]: https://github.com/audreyr/cookiecutter
[@napari]: https://github.com/napari
[MIT]: http://opensource.org/licenses/MIT
[BSD-3]: http://opensource.org/licenses/BSD-3-Clause
[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt
[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt
[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0
[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt
[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin

[file an issue]: https://github.com/haesleinhuepf/natari/issues

[napari]: https://github.com/napari/napari
[tox]: https://tox.readthedocs.io/en/latest/
[pip]: https://pypi.org/project/pip/
[PyPI]: https://pypi.org/


