https://github.com/moduscreateorg/boing
Simple game example for Creative Engine
https://github.com/moduscreateorg/boing
cpp creative-engine game modus
Last synced: 3 months ago
JSON representation
Simple game example for Creative Engine
- Host: GitHub
- URL: https://github.com/moduscreateorg/boing
- Owner: ModusCreateOrg
- License: mit
- Created: 2019-04-22T19:28:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-12T21:09:45.000Z (about 4 years ago)
- Last Synced: 2025-01-26T18:27:58.515Z (4 months ago)
- Topics: cpp, creative-engine, game, modus
- Language: C++
- Homepage: https://labs.moduscreate.com
- Size: 1.88 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://moduscreate.com)
# Boing
[](https://moduscreate.com/?utm_source=labs&utm_medium=github)Boing is a cross-platform game developed by [Modus Create](https://moduscreate.com) and its sole purpose is to demonstrate how to use [creative engine](https://github.com/moduscreateorg/creative-engine). The Boing's target platform is the [LDK Game](https://retromimi.com/products/ldk-game) console, and it can be compiled and run on macOS and Linux (Ubuntu and Arch distributions).
## How to Play
Biong is a simple game where you have to outsmart your AI opponent and land the ball behind his paddle.
## Getting started
To build Boing, please follow the [Getting Started](./md/DEVELOPING.md#getting-started) in our [developer guide](./md/DEVELOPING.md).## Keymap for computer-based players:
#### Global (all screens)
| Key(s) | Description |
| --- | --- |
| `Q` | Quits the game |#### Main Menu
| Key(s) | Description |
| --- | --- |
| `RETURN` `X` `Z` | Start the game |### Game
| Key(s) | Description |
| --- | --- |
|`↑ ↓` | Moves the paddle |
|`RETURN` | Paus the game |## License
Boing is licensed under [MIT](https://opensource.org/licenses/MIT).# Contributing
Interested in contributing to Boing? Please see our [developing](./md/DEVELOPING.md) and [contributions](./md/CONTRIBUTIONS.MD) guidelines.