https://github.com/moduscreateorg/brickout
Game example using Creative Engine
https://github.com/moduscreateorg/brickout
Last synced: 10 months ago
JSON representation
Game example using Creative Engine
- Host: GitHub
- URL: https://github.com/moduscreateorg/brickout
- Owner: ModusCreateOrg
- License: mit
- Created: 2019-02-14T18:20:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-30T18:46:56.000Z (over 6 years ago)
- Last Synced: 2025-01-26T18:27:58.653Z (12 months ago)
- Language: C++
- Homepage: https://labs.moduscreate.com
- Size: 1.97 MB
- Stars: 1
- Watchers: 22
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://moduscreate.com)
# Brickout [](https://ci.moduscreate.com/job/ModusCreateOrg/job/genus/job/master/1/)
Brickout is a cross-platform a block-breaking game developed by [Modus Create](https://moduscreate.com) to demonstrate how to use the creative engine library. Brickout runs on the [ODROID GO](https://www.hardkernel.com/shop/odroid-go/), macOS and Linux.
## How to Play
Smash the blocks with the ball by moving your paddle (`← →`), preventing it from going out of bounds.

## Getting started
To build Brickout, 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 |
| --- | --- |
| `4` `RETURN` `X` `Z` `SPACE` | Start the game |
### Instructions screens
| Key(s) | Description |
| --- | --- |
| `← →` | Navigate how to play screens |
### Game
| Key(s) | Description |
| --- | --- |
|`← →` | Moves the paddle |
## License
Brickout is licensed under [MIT](https://opensource.org/licenses/MIT).
# Contributing
Interested in contributing to Brickout? Please see our [developing](./DEVELOPING.md) and [contributions](./CONTRIBUTIONS.MD) guidelines.