diff --git a/CHANGELOG.md b/CHANGELOG.md index 793272e..72059b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CITATION.cff b/CITATION.cff index 43f17bd..4f2973d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -11,7 +11,7 @@ authors: email: dhm.masson@gmail.com 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 @@ -26,5 +26,5 @@ keywords: - Web - Javascript license: MIT -version: v0.1.0 +version: v1.0.0 date-released: '2024-10-06' \ No newline at end of file diff --git a/README.md b/README.md index 41473f1..bbf612f 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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} } ``` diff --git a/cz.toml b/cz.toml index 404cf50..3b69896 100644 --- a/cz.toml +++ b/cz.toml @@ -1,3 +1,3 @@ [tool.commitizen] -version = "0.1.0" +version = "1.0.0" update_changelog_on_bump = true \ No newline at end of file diff --git a/index.qmd b/index.qmd index bfa9208..76fd6b8 100644 --- a/index.qmd +++ b/index.qmd @@ -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: @@ -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 diff --git a/resources/lotus.kra b/resources/lotus.kra index 3998a61..77c28d8 100644 Binary files a/resources/lotus.kra and b/resources/lotus.kra differ