Compare commits
No commits in common. "a8fb201fd80b6b276b5713604fa647d3ee263fc4" and "e191cf6fc6ab51e00d5fa5e64e910623c3c1eee5" have entirely different histories.
a8fb201fd8
...
e191cf6fc6
|
|
@ -7,7 +7,7 @@ steam_widget_url: https://store.steampowered.com/widget/3052500/
|
||||||
itch_io_url: https://frog-collective.itch.io/coldridge
|
itch_io_url: https://frog-collective.itch.io/coldridge
|
||||||
itch_io_widget_url: https://itch.io/embed/3308356?link_color=ed1e1e
|
itch_io_widget_url: https://itch.io/embed/3308356?link_color=ed1e1e
|
||||||
presskit_url: presskits/coldridge.html
|
presskit_url: presskits/coldridge.html
|
||||||
discord_url: https://discord.gg/GzmYu7Vu4s
|
discord_url: https://discord.gg/yBzZrQgG7K
|
||||||
---
|
---
|
||||||
|
|
||||||
Step into the rugged boots of a prospector and venture into the untamed wilderness of ColdRidge, a land shrouded in mystery and plagued by a sinister curse.
|
Step into the rugged boots of a prospector and venture into the untamed wilderness of ColdRidge, a land shrouded in mystery and plagued by a sinister curse.
|
||||||
|
|
|
||||||
|
|
@ -1,31 +0,0 @@
|
||||||
---
|
|
||||||
title: Do you like playing with dice?
|
|
||||||
date: 07/23/2025
|
|
||||||
---
|
|
||||||
|
|
||||||
**Hi everyone! 🎲**
|
|
||||||
|
|
||||||
As promised in the last post, we are ready to announce our new project!
|
|
||||||
|
|
||||||
We love dice, it's **the** object that represent the random, the chaos. I remember playing it with my grand mother during family reunions.
|
|
||||||
There is a lot of dice in games but they are often secondary, they are a representation of the RNG, but not the really present in the game.
|
|
||||||
What we want with this game is to put the pleasure of playing with dice at the center of the experience.
|
|
||||||
|
|
||||||
We started to prototype things in April, using ... real dice and paper.
|
|
||||||
|
|
||||||
<center>
|
|
||||||
<img src="/img/die-for-a-die/prototype.jpg" alt="Paper prototype of the game" class="news--image" style="width: 90%;">
|
|
||||||
</center>
|
|
||||||
|
|
||||||
Once we were happy with the core gameplay, we started to prototype it in Godot. We now have a nice 15 minutes experience and so many ideas to push it further.
|
|
||||||
|
|
||||||
<insert screenshot of the prototype>
|
|
||||||
|
|
||||||
We believe that this game can be a great one! If you are interested to, come join us on our discord server to talk with us about the development of the game.
|
|
||||||
|
|
||||||
<div class="game--buttons">
|
|
||||||
<a class="game--button" href="https://discord.gg/GzmYu7Vu4s">
|
|
||||||
<img class="contact--button-icon" src="/img/discord-fill.svg"></img>
|
|
||||||
Discord
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 397 KiB |
|
|
@ -4,7 +4,6 @@
|
||||||
</a>
|
</a>
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
||||||
{{ social_link('Discord', 'discord-fill.svg', 'https://discord.gg/GzmYu7Vu4s') }}
|
|
||||||
{{ social_link('Steam', 'steam-fill.svg', 'https://store.steampowered.com/dev/frog-collective') }}
|
{{ social_link('Steam', 'steam-fill.svg', 'https://store.steampowered.com/dev/frog-collective') }}
|
||||||
{{ social_link('Itch.io', 'itchio-fill.svg', 'https://frog-collective.itch.io/') }}
|
{{ social_link('Itch.io', 'itchio-fill.svg', 'https://frog-collective.itch.io/') }}
|
||||||
{{ social_link('Youtube', 'youtube-fill.svg', 'https://www.youtube.com/@frog-collective') }}
|
{{ social_link('Youtube', 'youtube-fill.svg', 'https://www.youtube.com/@frog-collective') }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue