From 2d94bb60ff2fea09097d0e33dfd8b92aeef55531 Mon Sep 17 00:00:00 2001 From: Viljami Ilola <+@hix.fi> Date: Fri, 26 Apr 2024 10:40:56 +0300 Subject: Readme update --- README.txt | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/README.txt b/README.txt index fafd94b..06475b4 100644 --- a/README.txt +++ b/README.txt @@ -5,30 +5,20 @@ 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. + 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 - - One can also use provided `./dev.sh` shell script to buid and install - any version of game: - - `git clone https://git.hix.fi/scliceitoff.git` - - `cd sliceitoff` - - `./dev.sh install` - - Distribution package can be installed normally: - - `pip(x) install sliceitoff.*.tar.gz` + - `pip install sliceitoff` License: - This project uses GPL-2 license. Used components uses their - licenses. There is gnufonts package from FreeDOS included in the - source tree and it's license can be found on it's directory. + This project uses GPL-2 license. Assets have their licenses listed + on `src/sliceitoff*/assets/LICENSES.txt`. Developement: @@ -41,3 +31,7 @@ Developement: - `./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` -- cgit v1.2.3