summaryrefslogtreecommitdiff
path: root/README.md
blob: 917ae41f8322521302fe16c17f119e9ffc83f8de (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
-- Slice It Off! --

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 enemies while slicing you lose healt. There will be
	also bonuses to boost the scores.

Installing:
	
	One can use provided `./dev.sh` shell script to buid and install any
	versionof game:
	- `git clone https://git.hix.fi/scliceitoff.git`
	- `cd sliceitoff`
	- `./dev.sh install`

	Distribution package can be installed normally:
	- `pipx install sliceitoff.*.tar.gz`

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