-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
73 lines (57 loc) · 2.44 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
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:
given: "Dimitri"
family: "Masson"
orcid: "0000-0002-7072-3146"
email: "[email protected]"
include-before-body:
text: |
<script src="libraries/rhill-voronoi-core.js" type="text/javascript"></script>
<script src="libraries/p5/p5.min.js" type="text/javascript"></script>
<script src="libraries/p5/p5.sound.min.js" type="text/javascript"></script>
<script src="libraries/p5.touchgui.js" type="text/javascript"></script>
<script src="src/assets.js"></script>
<script src="src/ui.js"></script>
<script src="src/diagram.js"></script>
<script src="src/frogs.js"></script>
<script src="src/game.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
citation:
type: "software"
container-title: "LudumDare 56"
issued: "2024-10-06"
version: "1.0.0"
date: "2024-10-06"
title-block-categories: true
---
::: {.grid}
::: {#canvas .g-col-9}
:::
::: {.g-col-3}
# How to Play
## Placement Phase
Take turns placing your frogs on any lilypad with a fly.
## Movement Phase
1. Click to select a frog.
2. Click a destination to move the frog.
> Frogs follow paths but can't jump over each other.
Lilypads are destroyed after a frog leaves.
Collect 1 point per fly, 5 points for a lotus.
3. Next player moves.
The game ends when no moves are left for either player.
:::
:::
# Ludum Dare 56
This game was made for Ludum Dare 56, a game jam where participants have 48 hours to create a game from scratch based on a theme. The theme for this jam was "Tiny Creatures".
## Fifty Six LilyPads!
- Rate my entry : [https://ldjam.com/events/ludum-dare/56/fifty-six-frogs](https://ldjam.com/events/ludum-dare/56/fifty-six-frogs)
- Check the source code for this game on GitHub: [https://github.com/dhmmasson/lilyFrogs](https://github.com/dhmmasson/lilyFrogs)
- Leave a Star if you like it! [Star](https://github.com/dhmmasson/lilyFrogs){
.github-button data-color-scheme="no-preference: light; light: light; dark: dark;" data-icon="octicon-star" data-size="small" data-show-count="true" aria-label="Star dhmmasson/lilyFrogs on GitHub"}
## Ratings
![Ratings](https://badges.jaxs.onl/56/fifty-six-frogs/badge.svg)