Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
5ade75a
Create index.html
mudzip1 Oct 17, 2024
910514f
Delete games/2048 directory
mudzip1 Oct 17, 2024
78bd916
Create games
mudzip1 Oct 17, 2024
a6c3b96
Delete games
mudzip1 Oct 17, 2024
6178f60
Create 2048
mudzip1 Oct 17, 2024
73a50e9
Update 2048
mudzip1 Oct 17, 2024
f36b462
Delete gamescode/2048
mudzip1 Oct 17, 2024
ed965a3
Create index.html
mudzip1 Oct 17, 2024
c9d5cd8
Delete gamescode/2048 directory
mudzip1 Oct 17, 2024
817c059
Create index.html
mudzip1 Oct 17, 2024
9b02f6d
Create index.html
mudzip1 Oct 17, 2024
80f5587
Update index.html
mudzip1 Oct 17, 2024
b2cd082
Update index.html
mudzip1 Oct 17, 2024
0537ffa
Update index.html
mudzip1 Oct 17, 2024
f613785
Update index.html
mudzip1 Oct 17, 2024
fe3da14
Rename index.html to index.html
mudzip1 Oct 17, 2024
25e77b4
Create index.html
mudzip1 Oct 17, 2024
60d872b
Create index.js
mudzip1 Oct 17, 2024
f2c37b0
Create styles.css
mudzip1 Oct 17, 2024
d2ed157
Update index.js
mudzip1 Oct 17, 2024
66e8f17
Create gamescode.html
mudzip1 Oct 17, 2024
6c7b0c3
Update gamescode.html
mudzip1 Oct 17, 2024
817bdab
Update index.js
mudzip1 Oct 17, 2024
075e9ba
Update styles.css
mudzip1 Oct 17, 2024
1aa123b
Delete gamescode/coreball directory
mudzip1 Oct 17, 2024
d72c5a8
Create coreball.css
mudzip1 Oct 17, 2024
2cfc0fe
Create coreball.js
mudzip1 Oct 17, 2024
7abec10
Create gamescode.html
mudzip1 Oct 17, 2024
f378809
Create index.html
mudzip1 Oct 17, 2024
bca50d0
Delete gamescode/coreball/index.html
mudzip1 Oct 17, 2024
239717e
Delete gamescode/coreball directory
mudzip1 Oct 17, 2024
babc991
Create index.html
mudzip1 Oct 17, 2024
6ea2510
Update index.html
mudzip1 Oct 17, 2024
a4a6f1b
Create index.html
mudzip1 Oct 17, 2024
4429260
Create index.html
mudzip1 Oct 17, 2024
41a3b26
Update games.html
mudzip1 Oct 17, 2024
13fa05a
Update games.html
mudzip1 Oct 17, 2024
16e74fb
Update index.html
dirextory Oct 17, 2024
94d2511
Update games.html
dirextory Oct 17, 2024
74cf15d
Create settings.html
dirextory Oct 17, 2024
a9a55e3
Update settings.html
dirextory Oct 17, 2024
0548442
Update games.html
mudzip1 Oct 17, 2024
560d28e
Update games.html
mudzip1 Oct 17, 2024
cc2f3b5
Create index.html
mudzip1 Oct 17, 2024
0c94a33
Create index.html
mudzip1 Oct 17, 2024
94c405c
Create index.html
mudzip1 Oct 17, 2024
e822209
Update games.html
mudzip1 Oct 17, 2024
966e48b
Update games.html
mudzip1 Oct 17, 2024
1d8c866
Add files via upload
mudzip1 Oct 21, 2024
cc1cda3
Delete run-3.webp
mudzip1 Oct 21, 2024
f6852cb
Create run3.png
mudzip1 Oct 21, 2024
7f00986
Add files via upload
mudzip1 Oct 21, 2024
3cfc44d
Delete images/run3.png
mudzip1 Oct 21, 2024
044be04
Update games.html
mudzip1 Oct 21, 2024
f86fdb0
Update games.html
mudzip1 Oct 21, 2024
d116156
Add files via upload
mudzip1 Oct 21, 2024
14dd79f
Create index.html
mudzip1 Oct 21, 2024
1013c4f
Delete gamescode/index.html
mudzip1 Oct 21, 2024
0c509c0
Create index.html
mudzip1 Oct 21, 2024
3cafcc9
Create index.js
mudzip1 Oct 21, 2024
63c34e9
Create style.css
mudzip1 Oct 21, 2024
8829fb0
Add files via upload
mudzip1 Oct 21, 2024
886cf84
Add files via upload
mudzip1 Oct 21, 2024
a5d1933
Update games.html
mudzip1 Oct 21, 2024
b736649
logo
mudzip1 Oct 24, 2024
c084d1f
Update README.md
mudzip1 Oct 24, 2024
5b82a13
Update README.md
mudzip1 Oct 24, 2024
a60032a
Rename arcane-logo.png to images/arcane-logo.png
mudzip1 Oct 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
Made by Mudzip, Directory, and Yeet
<p align="center">
<kbd>
<img style="border-radius:5%" height="150px" src="https://github.com/mudzip1/Viridian/blob/main/images/Untitled%20design%20(14).png?raw=true">
</kbd>
</p>
<h1 align="center" style="color: #19e7b6;">Viridian Games</h1>
<p align="center">Unblocked Games for Free, From the Creators of GameCat!</p>
135 changes: 93 additions & 42 deletions games.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@
background: linear-gradient(to bottom, #1e90ff, #0c3d99);
z-index: 0;
}

