You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An innovative and fun game combining [OpenUI5](https://github.com/SAP/openui5) and [CreateJS](https://createjs.com/) to showcase real-time and interaction capabilities of UI5 technology. Browse the source code to look behind the scenes or play the game to see Flush! in action.
@@ -6,23 +8,7 @@ An innovative and fun game combining [OpenUI5](https://github.com/SAP/openui5) a
6
8
7
9
## How to Play
8
10
9
-

10
-
11
-
> **Note:** Follow the in-game instructions or check the [input control](InputControl.md) page for more details. Flush! can also be played with game pads or custom game controllers.
12
-
13
-
## Requirements
14
-
15
-
The [git client](https://git-scm.com/) and [Node.js](https://nodejs.org/) must be installed.
16
-
17
-
## Download and Installation
18
-
19
-
To run a local instance of the game, follow these simple setup steps:
20
-
21
-
1. Clone this repository
22
-
23
-
2. Install npm dependencies with `npm install`
24
-
25
-
3. Run the game with `npm start`
11
+
Follow the in-game instructions or check the [input control](InputControl.md) page for more details. Flush! can also be played with game pads or custom game controllers.
26
12
27
13
## Background Information
28
14
@@ -36,28 +22,32 @@ Flush! is an innovation project that brings together Web app capabilities of Ope
36
22
37
23
We leverage the enterprise-grade UI5 technology with custom controls, custom theming, sprite effects, game mechanics, and scripted levels to create a unique browser game.
38
24
39
-
## Support
25
+
## How to support & contribute
26
+
To report a bug, please open an issue and we also welcome your contributions. Please get in touch with us in the [#flush](https://openui5.slack.com/messages/CHV1YCNG6) channel of the [OpenUI5 Community Slack](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/).
27
+
28
+
### Download and Installation
29
+
**Requirements**: NodeJS
30
+
31
+
To run a local instance of the game, follow these simple setup steps:
40
32
41
-
To report a bug, please open an issue.
33
+
1. Clone this repository
42
34
43
-
## Contributing
35
+
2. Install npm dependencies with `npm install`
44
36
45
-
We welcome your contributions. Please get in touch with us in the [#flush](https://openui5.slack.com/messages/CHV1YCNG6) channel of the [OpenUI5 Community Slack](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/).
37
+
3. Run the game with `npm start`
46
38
47
-
## Thirdparty
39
+
###Thirdparty
48
40
49
41
The following media assets and thirdparty libraries were used in this project:
50
42
51
43
*[Credits and Attribution for sounds used in the game](SoundCredits.md)
52
44
*[List of thirdparty libraries and recommended sofware](Thirdparty.md)
53
45
54
-
## License
46
+
###License
55
47
56
48
Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
57
49
This file is licensed under the Apache Software License, v.2 except as noted otherwise in the [LICENSE](/LICENSE) file.
0 commit comments