Skip to content

Commit

Permalink
chore(release): release Ludum Dare 56 Compo v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhmmasson committed Oct 10, 2024
1 parent cfe3b1b commit 0b9c214
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 7 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
## 1.0.0 (2024-10-10)

### Feat

- autoscroll to Game
- add social and SEO elements
- add a placement phase
- Add an AI
- check end game conditions
- force valid moves
- Add score
- add sound to frogs and fix highlight
- add the music assets to the game
- add flies and lotuses
- generate 3 frogs per player
- add theme music
- add a fly as a target
- add frogs and lilypad to the game
- update frog image with halo
- add source for images
- add lotus assets
- add two variants of lilypad
- add the frogs assets
- connect the quad
- add a temporary color palette
- link the quad

### Fix

- fix NaN in highscore computation
- solve various bug fix at the end of the game
- highlighd and touch press
- remove lilypad on AI movement
- remove the navigation bar
- block other frogs
- update assets names
- update citation and readme with correct doi

### Refactor

- split the code into files
- Update colors and transform quad visualization to circle

## 0.1.0 (2024-10-05)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors:
email: [email protected]
identifiers:
- type: doi
value: 10.5281/zenodo.13893397
value: 10.5281/zenodo.13896183
description: 'doi of this version'
- type: doi
value: 10.5281/zenodo.13893396
Expand All @@ -26,5 +26,5 @@ keywords:
- Web
- Javascript
license: MIT
version: v0.1.0
version: v1.0.0
date-released: '2024-10-06'
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Ludum Dare](https://img.shields.io/badge/LudumDare-56-f79122?labelColor=ee5533&link=https%3A%2F%2Fldjam.com%2Fevents%2Fludum-dare%2F56)
![p5js](https://img.shields.io/badge/p5.js-v1.9.4-ED225D?logo=p5.js&logoColor=FFFFFF)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13893396.svg)](https://doi.org/10.5281/zenodo.13893396)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13896183.svg)](https://doi.org/10.5281/zenodo.13896183)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

My entry for ludum dare 56
Expand All @@ -16,7 +16,7 @@ My entry for ludum dare 56
If you want to cite this software, please cite use the following :

```APA
Masson, D. (2024). Untitled (Version v10.0.) [Computer software]. Ludum Dare 56. https://github.com/dhmmasson/LD56
Masson, D. (2024). Untitled (Version v1.0.0.) [Computer software]. Ludum Dare 56. https://github.com/dhmmasson/LD56
```

```bibtex
Expand All @@ -25,8 +25,9 @@ author = {Masson, Dimitri},
license = {MIT},
month = oct,
title = {{Untitled}},
url = {https://github.com/dhmmasson/LD56},
version = {v0.0.1},
url = {https://github.com/dhmmasson/lilyFrogs},
doi = {10.5281/zenodo.13896183},
version = {v1.0.0},
year = {2024}
}
```
Expand Down
2 changes: 1 addition & 1 deletion cz.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[tool.commitizen]
version = "0.1.0"
version = "1.0.0"
update_changelog_on_bump = true
2 changes: 2 additions & 0 deletions index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Fifty Six LilyPads!"
subtitle: "Made for Ludum Dare 56"
doi: "10.5281/zenodo.13893396"
abstract: "A game of strategy and tactics for two players. Each player controls a team of frogs that must move across a pond to catch flies and reach the lotus flower."
author:
- name:
Expand All @@ -24,6 +25,7 @@ citation:
type: "software"
container-title: "LudumDare 56"
issued: "2024-10-06"
version: "1.0.0"
date: "2024-10-06"
title-block-categories: true

Expand Down
Binary file modified resources/lotus.kra
Binary file not shown.

0 comments on commit 0b9c214

Please sign in to comment.