61 lines
2.2 KiB
HTML
61 lines
2.2 KiB
HTML
<!doctype html>
|
|
<html lang="fr">
|
|
<head>
|
|
<title>Super Space Invader : Turbo Apocalypse DELUXE VS. GOD</title>
|
|
<meta charset="UTF-8" />
|
|
<link rel="stylesheet" href="/static/style.css" />
|
|
<script src="/static/js/utils.js" defer></script>
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div class="links">
|
|
<a href="/" class="header_button">Home Page</a>
|
|
<a href="/projects.html" class="header_button">Projets</a>
|
|
<a href="/about.html" class="header_button">A propos de moi</a>
|
|
<a href="/quizz" class="header_button">Vibe check</a>
|
|
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
|
</div>
|
|
<button
|
|
id="display_header_links"
|
|
onclick="toggle_all_header_links()"
|
|
>
|
|
▼
|
|
</button>
|
|
</header>
|
|
|
|
<main>
|
|
<h1>Super Space Invader : Turbo Apocalypse DELUXE VS. GOD</h1>
|
|
<img
|
|
src="/static/assets/images/ssitadvg.png"
|
|
alt="Super Space Invader : Turbo Apocalypse DELUXE VS. GOD"
|
|
style="width: 80%"
|
|
/>
|
|
Super space invader : tadbvs is a space invader clone made in C++
|
|
and mingl as a graphic library
|
|
<p>
|
|
<br />
|
|
It has a two sets of sprites and features God, He break the
|
|
fourth wall and sends aliens straight at you.
|
|
</p>
|
|
<img alt="MainMenu" src="/static/assets/images/mainMenu.png" />
|
|
<img alt="Gameplay" src="/static/assets/images/gameplay.png" />
|
|
<a
|
|
href="https://git.djalim.fr/DjalimSimaila/SuperSpaceInvaderTurboApocalypseVsGOD"
|
|
><u>source code</u></a
|
|
>
|
|
</main>
|
|
|
|
<footer>
|
|
<p>
|
|
Fait par Djalim Simaila et sa haine de l'HTML, CSS, mais pas du
|
|
JavaScript ♥️
|
|
</p>
|
|
<p>©2025</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|