-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create CITATION.cff * Update README.md * Update README.md add DOI * Update CITATION.cff add DOI
- Loading branch information
Showing
2 changed files
with
61 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
cff-version: 1.2.0 | ||
title: Keep the bee (Jeez) Alive | ||
message: >- | ||
If you use this software, please cite it using the | ||
metadata from this file. | ||
type: software | ||
authors: | ||
- given-names: Dimitri | ||
family-names: Masson | ||
orcid: 'https://orcid.org/0000-0002-7072-3146' | ||
email: [email protected] | ||
identifiers: | ||
- type: doi | ||
value: 10.5281/zenodo.13377949 | ||
repository-code: 'https://github.com/dhmmasson/KeepTheBeesAlive/tree/v2.0.0' | ||
url: 'https://dhmmasson.github.io/KeepTheBeesAlive/keepTheBeeAlive-PostMortem' | ||
abstract: >- | ||
Keep the bees alive by building a shelter | ||
for their hive in this physics-based balancing game. | ||
Stack construction elements carefully to protect | ||
the bees from the rain. | ||
Inspired by the iconic Bee Gees hit *Staying Alive*, | ||
this game blends strategic thinking with a groovy soundtrack. | ||
Can you keep the hive safe and buzzing? | ||
keywords: | ||
- Ludum Dare | ||
- Game | ||
- Web | ||
license: MIT | ||
version: v2.0.0 | ||
date-released: '2020-04-30' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,30 @@ | ||
# ld46 | ||
ld46 | ||
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13377949.svg)](https://doi.org/10.5281/zenodo.13377949) | ||
|
||
# Keep The Bee (jeez) Alive | ||
|
||
Keep the bees alive by building a shelter for their hive in this physics-based balancing game. Stack construction elements carefully to protect the bees from the rain. Inspired by the iconic Bee Gees hit *Staying Alive*, this game blends strategic thinking with a groovy soundtrack. Can you keep the hive safe and buzzing? | ||
|
||
|
||
# Ratings | ||
|
||
![Ratings](https://badges.jaxs.onl/46/keep-the-bee-jeez-alive/badge.svg) | ||
|
||
# Cite this repository | ||
|
||
If you want to cite this software, please cite use the following : | ||
|
||
```APA | ||
Masson, D. (2020). Keep the bee (Jeez) Alive (Version v2.0.0) [Computer software]. https://github.com/dhmmasson/KeepTheBeesAlive/tree/v2.0.0 | ||
``` | ||
|
||
```bibtex | ||
@software{Masson2020_keepbee, | ||
author = {Masson, Dimitri}, | ||
license = {MIT}, | ||
month = Apr, | ||
title = {{Keep the bee (Jeez) Alive}}, | ||
url = {https://github.com/dhmmasson/KeepTheBeesAlive/tree/v2.0.0}, | ||
version = {v1.0.1}, | ||
year = {2020} | ||
} | ||
``` |