This repository contains the source code for The Flying Money Game - a browser game that was played at Devtoberfest 2022 (see the Fun Friday event).
The game was built with OpenUI5. It uses a UI5 custom control (see the respective file) as the container for game as well as a <FlexibleColumnLayout />
.
To run this project in your own development environment, the following tools and privileges are required:
- Node.js (version 14 or higher) including
npm
- git
- Your favorite code editor (e.g. SAP Business Application Studio on the SAP Business Technology Platform or Visual Studio Code)
- Privileges to install npm packages from the npm Registry
- Clone the (forked) repository:
git clone https://github.com/SAP-samples/devtoberfest-flying-money-game
- Navigate into the project root:
cd devtoberfest-flying-money-game
- Install the project's dependencies:
npm install
- Run the project:
npm start
- The application should now be reachable at http://localhost:8080
No known issues.
Create an issue in this repository if you find a bug or have questions about the content.
For additional support, ask a question in SAP Community.
If you wish to contribute code, offer fixes or improvements, please send a pull request. Due to legal reasons, contributors will be asked to accept a DCO when they create the first pull request to this project. This happens in an automated fashion during the submission process. SAP uses the standard DCO text of the Linux Foundation.
Copyright (c) 2022 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the LICENSE file.