Skip to content

Commit

Permalink
Add Citation Information (#5)
Browse files Browse the repository at this point in the history
* Create CITATION.cff
* Update README.md
* Update README.md add DOI
* Update CITATION.cff add DOI
  • Loading branch information
dhmmasson authored Aug 27, 2024
1 parent 1ad6e89 commit d08b13c
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CITATION.cff
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'
32 changes: 30 additions & 2 deletions README.md
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}
}
```

0 comments on commit d08b13c

Please sign in to comment.