.fixed-header {
position: fixed;
top: 0;
left: 50%;
transform: translateX(-50%);
z-index: 10;
color: white;
font-size: 24px;
font-weight: bold;
padding: 10px;
}

.menu {
position: relative;
Expand All @@ -34,26 +46,44 @@
}

.menu-item {
margin: 15px;
margin: 5px;
text-align: center;
color: white;
cursor: pointer;
position: relative;
}

.menu-item img {
width: 90px;
height: 90px;
border-radius: 10px;
width: 205px;
height: 110px;
border-radius: 12px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.menu-item:hover img {
transform: scale(1.1);
transform: scale(1.05);
box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.7);
}

.menu-item:hover p {
text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
opacity: 1;
transform: translateY(0);
transition: opacity 0.3s ease, transform 0.3s ease;
}

.menu-item p {
position: absolute;
bottom: 10px;
left: 0;
right: 0;
opacity: 0;
transform: translateY(20px);
transition: opacity 0.3s ease, transform 0.3s ease;
font-size: 18px;
color: white;
background-color: rgba(0, 0, 0, 0.7);
padding: 5px;
border-radius: 8px;
}

.search-bar {
Expand Down Expand Up @@ -81,19 +111,18 @@
color: rgba(255, 255, 255, 0.6);
}

/* Sidebar (Navigation) styling */
.nav-bar {
position: fixed;
left: 0;
top: 0;
height: 100%;
width: 80px;
background-color: rgba(0, 0, 0, 0.8);
background-color: rgba(0, 0, 0, 0.6);
display: flex;
flex-direction: column;
align-items: center;
padding-top: 20px;
z-index: 2; /* Ensure it appears above other content */
padding-top: 15px;
z-index: 2;
}

.nav-bar a {
Expand All @@ -116,19 +145,20 @@
color: #ffffff;
}

/* Remove default margin and padding */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
</style>
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/particles.js/2.0.0/particles.min.js"></script>
</head>
<body>
<div id="particles-js"></div>


<!-- Left-side Navigation Bar -->
<div class="fixed-header">Viridian Beta</div>
<div class="nav-bar">
<a href="index.html" class="icon" title="Home">🏠</a>
<a href="games.html" class="icon" title="Games">🎮</a>
Expand All @@ -140,26 +170,46 @@
</div>

