mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-03 18:31:17 +00:00
116 lines
5.9 KiB
HTML
116 lines
5.9 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
<meta name="generator" content="Doxygen 1.8.17"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>Bomberman: Bomberman</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr style="height: 56px;">
|
|
<td id="projectalign" style="padding-left: 0.5em;">
|
|
<div id="projectname">Bomberman
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.8.17 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */</script>
|
|
<div id="main-nav"></div>
|
|
</div><!-- top -->
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<iframe src="javascript:void(0)" frameborder="0"
|
|
name="MSearchResults" id="MSearchResults">
|
|
</iframe>
|
|
</div>
|
|
|
|
<div class="PageDoc"><div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">Bomberman </div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="textblock"><p>A recreation of the classic Bomberman arcade game</p>
|
|
<p><a href="https://github.com/AnonymusRaccoon/Bomberman/actions/workflows/build.yml"><object type="image/svg+xml" data="https://github.com/AnonymusRaccoon/Bomberman/actions/workflows/build.yml/badge.svg" style="pointer-events: none;">Build</object></a> <a href="https://github.com/AnonymusRaccoon/Bomberman/actions/workflows/webassembly.yml"><object type="image/svg+xml" data="https://github.com/AnonymusRaccoon/Bomberman/actions/workflows/webassembly.yml/badge.svg" style="pointer-events: none;">Web Building</object></a> <a href="https://github.com/AnonymusRaccoon/Bomberman/actions/workflows/test.yml"><object type="image/svg+xml" data="https://github.com/AnonymusRaccoon/Bomberman/actions/workflows/test.yml/badge.svg" style="pointer-events: none;">Unit Tests</object></a></p>
|
|
<p>Repository link: <a href="https://github.com/AnonymusRaccoon/Bomberman/">https://github.com/AnonymusRaccoon/Bomberman/</a></p>
|
|
<h1><a class="anchor" id="autotoc_md5"></a>
|
|
Demo (Click to See on YouTube)</h1>
|
|
<p><a href="http://www.youtube.com/watch?v=5tkaYtMpdKY" title="Indie Studio - Bomberman"><img src="http://img.youtube.com/vi/5tkaYtMpdKY/0.jpg" alt="DEMO" class="inline"/></a></p>
|
|
<h1><a class="anchor" id="autotoc_md6"></a>
|
|
Screenshots</h1>
|
|
<div> <img src="./assets/images/titlescreen.png" alt="" align="left" width="45%" class="inline"/> <img src="./assets/images/lobby.png" alt="" align="right" width="45%" class="inline"/> <img src="./assets/images/game.png" alt="" class="inline"/> </div><h1><a class="anchor" id="autotoc_md7"></a>
|
|
Run (compile from the sources)</h1>
|
|
<p>Clone the project</p>
|
|
<div class="fragment"><div class="line">git clone https://github.com/AnonymusRaccoon/Bomberman.git</div>
|
|
</div><!-- fragment --><p>Go to the project directory</p>
|
|
<div class="fragment"><div class="line">cd Bomberman</div>
|
|
</div><!-- fragment --><p>Create <code>build</code> dir and compile using CMake</p>
|
|
<div class="fragment"><div class="line">mkdir build</div>
|
|
<div class="line">cd build</div>
|
|
<div class="line">cmake ..</div>
|
|
<div class="line">cmake --build .</div>
|
|
<div class="line">cd ..</div>
|
|
</div><!-- fragment --><p>Enjoy !</p>
|
|
<div class="fragment"><div class="line">./build/bomberman</div>
|
|
</div><!-- fragment --><h1><a class="anchor" id="autotoc_md8"></a>
|
|
Documentation</h1>
|
|
<p><a href="https://anonymusraccoon.github.io/Bomberman/">Doxygen Documentation</a></p>
|
|
<h1><a class="anchor" id="autotoc_md9"></a>
|
|
Tech Stack</h1>
|
|
<p><b>Bomberman:</b> C++20, raylib, Catch2, CMake, Doxygen, Lua</p>
|
|
<h1><a class="anchor" id="autotoc_md10"></a>
|
|
Authors</h1>
|
|
<ul>
|
|
<li><a href="https://github.com/AnonymusRaccoon" title="Anonymus Raccoon">Zoe Roux</a></li>
|
|
<li><a href="https://github.com/Octopus773" title="Octopus">Clément Le Bihan</a></li>
|
|
<li><a href="https://github.com/Arthi-chaud" title="Arthi-Chaud">Arthur Jamet</a></li>
|
|
<li><a href="https://github.com/GitBluub" title="Bluub">Louis Auzuret</a></li>
|
|
<li><a href="https://github.com/EternalRat" title="EternalRat">Benjamin Henry</a></li>
|
|
<li><a href="https://github.com/TrueBabyChaise" title="TrueBabyChaise">Tom Augier</a> </li>
|
|
</ul>
|
|
</div></div><!-- PageDoc -->
|
|
</div><!-- contents -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by  <a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
|
</a> 1.8.17
|
|
</small></address>
|
|
</body>
|
|
</html>
|