Metadata-Version: 2.1
Name: sliceitoff
Version: 0.4b1
Summary: Arcade game where one slices play area off while avoiding slicing happy faces.
Home-page: https://git.hix.fi/sliceitoff.git/
Author: Viljami Ilola
Author-email: +@hix.fi
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pygame (>=2.5.2,<3.0.0)
Project-URL: Repository, https://git.hix.fi/sliceitoff.git/
Description-Content-Type: text/plain

-- Slice It Off! v0.4b --


Description:

	Small game where goal is to beat hiscores. Score is gained by
	slicing parts of playing area off. Faster you do it more score you
	get. If you hit smily face while slicing you lose a life. There will
	be also bonuses to boost the scores.


Installing:
	
	Get version on PyPI:
	- `pip install sliceitoff`


License:

	This project uses GPL-2 license. Assets have their licenses and
	copyrights listed on `src/sliceitoff/assets/COPYRIGHTS.txt`.


Developement:
	
	Project makes heavy use of poetry build and dependencies control
	system. Many shortcuts can be run easily from `./dev.sh` script:
	- `./dev.sh`
	- `./dev.sh dev`
	- `./dev.sh pytest`
	- `./dev.sh covff`
	- `./dev.sh all`
	- etc

	One can also use provided `./dev.sh` shell script to build and
	install	any developement version of game:
	- `./dev.sh install`

