|
@@ -18,6 +18,18 @@ Aim, shoot and combo! Try to high-score before you are overwhelmed by bricks! Ea
|
|
|
|
|
|
Two games of this game where concurrently developed : this one is made with Godot engine, the other one was made with Haskell by a friend.
|
|
Two games of this game where concurrently developed : this one is made with Godot engine, the other one was made with Haskell by a friend.
|
|
|
|
|
|
|
|
+## Export
|
|
|
|
+
|
|
|
|
+Games are exported from Godot. It is advised to compress them in order to efficiently share them.
|
|
|
|
+
|
|
|
|
+### Windows
|
|
|
|
+
|
|
|
|
+`zip Kace_WinDesktop_x64_vX_Y.zip Kace_WinDesktop_x64_vX_Y.exe`
|
|
|
|
+
|
|
|
|
+### GNU/Linux
|
|
|
|
+
|
|
|
|
+`ar -zcvf Kace_LinuxX11_x64_vX_Y.tar.gz Kace_LinuxX11_x64_vX_Y.pck Kace_LinuxX11_x6 _vX_Y.x86_64`
|
|
|
|
+
|
|
## License
|
|
## License
|
|
|
|
|
|
GNU GPLv3, see `LICENSE.txt`.
|
|
GNU GPLv3, see `LICENSE.txt`.
|