summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViljami Ilola <+@hix.fi>2024-04-26 10:40:56 +0300
committerViljami Ilola <+@hix.fi>2024-04-26 10:40:56 +0300
commit2d94bb60ff2fea09097d0e33dfd8b92aeef55531 (patch)
treedc385f2edec828cc9f34623c39e608b4e5c67674
parentd65522d45b17a860413ccd6a6537e33078a58cae (diff)
Readme update
-rw-r--r--README.txt24
1 files 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`