master
Can202 2021-05-30 22:43:14 -04:00
parent bc7d76da9e
commit 9ba84d836f
2 changed files with 42 additions and 1 deletions

View File

@ -0,0 +1,41 @@
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="https://can202.github.io/OpenSource-GameList/src/images/icon.png">
<title>Open Source Game List</title>
<link rel="stylesheet" href="https://can202.github.io/OpenSource-GameList/src/style.css">
</head>
<body>
<header>
<p><a href="/OpenSource-GameList/"><img src="https://can202.github.io/OpenSource-GameList/src/images/icon.png" width="30px"/></a> Open Source Game List</p>
</header>
<nav>
<script src="https://can202.github.io/OpenSource-GameList/src/tagnav.js"></script>
</nav>
<div class ="tocenter">
<h1 align="center">DungeonRush</h1>
<p align="center">Casual game inspired by Snake</p>
<p align="center">Windows and Linux</p>
<p align="center">casual, on_device_multiplayer, local_multiplayer</p>
<article class = "center">
<p>
<a href="https://github.com/Rapiz1/DungeonRush#readme" target="_blank">
<img src="https://can202.github.io/OpenSource-GameList/src/images/link/github.png" width="60px" />
</a>
</p>
</article>
<article class = "center">
<a href="https://raw.githubusercontent.com/Rapiz1/DungeonRush/master/screenshot.gif" target="_blank">
<img src ="https://raw.githubusercontent.com/Rapiz1/DungeonRush/master/screenshot.gif" height="200px"/>
</a>
</article>
</div>
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
<footer>
<script src ="/OpenSource-GameList/src/footer.js">
</script>
</footer>
</body>
</html>

View File

@ -641,7 +641,7 @@ if (tag == "action" || tag == "metroidvania" || tag == "plataformer" || tag == "
if (tag == "casual" || tag == "on_device_multiplayer" || tag == "local_multiplayer" || tag == "home"){
total = total + 1;
document.write('<li><a href="https://github.com/Rapiz1/DungeonRush" target="_blank">DungeonRush</a> - Casual game inspired by Snake');
document.write('<li><a href="https://can202.github.io/OpenSource-GameList/games/DungeonRush">DungeonRush</a> - Casual game inspired by Snake');
document.write('<img src="/OpenSource-GameList/src/images/windows.png" width="15px" />'); //windows
document.write('<img src="/OpenSource-GameList/src/images/linux.png" width="15px" />'); //linux
//document.write('<img src="/OpenSource-GameList/src/images/mac.png" width="15px" />'); //mac