1152 lines
43 KiB
HTML
1152 lines
43 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-us">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<title>Daniele's Website - Favorite Games</title>
|
|
<meta
|
|
name="description"
|
|
content="The favorite games of the website creator."
|
|
/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<!-- CSS -->
|
|
<link rel="stylesheet" href="css/global.css" />
|
|
<link rel="stylesheet" href="css/favorite_games.css" />
|
|
<!-- Favicon -->
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
href="images/favicon/favicon-96x96.png"
|
|
sizes="96x96"
|
|
/>
|
|
<link rel="shortcut icon" href="images/favicon/favicon.ico" />
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="180x180"
|
|
href="images/favicon/apple-touch-icon.png"
|
|
/>
|
|
<meta name="apple-mobile-web-app-title" content="Daniele" />
|
|
<link rel="manifest" href="images/favicon/site.webmanifest" />
|
|
<!-- Canonical tag -->
|
|
<link rel="canonical" href="favorite_games.html" />
|
|
</head>
|
|
|
|
<body id="body">
|
|
<!---Site Container--->
|
|
<div id="websiteContainer">
|
|
<!-- Spacer -->
|
|
<div id="websiteSpacerTop"></div>
|
|
<!-- Header -->
|
|
<header id="header">
|
|
<img
|
|
src="images/header-logo.png"
|
|
alt="Logo and Title"
|
|
class="header-logo"
|
|
/>
|
|
</header>
|
|
|
|
<!-- Left Aside -->
|
|
<aside id="leftSiteContent">
|
|
<!-- Main Navigation -->
|
|
<nav id="leftNav" aria-label="Main Navigation">
|
|
<div class="nav-categories">
|
|
<span>This Website</span>
|
|
<div class="nav-items">
|
|
<img
|
|
src="images/home.png"
|
|
class="nav-icons"
|
|
alt="Kirby's house"
|
|
/><a href="index.html" class="nav-links" id="navHome">Home</a>
|
|
</div>
|
|
<hr />
|
|
|
|
<div class="nav-items">
|
|
<img
|
|
src="images/site-info.png"
|
|
class="nav-icons"
|
|
alt="Blue Kirby"
|
|
/><a href="site_info.html" class="nav-links" id="navSiteInfo"
|
|
>Site Info</a
|
|
>
|
|
</div>
|
|
<hr />
|
|
|
|
<div class="nav-items">
|
|
<img
|
|
src="images/past-versions.png"
|
|
class="nav-icons"
|
|
alt="Star"
|
|
/><a
|
|
href="past_versions.html"
|
|
class="nav-links"
|
|
id="navPastVersions"
|
|
>Past Versions</a
|
|
>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="nav-categories">
|
|
<span>Personal</span>
|
|
<div class="nav-items">
|
|
<img src="images/about-me.png" class="nav-icons" alt="Kirby" /><a
|
|
href="about_me.html"
|
|
class="nav-links"
|
|
id="navAboutMe"
|
|
>About Me</a
|
|
>
|
|
</div>
|
|
<hr />
|
|
|
|
<div class="nav-items">
|
|
<img
|
|
src="images/favorite-games.png"
|
|
class="nav-icons"
|
|
alt="N64 Logo"
|
|
/><a
|
|
href="favorite_games.html"
|
|
class="nav-links-active"
|
|
id="navFavoriteGames"
|
|
>Favorite Games</a
|
|
>
|
|
</div>
|
|
<hr />
|
|
|
|
<div class="nav-items">
|
|
<img
|
|
src="images/anime-reviews.png"
|
|
class="nav-icons"
|
|
alt="Konata Izumi"
|
|
/><a
|
|
href="anime_reviews.html"
|
|
class="nav-links"
|
|
id="navAnimeReviews"
|
|
>Anime Reviews</a
|
|
>
|
|
</div>
|
|
<hr />
|
|
|
|
<div class="nav-items">
|
|
<img
|
|
src="images/artworks.png"
|
|
class="nav-icons"
|
|
alt="Kirby 64 Painting"
|
|
/><a href="artworks.html" class="nav-links" id="navArtworks"
|
|
>Artworks</a
|
|
>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="nav-categories">
|
|
<span>Entertainment</span>
|
|
<div class="nav-items">
|
|
<img
|
|
src="images/music-player.png"
|
|
class="nav-icons"
|
|
alt="Mike Kirby"
|
|
/><a
|
|
href="music_player.html"
|
|
class="nav-links"
|
|
id="navMusicPlayer"
|
|
>Music Player ♪</a
|
|
>
|
|
</div>
|
|
<hr />
|
|
|
|
<div class="nav-items">
|
|
<img
|
|
src="images/mini-tv.png"
|
|
class="nav-icons"
|
|
alt="Cartoonish CRT TV"
|
|
/><a href="crt_television.html" class="nav-links" id="navCRT"
|
|
>CRT Television</a
|
|
>
|
|
</div>
|
|
<hr />
|
|
|
|
<div class="nav-items">
|
|
<img
|
|
src="images/crt-television.png"
|
|
class="nav-icons"
|
|
alt="CRT TV Realistic"
|
|
/><a href="others/crt-tv/index.html" class="nav-links-external"
|
|
>Realistic CRT</a
|
|
>
|
|
</div>
|
|
<hr />
|
|
|
|
<div class="nav-items">
|
|
<img
|
|
src="images/arcade-games.png"
|
|
class="nav-icons"
|
|
alt="Pixel Mario"
|
|
/><a
|
|
href="arcade_games.html"
|
|
class="nav-links"
|
|
id="navArcadeGames"
|
|
>Arcade Games</a
|
|
>
|
|
</div>
|
|
<hr />
|
|
|
|
<div class="nav-items">
|
|
<img
|
|
src="images/sketchbook.png"
|
|
class="nav-icons"
|
|
alt="Adeleine from Kirby"
|
|
/><a href="sketchbook.html" class="nav-links" id="navSketchbook"
|
|
>Sketchbook</a
|
|
>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="nav-categories">
|
|
<span>Cool Stuff</span>
|
|
<div class="nav-items">
|
|
<img
|
|
src="images/coding-tricks.png"
|
|
class="nav-icons"
|
|
alt="HTML5 Logo"
|
|
/><a
|
|
href="coding_tricks.html"
|
|
class="nav-links"
|
|
id="navCodingTricks"
|
|
>Coding Tricks</a
|
|
>
|
|
</div>
|
|
<hr />
|
|
|
|
<div class="nav-items">
|
|
<img
|
|
src="images/all-kirby-games.png"
|
|
class="nav-icons"
|
|
alt="Retro Kirby"
|
|
/><a
|
|
href="all_kirby_games.html"
|
|
class="nav-links"
|
|
id="navAllKirbyGames"
|
|
>All Kirby Games</a
|
|
>
|
|
</div>
|
|
<hr />
|
|
|
|
<div class="nav-items">
|
|
<img
|
|
src="images/miscellaneous.png"
|
|
class="nav-icons"
|
|
alt="Kirby 64 Painting 2"
|
|
/><a
|
|
href="miscellaneous.html"
|
|
class="nav-links"
|
|
id="navMiscellaneous"
|
|
>Miscellaneous</a
|
|
>
|
|
</div>
|
|
<hr />
|
|
|
|
<div class="nav-items">
|
|
<img
|
|
src="images/gif-collection.png"
|
|
class="nav-icons"
|
|
alt="King DeDeDe"
|
|
/><a
|
|
href="gif_collection.html"
|
|
class="nav-links"
|
|
id="navGifCollection"
|
|
>GIF Collection</a
|
|
>
|
|
</div>
|
|
<hr />
|
|
|
|
<div class="nav-items">
|
|
<img
|
|
src="images/guestbook.png"
|
|
class="nav-icons"
|
|
alt="Open Book"
|
|
/><a href="guestbook.html" class="nav-links" id="navGuestbook"
|
|
>My Guestbook</a
|
|
>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="nav-categories">
|
|
<span>Other Pages</span>
|
|
<div class="nav-items">
|
|
<img
|
|
src="images/monster-hunter-tribute.png"
|
|
class="nav-icons"
|
|
alt="Felyne"
|
|
/><a
|
|
href="others/mhfu-tribute/index.html"
|
|
class="nav-links-external"
|
|
>Monster Hunter</a
|
|
>
|
|
</div>
|
|
<hr />
|
|
|
|
<div class="nav-items">
|
|
<img
|
|
src="images/minecraft-tribute.png"
|
|
class="nav-icons"
|
|
alt="Grass Block"
|
|
/><a
|
|
href="others/minecraft-tribute/index.html"
|
|
class="nav-links-external"
|
|
>Minecraft</a
|
|
>
|
|
</div>
|
|
<hr />
|
|
|
|
<div class="nav-items">
|
|
<img
|
|
src="images/wall-e-tribute.png"
|
|
class="nav-icons"
|
|
alt="BNL Logo"
|
|
/><a
|
|
href="others/wall-e-tribute/home.html"
|
|
class="nav-links-external"
|
|
>WALL-E</a
|
|
>
|
|
</div>
|
|
<hr />
|
|
|
|
<div class="nav-items">
|
|
<img
|
|
src="images/frutigeraeroarchive.png"
|
|
class="nav-icons"
|
|
alt="Windows 7 Orb"
|
|
/><a
|
|
href="https://frutigeraeroarchive.neocities.org/"
|
|
class="nav-links-external"
|
|
>Frutiger Aero</a
|
|
>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Nav Music Player -->
|
|
<audio id="navMusic">
|
|
<source src="#" type="audio/mpeg" />
|
|
</audio>
|
|
<!-- Music Controls -->
|
|
<div class="nav-music-div">
|
|
<div class="nav-music-marquee">
|
|
<span id="currentSongInfo"
|
|
><!-- Current song information will go here --></span
|
|
>
|
|
</div>
|
|
<nav aria-label="Music Player">
|
|
<div>
|
|
<button id="navMusicPlay">Play</button>
|
|
<button id="navMusicPause">Pause</button>
|
|
</div>
|
|
<div aria-label="Music Player Media Controls">
|
|
<button id="navMusicPrevious">Back</button>
|
|
<button id="navMusicNext">Next</button>
|
|
</div>
|
|
</nav>
|
|
</div>
|
|
</nav>
|
|
</aside>
|
|
|
|
<!-- Right Aside -->
|
|
<aside id="rightSiteContent">
|
|
<div class="aside-ads-container">
|
|
<span>Cool Posters</span>
|
|
<img
|
|
src="images/sidebars/azumanga.jpg"
|
|
alt="Azumanga Daioh Poster"
|
|
title="Azumanga Daioh"
|
|
/>
|
|
<img
|
|
src="images/sidebars/renge.jpg"
|
|
alt="Renge Miyauchi Poster"
|
|
title="Renge Miyauchi"
|
|
/>
|
|
<img
|
|
src="images/sidebars/nichijou.jpg"
|
|
alt="Nichijou Poster"
|
|
title="Nichijou"
|
|
/>
|
|
<img
|
|
src="images/sidebars/kirby_gameboy.jpg"
|
|
alt="Ad for Kirby Game Boy game"
|
|
title="Kirby Tilt 'n' Tumble"
|
|
/>
|
|
<img
|
|
src="images/sidebars/yui_hirasawa.png"
|
|
alt="Yui Hirasawa"
|
|
class="sidebar-character-1"
|
|
title="Yui Hirasawa"
|
|
/>
|
|
</div>
|
|
</aside>
|
|
|
|
<!-- Main Page -->
|
|
<main id="middleContent">
|
|
<!-- Favorite Games Section -->
|
|
<section id="favGamesSection">
|
|
<div class="fav-games-greetings-container text-containers-main-bg">
|
|
<h1>My favorite games of all time</h1>
|
|
<img src="images/yo-yo-kirby.png" />
|
|
<p>
|
|
Here is a non-exhaustive list of the video games that marked my
|
|
childhood or gave me a real appreciation for gaming. From the
|
|
early days with the PS2, to recent ones on PC.
|
|
</p>
|
|
</div>
|
|
|
|
<!-- Games divs -->
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img src="images/mhfu.jpg" alt="Monster Hunter Freedom Unite" />
|
|
<div>
|
|
<h2 class="games-psp-title">
|
|
Monter Hunter Freedom Unite -
|
|
<span class="games-psp">PSP</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source src="music/mfhu-theme.mp3" type="audio/mpeg" />
|
|
</audio>
|
|
<p>
|
|
My all-time favorite game. I've spent countless hours playing
|
|
this game on PSP as a kid, the village you live in, the sounds,
|
|
the music, and the ambience really made me feel like I was home
|
|
when i played it.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img src="images/lbp-2.jpg" alt="Little Big Planet 2" />
|
|
<div>
|
|
<h2 class="games-ps3-title">
|
|
Little Big Planet 2 - <span class="games-ps3">PS3</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source src="music/lbp2-sleepy-head.mp3" type="audio/mpeg" />
|
|
</audio>
|
|
<p>
|
|
This and LBP1 are my favorite games on the PlayStation 3. It
|
|
made me utilize my imagination and create my own levels and
|
|
machines. The community on this game was amazing and the
|
|
user-created levels were legendary, like
|
|
<a href="https://youtu.be/m2_9EAmsDQQ">"My Little Dead Space"</a
|
|
>, Shark Survival, Bomb survival etc. I played this game
|
|
everyday after school. I miss it dearly, now that the servers
|
|
are closed.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img
|
|
src="images/super-smash-bros.jpg"
|
|
alt="Super Smash Bros Ultimate"
|
|
/>
|
|
<div>
|
|
<h2 class="games-switch-title">
|
|
Super Smash Bros. Ultimate -
|
|
<span class="games-switch">Switch</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source
|
|
src="music/super-smash-bros-ultimate-theme.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
I've been a fan of the Smash series since I was a kid, I only
|
|
played it on special occasions when my brother brought his
|
|
friends home, so naturally it was the first game I bought on the
|
|
Switch. I never had the opportunity to play the Smash games
|
|
online before, so that was awesome. It made me be able to relive
|
|
these old days but with other people. It's the best and most
|
|
complete Smash Bros game ever. Kirby main BTW.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img src="images/smash-melee.jpg" alt="Smash Bros Melee Cover" />
|
|
<div>
|
|
<h2 class="games-gamecube-title">
|
|
Super Smash Bros Melee -
|
|
<span class="games-gamecube">Gamecube</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source
|
|
src="music/super-smash-bros-melee-menu.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
It's my first Smash Bros game, and thus it deserves to be on
|
|
this list. It was an awesome game for the GameCube and still is.
|
|
I have a lot of memories playing this game with my brother and
|
|
his friends.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img src="images/mh-tri.jpg" alt="Monster Hunter Tri" />
|
|
<div>
|
|
<h2 class="games-wii-title">
|
|
Monster Hunter Tri -
|
|
<span class="games-wii">Wii</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source src="music/mhtri-theme.mp3" type="audio/mpeg" />
|
|
</audio>
|
|
<p>
|
|
My brother introduced me to Monster Hunter with Freedom Unite,
|
|
but when this game released on console, we both got it on our
|
|
Wii's. I had a lot of fun playing with my brother and randoms on
|
|
the multiplayer. There was nothing really like it back then, and
|
|
it was very popular. You could fight monsters on the surface or
|
|
underwater, my favorite being the Lagiacrus.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img
|
|
src="images/deep-rock-galactic.jpg"
|
|
alt="Deep Rock Galactic"
|
|
/>
|
|
<div>
|
|
<h2 class="games-pc-title">
|
|
Deep Rock Galactic - <span class="games-pc">PC</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source
|
|
src="music/drg-dance-of-the-dreadnought.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
A hidden gem I discovered recently. You go on mining missions in
|
|
procedurally generated caves, either in solo with Bosco, the
|
|
helper robot, or 3 other teammates heavily inspired by Team
|
|
Fortress classes: Gunner, Engineer, Scout. Oh, and there's the
|
|
driller too. The missions are dangerous, you have to fight a lot
|
|
of bugs. What I love the most about this game is the salute you
|
|
can do to teammates by pressing V: "Rock and Stone!" or, "If you
|
|
don't Rock and Stone, you ain't going home". Also, pinging
|
|
random stuff with the laser pointer makes funny voice lines like
|
|
"Mushroom" or "We're rich" and it's a meme to spam ping these in
|
|
the community. For modern games, it's the best community I know
|
|
of, and the devs are not greedy and are down to earth. There are
|
|
no dumb microtransactions and the only DLC's are cosmetic to
|
|
support the devs.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img src="images/modnation-racers.jpg" alt="ModNation Racers" />
|
|
<div>
|
|
<h2 class="games-ps3-title">
|
|
Modnation Racers - <span class="games-ps3">PS3</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source
|
|
src="music/modnations-racer-theme.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
Man, I've spent so much time on this game back in the days. You
|
|
could customize your cars and make your own circuits. It had an
|
|
awesome and creative community much like Little Big Planet.
|
|
There were so many custom skins and cars made by the players, it
|
|
was awesome.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img src="images/battlefront-2.jpg" alt="Battlefront II 2005" />
|
|
<div>
|
|
<h2 class="games-ps2-title">
|
|
Star Wars: Battlefront II -
|
|
<span class="games-ps2">PS2</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source
|
|
src="music/star-wars-battlefront-2-menu.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
This was my favorite game back on PS2, that game and its PSP
|
|
versions Rogue Squadron and Elite Squadron are masterpieces.
|
|
Nowadays on PC you can even add mods that bring back the
|
|
Battlefront 3 sequel that was supposed to come out. I remember
|
|
finding the secrets and exploring the maps, or just pretending
|
|
to be an AI clone, lol. Back then, I had no concept of online
|
|
multiplayer, and the large scale battles with AI were really
|
|
cool to me.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img src="images/mario-kart-wii.jpg" alt="Mario Kart Wii" />
|
|
<div>
|
|
<h2 class="games-wii-title">
|
|
Mario Kart Wii -
|
|
<span class="games-wii">Wii</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source
|
|
src="music/mario-kart-wii-title-theme.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
The best Mario Kart ever. It was wild playing Mario Kart online
|
|
for the first time when it released. The Wii era was really
|
|
something to live. Everyone knew that game. I remember playing
|
|
this game with my cousins with the plastic wheel where you
|
|
attached your remote in.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img
|
|
src="images/double-dash.jpg"
|
|
alt="Mario Kart Double Dash Cover"
|
|
/>
|
|
<div>
|
|
<h2 class="games-gamecube-title">
|
|
Mario Kart Double Dash!! -
|
|
<span class="games-gamecube">Gamecube</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source
|
|
src="music/mario-kart-double-dash-theme.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
My first Mario Kart game, I also played this with my brother on
|
|
special occasions, an amazing game and I remember how good it
|
|
looked for the time. Not gonna lie, I found the GameCube
|
|
graphics better than the PS2. It has some of the best tracks
|
|
from the series, my favorites being Peach Beach and DK Mountain.
|
|
Also, the Baby Park theme can't get out of my head, send help.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img
|
|
src="images/pokemon-red-rescue-team.jpg"
|
|
alt="Pokemon Mystery Dungeon Red Rescue Team"
|
|
/>
|
|
<div>
|
|
<h2 class="games-gba-title">
|
|
Pokemon Mystery Dungeon -
|
|
<span class="games-gba">Gameboy Advance</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source
|
|
src="music/pokemon-mystery-dungeon-title.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
Gotta be my favorite GameBoy game. Instead of capturing Pokémon,
|
|
you play as one of them, and your mission is to rescue other
|
|
Pokémon with your team. It's probably inspired from that one
|
|
episode where the Pokémon talk to each other to try and find
|
|
their lost masters.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img src="images/mx-vs-atv.jpg" alt="MX Vs ATV Untamed" />
|
|
<div>
|
|
<h2 class="games-ps2-title">
|
|
MX vs ATV Untamed - <span class="games-ps2">PS2</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source
|
|
src="music/mx-vs-atv-authority-zero.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
A racing game on the PS2 that I played to death, it was one of
|
|
my favorite games and made me become obsessed with bikes and
|
|
racing at the time. I was considering becoming a racer back then
|
|
(I was like 8).
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img
|
|
src="images/motorstorm-pacific-rift.jpg"
|
|
alt="MotorStorm: Pacific Rift"
|
|
/>
|
|
<div>
|
|
<h2 class="games-ps3-title">
|
|
MotorStorm: Pacific Rift -
|
|
<span class="games-ps3">PS3</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source
|
|
src="music/motorstorm-no-pun-intended-the-hives.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
One of the most impressive racing games from the PS3 era. This
|
|
was a blast to play online, there were people driving trucks,
|
|
bikes, monster trucks, all at the same time, and trying to stop
|
|
each others from finishing the race. I miss this series, it was
|
|
so cool.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img
|
|
src="images/elite-squadron.jpg"
|
|
alt="Star Wars Battlefront: Elite Squadron"
|
|
/>
|
|
<div>
|
|
<h2 class="games-psp-title">
|
|
SW Battlefront: Elite Squadron -
|
|
<span class="games-psp">PSP</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source
|
|
src="music/star-wars-elite-squadron.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
This game for me was Battlefront 2 on the go, it even allowed
|
|
you to switch between ground and space battle in the same game.
|
|
It uses a lot of Battlefront III assets and is as close as we
|
|
can get to the cancelled sequel.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img src="images/digimon-cover.jpg" alt="Digimon Cover" />
|
|
<div>
|
|
<h2 class="games-gamecube-title">
|
|
Digimon Rumble Arena II -
|
|
<span class="games-gamecube">Gamecube</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source
|
|
src="music/digimon-rumble-arena-2-menu.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
This was a game I played very early in my childhood. I wanted to
|
|
play it all the time with my brother, and it had this kind of
|
|
nostalgic, wondrous feeling that I can't explain when I played
|
|
it. It may be a Smash Bros rip-off, but it has a place in my
|
|
heart.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img src="images/playstation-home.jpg" alt="Playstation Home" />
|
|
<div>
|
|
<h2 class="games-ps3-title">
|
|
Playstation Home - <span class="games-ps3">PS3</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source
|
|
src="music/playstation-home-forever.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
If any of you lived through the PS3 era, this game was just
|
|
iconic. There were plenty of minigames from all subjects, Star
|
|
Wars, Zombies, etc. You could own your own home, a bit like the
|
|
Sims, and talk to other people. Nostalgic game.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img src="images/mass-effect-3.jpg" alt="Mass Effect 3 Cover" />
|
|
<div>
|
|
<h2 class="games-ps3-title">
|
|
Mass Effect 3 - <span class="games-ps3">PS3</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source
|
|
src="music/mass-effect-3-the-fleets-arrive.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
I replayed this game many many times on PS3, and then on PC,
|
|
where I also played the prequels. I absolutely love the story of
|
|
this game and the soundtrack, it's just perfect. I used to draw
|
|
the "Reapers" a lot when I was a kid, I won't spoil but they are
|
|
an almost immortal race of machines. Please play this series if
|
|
you have not!
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img
|
|
src="images/kirby-return-to-dreamland-deluxe.jpg"
|
|
alt="Kirby's Return to Dream Land Deluxe"
|
|
/>
|
|
<div>
|
|
<h2 class="games-switch-title">
|
|
Kirby's Return to Dream Land Deluxe -
|
|
<span class="games-switch">Switch</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source
|
|
src="music/kirby-return-to-dreamland-deluxe-welcome-your-new-overlord.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
A remaster of the Wii game that I never played. I really love
|
|
this game. One of the best Kirby games I own. It has a lot of
|
|
mini-games and level variety and the gameplay is simple and
|
|
straightforward.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img
|
|
src="images/kirby-and-the-forgotten-land.jpg"
|
|
alt="Kirby and the Forgotten Land"
|
|
/>
|
|
<div>
|
|
<h2 class="games-switch-title">
|
|
Kirby and the Forgotten Land -
|
|
<span class="games-switch">Switch</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source
|
|
src="music/kirby-forgotten-world-running-through-the-new-world.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
My second game on the Switch and the one that introduced me to
|
|
Kirby games. Really enjoyed it and it looks amazing. Gameplay is
|
|
fun and challenging at times, and it does everything you expect.
|
|
Level design is superb as well. Soundtrack is also really great.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img
|
|
src="images/pokemon-heart-gold.jpg"
|
|
alt="Pokémon Heart Gold"
|
|
/>
|
|
<div>
|
|
<h2 class="games-ds-title">
|
|
Pokémon HeartGold -
|
|
<span class="games-ds">DS</span>
|
|
</h2>
|
|
<audio controls loop>
|
|
<source
|
|
src="music/pokemon-heartgold-pokemon-center.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
My favorite Pokémon game, I also remember playing the original
|
|
on the GameBoy. The soundtrack and roster is great. My brother
|
|
and I are fans of Pokémon since watching the cartoon when it was
|
|
airing on TV in the early 2000s.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img src="images/lego-star-wars.jpg" alt="Lego Star Wars" />
|
|
<div>
|
|
<h2 class="games-gamecube-title">
|
|
Lego Star Wars -
|
|
<span class="games-gamecube">Gamecube</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source
|
|
src="music/lego-star-wars-theme.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
The two games, for the prequels and the original trilogy, are my
|
|
favorite Lego games, The movies are well represented and the
|
|
gameplay is fun and intuitive. I spent a lot of my childhood on
|
|
that game as I was also a Star Wars fan (Episode III released
|
|
when I was 5).
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img src="images/mario-kart-ds.jpg" alt="Mario Kart DS" />
|
|
<div>
|
|
<h2 class="games-ds-title">
|
|
Mario Kart -
|
|
<span class="games-ds">DS</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source src="music/mario-kart-ds-theme.mp3" type="audio/mpeg" />
|
|
</audio>
|
|
<p>
|
|
Spent hundreds of hours probably on this game, it is so
|
|
nostalgic and it was fantastic, it even had R.O.B as a
|
|
character. Waluigi Pinball was an awesome map on this.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img src="images/mario-party-ds.jpg" alt="Mario Party DS" />
|
|
<div>
|
|
<h2 class="games-ds-title">
|
|
Mario Party -
|
|
<span class="games-ds">DS</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source
|
|
src="music/mario-party-ds-grand-opening.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
I played Mario Party since the GameCube days with Mario Party 4,
|
|
5, 6, and this handheld version of it utilizing the stylus is
|
|
the best one in my opinion.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img
|
|
src="images/mh-gen-u.jpg"
|
|
alt="Monster Hunter Generations Ultimate"
|
|
/>
|
|
<div>
|
|
<h2 class="games-switch-title">
|
|
MH Generations Ultimate -
|
|
<span class="games-switch">Switch</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source src="music/mhgu-bherna.mp3" type="audio/mpeg" />
|
|
</audio>
|
|
<p>
|
|
Monster Hunter game on the Switch, it brings back the old
|
|
villages from the previous games, and has a nostalgic feel to
|
|
it. Also the biggest monster roster in all the MH Games.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img
|
|
src="images/mario-party-superstars.jpg"
|
|
alt="Mario Party Superstars"
|
|
/>
|
|
<div>
|
|
<h2 class="games-switch-title">
|
|
Mario Party Superstars -
|
|
<span class="games-switch">Switch</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source
|
|
src="music/mario-party-superstars-you-are-the-superstar.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
My first online Mario Party game, I love the N64 remastered maps
|
|
on this one, it's great fun. More than half of my switch Friend
|
|
list is from players I've played with on this game.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img src="images/skyrim.jpg" alt="Skyrim" />
|
|
<div>
|
|
<h2 class="games-pc-title">
|
|
The Elder Scrolls V: Skyrim -
|
|
<span class="games-pc">PC</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source src="music/skyrim-trailer.mp3" type="audio/mpeg" />
|
|
</audio>
|
|
<p>
|
|
Skyrim, from console to PC, the game where I spent hundreds of
|
|
hours adventuring, slaying dragons, and more than anything,
|
|
exploring, and what a world to explore indeed, the open world of
|
|
Skyrim is my personal favorite, and it has the biggest mod
|
|
community that I know of.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img src="images/minecraft.jpg" alt="Minecraft" />
|
|
<div>
|
|
<h2 class="games-pc-title">
|
|
Minecraft - <span class="games-pc">PC</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source src="music/c418-haggstrom.mp3" type="audio/mpeg" />
|
|
</audio>
|
|
<p>
|
|
One of the first games I got on my PC around 2011, I've played
|
|
it ever since, with long breaks sometimes, but I always come
|
|
back to it after a while. You probably already know everything
|
|
about this game. The first version I played was 1.0. I remember
|
|
building huge castles in creative mode, being scared of
|
|
Herobrine, playing with my friends on servers, hosting locally
|
|
with Hamachi, and all the music and other videos that i used to
|
|
watch and still do. Thank you, Notch, for this amazing game and
|
|
the memories associated with it.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img src="images/warband.jpg" alt="Mount & Blade: Warband" />
|
|
<div>
|
|
<h2 class="games-pc-title">
|
|
Mount & Blade: Warband - <span class="games-pc">PC</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source
|
|
src="music/mount%26blade-warband-theme.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
My most played game on Steam, with 3000+ hours on the counter. I
|
|
played mostly its DLC Napoleonic Wars and used to be part of a
|
|
"Regiment" that took part in organized battles with 200 players
|
|
in one server. The game is in my opinion better than its sequel
|
|
Bannerlord. It still has a loyal player base.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img src="images/starcraft-2.jpg" alt="Starcraft II" />
|
|
<div>
|
|
<h2 class="games-pc-title">
|
|
StarCraft II - <span class="games-pc">PC</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source
|
|
src="music/starcraft-2-the-showdown.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
This game made me buy a PC, when I saw my brother play it I
|
|
wanted to play it, too. I spent probably thousands of hours on
|
|
it and made good friends. The story is amazing, but my favorite
|
|
thing was "Arcade" where you could play user-created maps.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img src="images/rome.jpg" alt="Rome Total War" />
|
|
<div>
|
|
<h2 class="games-pc-title">
|
|
Rome: Total War - <span class="games-pc">PC</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source
|
|
src="music/rome-total-war-theme.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
I sank hours and hours on this game and its extension "Barbarian
|
|
Invasion" back when I was away from home with no internet access
|
|
on my old laptop. The music, ambience and everything is amazing
|
|
in this game, in my opinion, the best Total War release.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img src="images/tropico-3.jpg" alt="Tropico 3" />
|
|
<div>
|
|
<h2 class="games-pc-title">
|
|
Tropico 3 - <span class="games-pc">PC</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source src="music/tropico-3-track-8.mp3" type="audio/mpeg" />
|
|
</audio>
|
|
<p>
|
|
On this game, you control El Presidente and have to make your
|
|
island prosper. It's a fun little city builder game, and still
|
|
looks good today. I played it each time I went on vacations as
|
|
it was one of the few games I had on my laptop.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="fav-game-card text-containers-secondary-bg">
|
|
<img src="images/imperium.jpg" alt="Imperium Romanum" />
|
|
<div>
|
|
<h2 class="games-pc-title">
|
|
Imperium Romanum - <span class="games-pc">PC</span>
|
|
</h2>
|
|
<audio controls>
|
|
<source
|
|
src="music/imperium-romanum-theme.mp3"
|
|
type="audio/mpeg"
|
|
/>
|
|
</audio>
|
|
<p>
|
|
Another city builder I used to play a lot. This time in the
|
|
ancient Rome period. You must feed your citizens, build
|
|
circuses, monuments, and protect yourself from invasions (unless
|
|
you play on a peaceful map). Still love it today, a unique game
|
|
and the graphics didn't age so badly.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
<footer id="bottomFooter">
|
|
<span>2022-2025 ©Daniele63</span><br />
|
|
<a href="mailto:daniele63web@hotmail.com">e-mail</a>
|
|
<a href="https://ko-fi.com/daniele63">ko-fi</a>
|
|
<a href="https://spacehey.com/daniele63">spacehey</a>
|
|
<a href="https://www.bitview.net/user/Daniele">bitview</a>
|
|
<a href="https://neocities.org/site/daniele63">neocities</a>
|
|
</footer>
|
|
<!-- Spacer -->
|
|
<div id="websiteSpacerBottom"></div>
|
|
</div>
|
|
<!-- Javascript -->
|
|
<script src="javascript/nav-music.js"></script>
|
|
</body>
|
|
</html>
|