-
Notifications
You must be signed in to change notification settings - Fork 0
/
snapcraft.yaml
60 lines (52 loc) · 1.85 KB
/
snapcraft.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
name: snowling
base: core20
version: '1.06'
summary: A simple bowling game with a festive twist.
description: |
The premise is simple; you must launch the snowball at the pins and knock them down, seems easy right? Well, your snowball wont knock any pins down unless you roll over some ice first to harden it up. There are three obstacles in the game:
* Ice _(color: Aqua)_ - Hardens your snowball to pack a heavier punch on the pins.
* Boost _(color: Purple)_ - Increases the speed of your snowball to blow a heavier punch on the pins.
* Lava _(color: Red)_ - Melts your snowball; instant penalty.
It's best to play with your keyboard but Joystick is also supported.
**Key Bindings:**
* **TAB/SPACE + 0-9** - Select launch speed.
* **0-9** - Launch ball at one of 10 different angles, 5-1 for left hand launches and 6-0 for right hand launches.
* **R/LSHIFT** - Launch ball at a random angle and speed.
* **Left, Right, Up, Down** - Launch ball at four quick selection angles and speeds.
**Joypad Bindings:**
* **Stick 1 - Left to Right** - Launch Angle
* **Stick 1 - Up and Down** - Launch Speed
* **Button 1** - Launch
* **Button 2** - Random Launch
I tend to just use **UP, DOWN, LEFT, RIGHT** and **R** when I play, but if you are competitive you will want to get accustomed with using [SPACE + 0-9] & [0-9].
grade: stable
confinement: strict
architectures:
- build-on: amd64
run-on: amd64
- build-on: arm64
run-on: arm64
- build-on: armhf
run-on: armhf
apps:
snowling:
extensions: [gnome-3-38]
command: snowling
plugs:
- desktop
- desktop-legacy
- gsettings
- opengl
- wayland
- x11
- joystick
parts:
snowling:
source: https://github.com/mrbid/Snowling
source-type: git
plugin: make
build-packages:
- libglfw3-dev
stage-packages:
- libglfw3
- libgles2