Skip to content

Commit

Permalink
replace dg -> pets in portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamby777 committed Aug 18, 2024
1 parent eb0f062 commit 602b7fb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
Binary file removed src/public/img/portfolio/dialogical.png
Binary file not shown.
Binary file added src/public/img/portfolio/pets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 11 additions & 9 deletions views/portfolio.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,20 @@

<div class="col-md-4">
<div class="card project-card">
<img src="/public/img/portfolio/dialogical.png" class="project-img" height="250" alt="dialogical">
<img src="/public/img/portfolio/pets.png" class="project-img" height="250" alt="PETS 2037">
<div class="card-body">
<h5 class="card-title">dialogical</h5>
<h5 class="card-title">P/E/T/S 2037</h5>
<p class="card-text">
A domain-specific language (DSL) I created to solve the
surprisingly complex task of creating dialogue trees for my
own game P/E/T/S 2037. It supports some minor metaprogramming
stuff using inline scripts that can take actions like
importing other files or linking certain names to voice IDs.
My main project right now. It's a role-playing game set in a
somewhat near future where you play as Ethan, a boy who needs
to learn to accept change. With some help from a few unlikely
friends, he finds his way back to his old home, only to realize
that the journey was more important than the destination. The
game is open-source, written in Godot and Rust, and almost
every system (dialogue, battle, etc.) was created from scratch.
</p>
<a href="https://crates.io/crates/dialogical" class="btn btn-carbon">Crate</a>
<a href="https://github.com/Lamby777/dialogical" class="btn btn-carbon">Source</a>
<a href="https://sparklet.org/pets" class="btn btn-carbon">Status</a>
<a href="https://github.com/Lamby777/PETS-G" class="btn btn-carbon">Source</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 602b7fb

Please sign in to comment.