Skip to content

Commit

Permalink
site update
Browse files Browse the repository at this point in the history
  • Loading branch information
Flareonz44 committed Jun 10, 2024
1 parent 158620a commit 6651524
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions _posts/projects/2021-5-7-beyonder-mars-research.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,27 @@ It is about an 'astronaut' whose mission is to explore Mars in search of life si

## Technical aspect

This will be a 3D game written in C using Raylib. The gameplay will feature a procedurally generated terrain created with my own algorithm, based on Perlin noise generation. It will be almost infinity since it's limited to match the actual scale of the real planet's surface. Yes, it's vast, but don't worry; I'm planning to make the gameplay as dynamic as possible, even in a story-driven context.
This will be a 3D game written in C++ using Raylib. The gameplay will feature a procedurally generated terrain created with my own algorithm, based on Perlin noise generation. It will be almost infinity since it's limited to match the actual scale of the real planet's surface. Yes, it's vast, but don't worry; I'm planning to make the gameplay as dynamic as possible, even in a story-driven context.

## Stay updated

Despite the many demands in my life, I promise to share regular updates related to the game on my [social media](https://linktr.ee/flareonz44) platforms. So, stay tuned for the latest developments!

Lastly, if you're interested in contributing or joining the team, feel free to reach out to me through Twitter, Instagram, or, if you prefer, via email at **[email protected]**.

Keep rocking on!
## Dev Posts!

{% if site.posts.size > 0 %}
<ul>
{% for post in site.posts %}
{% if post.tags contains 'BeyonderMR' %}
<li class="post-list-item">
<span class="home-date">
{{ post.date | date: site.theme_config.date_format }}»
</span>
<a href="{{ post.url | relative_url }}">{{ post.title }}</a>
</li>
{% endif %}
{% endfor %}
</ul>
{% endif %}

0 comments on commit 6651524

Please sign in to comment.