summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorViljami Ilola <+@hix.fi>2024-04-08 18:47:32 +0300
committerViljami Ilola <+@hix.fi>2024-04-08 18:47:32 +0300
commitda33fc2f82a2919f9af7c7d1c8510c37435c5181 (patch)
treeb23636b4560e1ae3479880cc07e91c3f38321bc7 /README.txt
parent74a735a7878bc76d01b644505f674cfe7bebd058 (diff)
background
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..917ae41
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,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