<div class="menu" id="menu">
<div class="menu-item" onclick="launchFullscreen('https://fullscreen12.pages.dev')">
<img src="https://play-lh.googleusercontent.com/uJn2i9h7KxYQarC_c3K4qH6o7gLtflFnhD_dN14MNkzHJ1NeNFzCL69jpB5mT0vCoQs" alt="2048">
<div class="menu-item" onclick="launchFullscreen('https://viridian.pages.dev/gamescode/slope/')">
<img src="https://plexilearcade.xyz/images/games-images/slope.png" alt="Slope">
<p>Slope</p>
</div>
<div class="menu-item" onclick="launchFullscreen('https://sgs-game-cdn.pages.dev/Projects/Drive%20Mad/main.html')">
<img src="https://play-lh.googleusercontent.com/zGApa4C91zfSXuPMVHvBzzgVLhs_ABHv9fybDQ2m86QmArR3sejpOoRjBMq4ZNZrhg" alt="Roblox">
<div class="menu-item" onclick="launchFullscreen('https://viridian.pages.dev/gamescode/drivemad/')">
<img src="https://raw.githubusercontent.com/mudzip1/viridian.github.io/refs/heads/main/images/drivemad.png" alt="Drive Mad">
<p>Drive Mad</p>
</div>
<div class="menu-item" onclick="launchFullscreen('https://yoho2.pro')">
<img src="https://play-lh.googleusercontent.com/4yqjsxq9ntZ2dftqxChXmsm-kZ293L6tBc8bghIFxvMn6T8v8jdGqld1CT_vuocU6g" alt="1v1.lol">
<img src="https://play-lh.googleusercontent.com/4yqjsxq9ntZ2dftqxChXmsm-kZ293L6tBc8bghIFxvMn6T8v8jdGqld1CT_vuocU6g" alt="Yohoho.io">
<p>Yohoho.io</p>
</div>
<div class="menu-item" onclick="launchFullscreen('https://run3-911.com/g/run3/')">
<img src="https://run3-image-placeholder.com" alt="Run 3">
<img src="https://raw.githubusercontent.com/mudzip1/viridian.github.io/refs/heads/main/images/run-3.webp" alt="Run 3">
<p>Run 3</p>
</div>
<div class="menu-item" onclick="launchFullscreen('https://viridian.pages.dev/gamescode/2048/')">
<img src="https://raw.githubusercontent.com/mudzip1/viridian.github.io/refs/heads/main/images/2048.png" alt="2048">
<p>2048</p>
</div>
<div class="menu-item" onclick="launchFullscreen('https://viridian.pages.dev/gamescode/getawayshootout/')">
<img src="https://raw.githubusercontent.com/mudzip1/viridian.github.io/refs/heads/main/images/getawayshootout.png" alt="2048">
<p>Getaway Shootout</p>
</div>
<div class="menu-item" onclick="launchFullscreen('https://viridian.pages.dev/gamescode/fnaf1/')">
<img src="https://raw.githubusercontent.com/mudzip1/viridian.github.io/refs/heads/main/images/fnaf.png" alt="2048">
<p>Fnaf 1</p>
</div>
<div class="menu-item" onclick="launchFullscreen('https://viridian.pages.dev/gamescode/snowrider/')">
<img src="https://raw.githubusercontent.com/mudzip1/viridian.github.io/refs/heads/main/images/snowrider3d.png" alt="e">
<p>Snowrider 3D</p>
</div>
<div class="menu-item" onclick="launchFullscreen('https://viridian.pages.dev/gamescode/coreball/')">
<img src="https://raw.githubusercontent.com/mudzip1/viridian.github.io/refs/heads/main/images/coreball.png" alt="GameImage">
<p>Coreball</p>
</div>
</div>

<script>
// JavaScript to configure particles
// JavaScript to configure particles
particlesJS("particles-js", {
particles: {
number: {
Expand Down Expand Up @@ -265,36 +315,37 @@
},
retina_detect: true
});

// Launches the game in fullscreen
function launchFullscreen(url) {
var myWindow = window.open('', 'Fullscreen', 'scrollbars=1,height=' + screen.availHeight + ',width=' + screen.availWidth);
myWindow.document.write('<!DOCTYPE html>\
<html>\
<head>\
<title>Game</title>\
</head>\
<body style="margin:0;">\
<iframe src="' + url + '" style="border:none;overflow:hidden;height:100%;width:100%;position:absolute;top:0px;left:0px;right:0px;bottom:0px" height="100%" width="100%"></iframe>\
</body>\
</html>');
}

// Filter the games in the menu
// Function to filter games by title
function filterGames() {
const input = document.getElementById("search");
const filter = input.value.toLowerCase();
const menuItems = document.getElementsByClassName("menu-item");
var input, filter, menu, menuItems, title, i;
input = document.getElementById('search');
filter = input.value.toUpperCase();
menu = document.getElementById('menu');
menuItems = menu.getElementsByClassName('menu-item');

for (let i = 0; i < menuItems.length; i++) {
let item = menuItems[i].getElementsByTagName("p")[0];
if (item.innerHTML.toLowerCase().indexOf(filter) > -1) {
for (i = 0; i < menuItems.length; i++) {
title = menuItems[i].getElementsByTagName("p")[0];
if (title.innerHTML.toUpperCase().indexOf(filter) > -1) {
menuItems[i].style.display = "";
} else {
menuItems[i].style.display = "none";
}
}
}

// Launches the game in fullscreen
function launchFullscreen(url) {
var myWindow = window.open('', 'Fullscreen', 'scrollbars=1,height=' + screen.availHeight + ',width=' + screen.availWidth);
myWindow.document.write('<!DOCTYPE html>\n\
<html>\n\
<head>\n\
<title>Game</title>\n\
</head>\n\
<body style="margin:0;">\n\
<iframe src="' + url + '" style="border:none;overflow:hidden;height:100%;width:100%;position:absolute;top:0px;left:0px;right:0px;bottom:0px" height="100%" width="100%"></iframe>\n\
</body>\n\
</html>');
}
</script>
</body>
</html>
Loading