Skip to content

Commit

Permalink
Added Ferret Firefighters
Browse files Browse the repository at this point in the history
  • Loading branch information
mknightdev committed Feb 16, 2024
1 parent e165b0e commit 69dc4a7
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 0 deletions.
Binary file added img/ferret_firefighters_cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/ferret_firefighters_gameplay_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/ferret_firefighters_gameplay_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 61 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,67 @@ <h5 class="mt-3">About</h5>
</div>
</div>

<!-- Pirate Software Game Jam #14 -->
<div class="project personal csharp col-12 col-md-6 col-lg-4">
<div class="card">
<img src="img/ferret_firefighters_cover.png" alt="Bodyheat Character States" class="card-img-top">
<div class="card-body">
<h5 class="card-title">
Ferret Firefighters <span class="badge round-pill bg-wip">WIP</span>
</h5>
<p class="card-text"><i>Pirate Software Game Jam #14</i></p>
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#FerretFirefighters">View</button>
<div class="modal" id="FerretFirefighters">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Ferret Firefighters</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal"></button>
</div>
<div class="modal-body">
<div class="ratio ratio-16x9 mb-3">
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/ferret_firefighters_gameplay_1.png" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="img/ferret_firefighters_gameplay_2.png" class="d-block w-100" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<h5 class="mt-3">About</h5>
<p><a href="https://mboytondev.itch.io/" target="_blank">mboytondev</a> and I developed Ferret Firefighters in 2 weeks for the <a href="https://itch.io/jam/pirate" target="_blank">Pirate Software Game Jam #14</a>.</p>
<p>Ferret Firefighters is a casual strategy game, where you must stop the Demon from spreading its fire. Dispatch firefighters from the Fire Station, and claim territory of the houses in the village.</p>
</div>
<div class="modal-footer">
<p><i>Source code coming soon</i></p>
</div>
</div>
</div>
</div>
</div>
<div class="card-footer">
<span class="badge round-pill bg-personal">Personal</span>
<span class="badge round-pill bg-language">C#</span>
<span style="float: right">27/01/2024</span>
</div>
</div>
</div>

<!-- Dissertation -->
<div class="project finalyear csharp col-12 col-md-6 col-lg-4">
<div class="card">
Expand Down

0 comments on commit 69dc4a7

Please sign in to comment.