summaryrefslogtreecommitdiff
path: root/README.txt
blob: 6f67c1492cd1b7e6f4c896c3cc61f16fb175864f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
-- Slice It Off! v0.4 --


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`