diff options
author | Viljami Ilola <+@hix.fi> | 2024-03-29 18:51:37 +0200 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-03-29 18:51:37 +0200 |
commit | b5f50b7d3638aa04127bcac55069ed48935f993b (patch) | |
tree | bb3d4afa2ea967d4dc31c9686887fbc1532649ae /README.md | |
parent | a9631796cf6d03946c6d1a72fba3cff554bd0f5c (diff) |
update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -1,4 +1,4 @@ --- Slice It Off! -- +-- Slice It Off! -- Description: @@ -7,3 +7,24 @@ Description: 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 |