Skip to content

SAP-samples/devtoberfest-flying-money-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Devtoberfest Flying Money Game

REUSE status

Description

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 />.

game screenshot

Requirements

To run this project in your own development environment, the following tools and privileges are required:

Download and Installation

  1. Clone the (forked) repository:
    git clone https://github.com/SAP-samples/devtoberfest-flying-money-game
  2. Navigate into the project root:
    cd devtoberfest-flying-money-game
  3. Install the project's dependencies:
    npm install
  4. Run the project:
    npm start
  5. The application should now be reachable at http://localhost:8080

Known Issues

No known issues.

How to obtain support

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.

Contributing

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.

License

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.