-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsnapcraft.yaml
53 lines (43 loc) · 1.65 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
name: snowball
base: core20
version: '2.01'
summary: A novel speed run game akin to a platform loop/buzz wire game.
description: |
You have to roll around collecting snow and avoiding trees until your snowball is large enough to continue to the next level.
Once you have accumulated a large enough snowball, the poles will turn into teleportation pads to the next round; the aim is to complete each level or a sequence of levels with the highest score in the shortest time.
The larger the snowballs you collect higher the score. Gold snow is double the reward of white.
Picking up snow increases your speed temporarily; the idea is to enter a flow of collecting snow so that your speed stays up.
Try not to hit the trees as they will slow you down and reduce the mass of your snowball, unless your snowball is large enough to consume them, then they slow you down but also add to the mass of your snowball. Trees will shrink slightly as you approach them to show that they can be consumed.
Your score is updated in the program title bar at the end of each level.
A web version for mobile is available at: http://snowball.mobi
grade: stable
confinement: strict
architectures:
- build-on: amd64
run-on: amd64
- build-on: arm64
run-on: arm64
- build-on: armhf
run-on: armhf
apps:
snowball:
extensions: [gnome-3-38]
command: snowball
plugs:
- desktop
- desktop-legacy
- gsettings
- opengl
- wayland
- x11
- joystick
parts:
snowball:
source: https://github.com/mrbid/SNOWBALL2
source-type: git
plugin: make
build-packages:
- libglfw3-dev
stage-packages:
- libglfw3
- libgles2