Compare commits
3 Commits
e191cf6fc6
...
a8fb201fd8
| Author | SHA1 | Date |
|---|---|---|
|
|
a8fb201fd8 | |
|
|
e090539654 | |
|
|
03b19a2eb6 |
|
|
@ -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/yBzZrQgG7K
|
discord_url: https://discord.gg/GzmYu7Vu4s
|
||||||
---
|
---
|
||||||
|
|
||||||
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.
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,31 @@
|
||||||
|
---
|
||||||
|
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.
|
After Width: | Height: | Size: 397 KiB |
|
|
@ -4,6 +4,7 @@
|
||||||
</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