1452 lines
56 KiB
HTML
1452 lines
56 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 - All Kirby Games</title>
|
||
<meta
|
||
name="description"
|
||
content="A list with descriptions and images of all the Kirby games released throughout the years."
|
||
/>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
<!-- CSS -->
|
||
<link rel="stylesheet" href="css/global.css" />
|
||
<link rel="stylesheet" href="css/all_kirby_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="all_kirby_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"
|
||
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-active"
|
||
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">
|
||
<!-- Kirby Games Section -->
|
||
<section id="kirbyGamesSection">
|
||
<!-- Greetings text box -->
|
||
<div
|
||
class="kirby-games-greeting-div-container text-containers-main-bg"
|
||
>
|
||
<h1>All the Kirby Games</h1>
|
||
<img src="images/kirby-games-logo.png" />
|
||
<p>
|
||
Kirby was invented in 1992 by Masahiro Sakurai. His games have
|
||
always been cheerful and fun experiences, loved by people of all
|
||
ages. In this section I will showcase all the different Kirby
|
||
games that have been released throughout the years.
|
||
</p>
|
||
</div>
|
||
|
||
<!-- Gameboy -->
|
||
<div class="console-containers console-container-gameboy">
|
||
<!-- Header -->
|
||
<div class="console-headers console-header-gameboy">
|
||
<img
|
||
src="images/gameboy.png"
|
||
alt="Gameboy"
|
||
class="console-gameboy-image console-images"
|
||
/>
|
||
<div>
|
||
<img
|
||
src="images/gameboy-logo.png"
|
||
alt="Gameboy Logo"
|
||
class="console-gameboy-logo"
|
||
/>
|
||
<br />
|
||
<span>Released in 1989</span>
|
||
<br />
|
||
<span>118,6 million units sold</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-gameboy">
|
||
<img
|
||
src="images/kirbys-dream-land-cover.jpg"
|
||
alt="kirbys dreamland"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby's Dream Land</h2>
|
||
<span>Released in 1992</span>
|
||
<p>
|
||
Kirby's Dream Land (JP) is the first title in the Kirby series
|
||
and the debut of the pink protagonist Kirby. The game was
|
||
released in 1992 for the Game Boy and was created by series
|
||
mastermind Masahiro Sakurai, who went on to develop most of
|
||
the games in the series and other titles such as the Super
|
||
Smash Bros. series. Kirby possesses the ability to suck in
|
||
enemies and shoot them out as stars, however, he lacks his
|
||
Copy Ability from the later titles. The game was intended for
|
||
people new to gaming, and thus playing its four levels, is
|
||
rather simple. This game in its entirety, except for Castle
|
||
Lololo, is included in Kirby Super Star (Kirby's Fun Pak in
|
||
PAL countries) as Spring Breeze. Kirby's Dream Land was
|
||
released on the 3DS's Virtual Console in 2011.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-gameboy">
|
||
<img
|
||
src="images/kirbys-dream-land-2-cover.jpg"
|
||
alt="kirbys dreamland 2"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby's Dream Land 2</h2>
|
||
<span>Released in 1995</span>
|
||
<p>
|
||
Kirby's Dream Land 2 is a video game released on the Game Boy,
|
||
and it is a follow-up of Kirby's Dream Land. The game was also
|
||
the debut of Kirby's friends Rick the Hamster, Coo the Owl,
|
||
and Kine the Ocean Sunfish, whom he would be able to ride,
|
||
much like Mario and Yoshi.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-gameboy">
|
||
<img
|
||
src="images/kirby-pinball-land-cover.jpg"
|
||
alt="Kirby's Pinball Land"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby's Pinball Land</h2>
|
||
<span>Released in 1993</span>
|
||
<p>
|
||
Kirby's Pinball Land is a video game for the Game Boy that
|
||
stars Kirby as the ball. It was developed by HAL and published
|
||
by Nintendo.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-gameboy">
|
||
<img
|
||
src="images/kirbys-block-ball-cover.jpg"
|
||
alt="Kirby's Block Ball"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby's Block Ball</h2>
|
||
<span>Released in 1996</span>
|
||
<p>
|
||
Kirby's Block Ball is a Game Boy video game released in 1995
|
||
by Nintendo and HAL Laboratory. Shigeru Miyamoto and Gunpei
|
||
Yokoi both served as the game's producers. The game is based
|
||
on the arcade hit Breakout, but instead of using a standard
|
||
ball, you use Kirby to break the blocks. The game was also
|
||
released on Virtual Console for the 3DS in 2012, and it also
|
||
appears in a non-playable form in Kirby's Dream Collection.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-gameboy">
|
||
<img
|
||
src="images/kirbys-star-tracker-cover.jpg"
|
||
alt="Kirby's Star Stacker"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby's Star Stacker</h2>
|
||
<span>Released in 1997</span>
|
||
<p>
|
||
Kirby's Star Stacker known in Japan as Kirby no KiraKira Kids,
|
||
is a video game for the Game Boy and Super Nintendo
|
||
Entertainment System that was released in 1997 and 1998 on the
|
||
respective consoles.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="console-containers console-container-gameboy-color">
|
||
<!-- Gameboy Color -->
|
||
<div class="console-headers console-header-gameboy-color">
|
||
<img
|
||
src="images/gameboy-color.png"
|
||
alt="Gameboy Color"
|
||
class="console-gameboy-color-image console-images"
|
||
/>
|
||
<div>
|
||
<img
|
||
src="images/gameboy-color-logo.png"
|
||
alt="Gameboy Color Logo"
|
||
class="console-gameboy-color-logo"
|
||
/>
|
||
<br />
|
||
<span>Released in 1998</span>
|
||
<br />
|
||
<span>118,6 million units sold (With Gameboy) </span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-gameboy-color">
|
||
<img
|
||
src="images/kirby-tilt-n-tumble-cover.jpg"
|
||
alt="Kirby Tilt 'n' Tumble"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>
|
||
<span class="gbc-game-title-colors-1">Kirby</span>
|
||
<span class="gbc-game-title-colors-2">Tilt</span>
|
||
<span class="gbc-game-title-colors-3">'n'</span>
|
||
<span class="gbc-game-title-colors-4">Tumble</span>
|
||
</h2>
|
||
<span class="gameboy-color-release-date">Released in 2000</span>
|
||
<p>
|
||
Kirby Tilt 'n' Tumble (JP) is a video game for the Game Boy
|
||
Color that stars Kirby. It is noted as being the first tilt
|
||
sensitive handheld video game, that was later used in Game Boy
|
||
Advance games WarioWare Twisted and Yoshi Topsy Turvy and was
|
||
supposed to be used in the cancelled 2001 version of Diddy
|
||
Kong Pilot.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Gameboy Advance -->
|
||
<div class="console-containers console-container-gameboy-advance">
|
||
<div class="console-headers console-header-gameboy-advance">
|
||
<img
|
||
src="images/gameboy-advance.png"
|
||
alt="Gameboy Advance"
|
||
class="console-gameboy-advance-image console-images"
|
||
/>
|
||
<div>
|
||
<img
|
||
src="images/gameboy-advance-logo.png"
|
||
alt="Gameboy Advance Logo"
|
||
class="console-gameboy-advance-logo"
|
||
/>
|
||
<br />
|
||
<span>Released in 2001</span>
|
||
<br />
|
||
<span>81.51 million units sold</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-gameboy-advance">
|
||
<img
|
||
src="images/kirby-nightmare-in-dreamland-cover.jpg"
|
||
alt="Kirby: Nightmare in Dream Land"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby: Nightmare in Dream Land</h2>
|
||
<span>Released in 2002</span>
|
||
<p>
|
||
Kirby: Nightmare in Dream Land is a remake of the original
|
||
1993 game Kirby's Adventure for the NES, and was released on
|
||
the Game Boy Advance in 2002 in North America and Japan, in
|
||
2003 in Europe and in 2004 in Australia. It features Kirby as
|
||
a playable character, as well as Meta Knight in the unlockable
|
||
game mode "Meta Knightmare".
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-gameboy-advance">
|
||
<img
|
||
src="images/kirby-and-the-amazing-mirror-cover.jpg"
|
||
alt="Kirby & the Amazing Mirror"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby & the Amazing Mirror</h2>
|
||
<span>Released in 2004</span>
|
||
<p>
|
||
Kirby & the Amazing Mirror (JP) is a platformer video game
|
||
released on the Game Boy Advance in 2004. The game is a
|
||
side-scrolling platformer that stars the eight-inch tall
|
||
Kirby, though is the only title in the series not to feature
|
||
King Dedede.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- NES -->
|
||
<div class="console-containers console-container-nes">
|
||
<div class="console-headers console-header-nes">
|
||
<img
|
||
src="images/nes.png"
|
||
alt="NES"
|
||
class="console-nes-image console-images"
|
||
/>
|
||
<div>
|
||
<img
|
||
src="images/nes-logo.png"
|
||
alt="NES Logo"
|
||
class="console-nes-logo"
|
||
/>
|
||
<br />
|
||
<span>Released in 1983</span>
|
||
<br />
|
||
<span>61.91 million units sold</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-nes">
|
||
<img
|
||
src="images/kirbys-adventure-cover.jpg"
|
||
alt="Kirby's Adventure"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby's Adventure</h2>
|
||
<span>Released in 1993</span>
|
||
<p>
|
||
Kirby's Adventure (JP) (remade as Kirby: Nightmare in Dream
|
||
Land (JP) for the Game Boy Advance) is a platforming video
|
||
game for the NES home console. The game is the first and only
|
||
Kirby video game to be released on the NES. The game was later
|
||
re-released on the GBA, Wii's Virtual Console for 500 points.
|
||
It was also released on the 3DS and Wii U's Virtual Console.
|
||
The objective of the game is to reach the end of the level, by
|
||
inhaling enemies and solving the relatively easy puzzles. This
|
||
game also marks the first appearance of Kirby's wonderful
|
||
ability to steal enemies' powers by eating them.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Super NES -->
|
||
<div class="console-containers console-container-snes">
|
||
<div class="console-headers console-header-snes">
|
||
<img
|
||
src="images/snes.png"
|
||
alt="SNES"
|
||
class="console-snes-image console-images"
|
||
/>
|
||
<div>
|
||
<img
|
||
src="images/snes-logo.png"
|
||
alt="SNES Logo"
|
||
class="console-snes-logo"
|
||
/>
|
||
<br />
|
||
<span>Released in 1990</span>
|
||
<br />
|
||
<span>49.10 million units sold</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-snes">
|
||
<img
|
||
src="images/kirby-super-star-cover.jpg"
|
||
alt="Kirby Super Star"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby Super Star</h2>
|
||
<span>Released in 1996</span>
|
||
<p>
|
||
Kirby Super Star (JP) (Kirby's Fun Pak in PAL regions) is a
|
||
title on the SNES that was released in 1996. It is considered
|
||
by many Kirby fans to be the best game in the series. Kirby
|
||
Super Star is a compilation of many games into one. The most
|
||
popular of these are the Great Cave Offensive, Revenge of
|
||
Meta-Knight, and Milky Way Wishes. Notably, this is the first
|
||
Kirby title in which almost every one of Kirby's copy
|
||
abilities has multiple uses. Kirby Super Star also introduced
|
||
some of the arguably most popular abilities in the series,
|
||
including Fighter.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-snes">
|
||
<img
|
||
src="images/kirbys_dream-land_3.jpg"
|
||
alt="Kirby's Dreamland 3"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby's Dream Land 3</h2>
|
||
<span>Released in 1997</span>
|
||
<p>
|
||
Kirby's Dream Land 3 is Kirby's fifth platformer game for the
|
||
Super Nintendo. Like Kirby's Dream Land 2 for the Game Boy,
|
||
Kirby's animal friends could help him out during the game, and
|
||
more were added since then. Much like the ability mixing
|
||
system in Kirby 64: The Crystal Shards, Kirby could get one of
|
||
his abilities and then get assistance from a friend to create
|
||
a whole new ability.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-snes">
|
||
<img
|
||
src="images/kirbys-dream-course-cover.jpg"
|
||
alt="Kirby's Dream Course"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby's Dream Course</h2>
|
||
<span>Released in 1995</span>
|
||
<p>
|
||
Kirby's Dream Course (JP) is a miniature golf game that was
|
||
co-developed by HAL Laboratory and Nintendo EAD, and published
|
||
by Nintendo for the SNES in 1994. It was re-released on the
|
||
Virtual Console in 2007 for the Wii, in 2013 for the Wii U,
|
||
and in 2016 for the New Nintendo 3DS.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-snes">
|
||
<img
|
||
src="images/kirbys-avalanche-cover.jpg"
|
||
alt="Kirby's Avalanche"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby's Avalanche</h2>
|
||
<span>Released in 1995</span>
|
||
<p>
|
||
Kirby's Avalanche, known in Europe as Kirby's Ghost Trap, is a
|
||
Super Nintendo Entertainment System game, released in 1995 by
|
||
Nintendo and HAL Laboratory. It was a reskin of Super Puyo
|
||
Puyo, the Super Famicom version of Compile's Puyo Puyo.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-snes">
|
||
<img
|
||
src="images/kirbys-toy-box-cover.jpg"
|
||
alt="Kirby's Toy Box"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby's Toy Box</h2>
|
||
<span>Released in 1996</span>
|
||
<p>
|
||
Kirby's Toy Box is a series of Kirby sub-games developed by
|
||
HAL Laboratory and published by Nintendo for the Super
|
||
Nintendo Entertainment System's Satellaview satellite network.
|
||
It was released only in Japan, on February 8, 1996.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Nintendo 64 -->
|
||
<div class="console-containers console-container-n64">
|
||
<div class="console-headers console-header-n64">
|
||
<img
|
||
src="images/n64.png"
|
||
alt="Nintendo 64"
|
||
class="console-n64-image console-images"
|
||
/>
|
||
<div>
|
||
<img
|
||
src="images/n64-logo.png"
|
||
alt="N64 Logo"
|
||
class="console-n64-logo"
|
||
/>
|
||
<br />
|
||
<span>Released in 1996</span>
|
||
<br />
|
||
<span>32.93 million units sold</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-n64">
|
||
<img
|
||
src="images/kirby-64-cover.jpg"
|
||
alt="Kirby 64: The Crystal Shards"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby 64: The Crystal Shards</h2>
|
||
<span>Released in 2000</span>
|
||
<p>
|
||
Kirby 64: The Crystal Shards (JP) is a Kirby platformer game
|
||
for the Nintendo 64 developed by HAL Laboratory and published
|
||
by Nintendo, and is the sequel to Kirby's Dream Land 3. The
|
||
game was re-released on the Virtual Console (for the Wii and
|
||
Wii U) and for the Kirby 20th Anniversary 6-pack known as
|
||
Kirby's Dream Collection.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Gamecube -->
|
||
<div class="console-containers console-container-gamecube">
|
||
<div class="console-headers console-header-gamecube">
|
||
<img
|
||
src="images/gamecube.png"
|
||
alt="Gamecube"
|
||
class="console-gamecube-image console-images"
|
||
/>
|
||
<div>
|
||
<img
|
||
src="images/gamecube-logo.png"
|
||
alt="Gamecube Logo"
|
||
class="console-gamecube-logo"
|
||
/>
|
||
<br />
|
||
<span>Released in 2001</span>
|
||
<br />
|
||
<span>22 million units sold </span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-gamecube">
|
||
<img
|
||
src="images/kirby-air-ride-cover.jpg"
|
||
alt="Kirby Air Ride"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby Air Ride</h2>
|
||
<span>Released in 2003</span>
|
||
<p>
|
||
Kirby Air Ride (JP), known in Japan as Kirby's Airride, is a
|
||
GameCube racing/platformer game, initially released in 2003 by
|
||
Nintendo.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- DS -->
|
||
<div class="console-containers console-container-ds">
|
||
<div class="console-headers console-header-ds">
|
||
<img
|
||
src="images/ds.png"
|
||
alt="DS"
|
||
class="console-ds-image console-images"
|
||
/>
|
||
<div>
|
||
<img
|
||
src="images/ds-logo.png"
|
||
alt="DS Logo"
|
||
class="console-ds-logo"
|
||
/>
|
||
<br />
|
||
<span>Released in 2004</span>
|
||
<br />
|
||
<span>154.02 million units sold</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-ds">
|
||
<img
|
||
src="images/kirby-canvas-curse-cover.jpg"
|
||
alt="Kirby Canvas Curse"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby Canvas Curse</h2>
|
||
<span>Released in 2005</span>
|
||
<p>
|
||
Kirby Canvas Curse (JP), also called Kirby: Canvas Curse and
|
||
known in Europe as Kirby: Power Paintbrush, is a platformer
|
||
adventure game for the Nintendo DS that was initially released
|
||
in 2005 and the first game in the series to be released for
|
||
the console. The game features unique touch screen control and
|
||
fun mini-games. In the game, you must draw rainbow tracks for
|
||
Kirby to ride on. The farther the track goes, the faster Kirby
|
||
will go. If you tap Kirby, he will do a spin attack killing
|
||
most enemies that he runs into. If you tap an enemy, the enemy
|
||
will pause, allowing Kirby just to run into him to kill him.
|
||
This is another Kirby game in which he is a ball, like in the
|
||
2015 Wii U sequel Kirby and the Rainbow Curse.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-ds">
|
||
<img
|
||
src="images/kirby-squeak-squad-cover.jpg"
|
||
alt="Kirby Squeak Squad"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby Squeak Squad</h2>
|
||
<span>Released in 2006</span>
|
||
<p>
|
||
Kirby Squeak Squad, also called Kirby: Squeak Squad and known
|
||
in Europe as Kirby: Mouse Attack, is a 2006 game in the Kirby
|
||
series, announced at E3 2006 and released later that year and
|
||
is the second Kirby game to be released for the Nintendo DS.
|
||
This is also the second Kirby side-scroller that wasn't
|
||
developed by HAL, but instead was developed by Flagship, who
|
||
previously made some Zelda handheld games. Unlike the previous
|
||
Kirby game, Kirby Canvas Curse, which used the touch screen
|
||
throughout the whole game, this game is a standard Kirby
|
||
experience.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-ds">
|
||
<img
|
||
src="images/kirby-super-star-ultra-cover.jpg"
|
||
alt="Kirby Super Star Ultra"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby Super Star Ultra</h2>
|
||
<span>Released in 2008</span>
|
||
<p>
|
||
Kirby Super Star Ultra (JP) is a remake of the SNES classic
|
||
Kirby Super Star for the Nintendo DS and is the third Kirby
|
||
game to be released for the console. It features all the games
|
||
within the game from the SNES title though features new ones
|
||
as well such as "Revenge of the King" and "Meta Knightmare
|
||
Ultra". One of them allows you play as Meta Knight through the
|
||
entire game, while the other is a "darker and harder" version
|
||
of one of the original sub-games, Spring Breeze. It also
|
||
features three touch controlled mini-games that can be played
|
||
with up to three other players.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-ds">
|
||
<img
|
||
src="images/kirby-mass-attack-cover.jpg"
|
||
alt="Kirby Mass Attack"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby Mass Attack</h2>
|
||
<span>Released in 2011</span>
|
||
<p>
|
||
Kirby Mass Attack is a 2011 Nintendo DS platformer game
|
||
developed by HAL Laboratory and published by Nintendo. It is
|
||
the fourth and last Kirby game to be released for the DS.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 3DS -->
|
||
<div class="console-containers console-container-3ds">
|
||
<div class="console-headers console-header-3ds">
|
||
<img
|
||
src="images/3ds.png"
|
||
alt="3DS"
|
||
class="console-3ds-image console-images"
|
||
/>
|
||
<div>
|
||
<img
|
||
src="images/3ds-logo.png"
|
||
alt="3DS Logo"
|
||
class="console-3ds-logo"
|
||
/>
|
||
<br />
|
||
<span>Released in 2011</span>
|
||
<br />
|
||
<span>76 million units sold</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-3ds">
|
||
<img
|
||
src="images/kirby-triple-deluxe-cover.jpg"
|
||
alt="Kirby: Triple Deluxe"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby: Triple Deluxe</h2>
|
||
<span>Released in 2014</span>
|
||
<p>
|
||
Kirby: Triple Deluxe is a 2014 Kirby platformer game for the
|
||
Nintendo 3DS. It is the fifteenth game in the Kirby series and
|
||
the second for the 3DS. It is very similar to Kirby's Return
|
||
to Dream Land in art style and gameplay.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-3ds">
|
||
<img
|
||
src="images/kirby-robobot-cover.jpg"
|
||
alt="Kirby: Planet Robobot"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby: Planet Robobot</h2>
|
||
<span>Released in 2016</span>
|
||
<p>
|
||
Kirby: Planet Robobot (JP) is a 2016 action/platformer game
|
||
developed by HAL Laboratory and published by Nintendo for the
|
||
Nintendo 3DS, is the third Kirby game for the 3DS, and is the
|
||
fifteenth main installment in the Kirby franchise. Similar to
|
||
Kirby: Triple Deluxe, enhanced versions of the two minigames
|
||
featured in the game, Team Kirby Clash Deluxe and Kirby's
|
||
Blowout Blast, were released in the Nintendo eShop as
|
||
standalone titles in April 2017 and July 2017, respectively.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-3ds">
|
||
<img
|
||
src="images/kirbys-extra-epic-yarn-cover.jpg"
|
||
alt="Kirby's Extra Epic Yarn"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby's Extra Epic Yarn</h2>
|
||
<span>Released in 2019</span>
|
||
<p>
|
||
The game was ported to Nintendo 3DS from the Wii in March 2019
|
||
as Kirby's Extra Epic Yarn. It added new power-ups and
|
||
minigames and is the seventh and final Kirby game for the
|
||
system. At a Nintendo Direct in September 2018, Kirby's Extra
|
||
Epic Yarn was announced to be coming to the 3DS. However, the
|
||
official game page later stated that the game was going to be
|
||
exclusive to the New 3DS systems, causing a bit of confusion,
|
||
but two weeks later, it was announced that the game would be
|
||
played on all the 3DS models.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-3ds">
|
||
<img
|
||
src="images/kirby-fighters-deluxe-cover.jpg"
|
||
alt="Kirby Fighters Deluxe"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby Fighters Deluxe</h2>
|
||
<span>Released in 2014</span>
|
||
<p>
|
||
Kirby Fighters Deluxe (Kirby Fighters Z in Japan) is the
|
||
separate 3DS eShop release of the Kirby: Triple Deluxe
|
||
subgame, Kirby Fighters. It released alongside another Triple
|
||
Deluxe subgame standalone, Dedede's Drum Dash Deluxe. Overall,
|
||
it shares the same content as the original version, but
|
||
expands on it.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-3ds">
|
||
<img
|
||
src="images/dededes-drum-bash-cover.jpg"
|
||
alt="Dedede's Drum Dash Deluxe"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Dedede's Drum Dash Deluxe</h2>
|
||
<span>Released in 2014</span>
|
||
<p>
|
||
Dedede's Drum Dash Deluxe (Dedede's Drum Dash Z in Japan) is a
|
||
rhythm 3DS eShop game that is a separate release of Kirby:
|
||
Triple Deluxe subgame, Dedede's Drum Dash. It released
|
||
alongside another Triple Deluxe subgame standalone, Kirby
|
||
Fighters Deluxe. It has the same base content, but also adds
|
||
some more.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-3ds">
|
||
<img
|
||
src="images/team-kirby-crash-deluxe-cover.jpg"
|
||
alt="Team Kirby Clash Deluxe"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Team Kirby Clash Deluxe</h2>
|
||
<span>Released in 2017</span>
|
||
<p>
|
||
Team Kirby Clash Deluxe (JP) is an expanded free-to-start
|
||
version of the mode from Kirby: Planet Robobot, playable on
|
||
the 3DS system. This Kirby spin-off focuses on a team of
|
||
Kirbys fighting a series of bosses in a quest format. The game
|
||
has Gem Apples as its currency for most tasks.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-3ds">
|
||
<img
|
||
src="images/kirbys-blowout-blast-cover.jpg"
|
||
alt="Kirby's Blowout Blast"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby's Blowout Blast</h2>
|
||
<span>Released in 2017</span>
|
||
<p>
|
||
Kirby's Blowout Blast (JP) is an expanded take on the mode in
|
||
Kirby: Planet Robobot, Kirby 3D Rumble. This game features
|
||
Kirby going around 3D stages trying to clear out all the
|
||
enemies by sucking them up and spitting them out. It was
|
||
released on the eShop service for the Nintendo 3DS system in
|
||
July.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-3ds">
|
||
<img
|
||
src="images/kirby-battle-royale-cover.jpg"
|
||
alt="Kirby Battle Royale"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby Battle Royale</h2>
|
||
<span>Released in 2017</span>
|
||
<p>
|
||
Kirby Battle Royale (JP) (stylized as Kirby Battle Royale!) is
|
||
a multiplayer arena fighter in the Kirby series, released for
|
||
the Nintendo 3DS. The title features local and online
|
||
multiplayer as well as a story mode.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Wii -->
|
||
<div class="console-containers console-container-wii">
|
||
<div class="console-headers console-header-wii">
|
||
<img
|
||
src="images/wii.png"
|
||
alt="Wii"
|
||
class="console-wii-image console-images"
|
||
/>
|
||
<div>
|
||
<img
|
||
src="images/wii-logo.png"
|
||
alt="Wii Logo"
|
||
class="console-wii-logo"
|
||
/>
|
||
<br />
|
||
<span>Released in 2006</span>
|
||
<br />
|
||
<span>101.63 million units sold</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-wii">
|
||
<img
|
||
src="images/kirbys-epic-yarn-cover.jpg"
|
||
alt="Kirby's Epic Yarn"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby's Epic Yarn</h2>
|
||
<span>Released in 2010</span>
|
||
<p>
|
||
Kirby's Epic Yarn (JP) is a 2010 platformer video game
|
||
released on the Wii, that was first announced at E3 2010. Epic
|
||
Yarn is the first home console Kirby game since Kirby Air Ride
|
||
on the GameCube, released in 2003. The game is developed by
|
||
Good-Feel, that, amongst others, previously developed Wario
|
||
Land: Shake It! The game was ported to Nintendo 3DS in March
|
||
2019 as Kirby's Extra Epic Yarn. It added new power-ups and
|
||
minigames and is the seventh and final Kirby game for the
|
||
system. At a Nintendo Direct in September 2018, Kirby's Extra
|
||
Epic Yarn was announced to be coming to the 3DS. However, the
|
||
official game page later stated that the game was going to be
|
||
exclusive to the New 3DS systems, causing a bit of confusion,
|
||
but two weeks later, it was announced that the game would be
|
||
played on all the 3DS models.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-wii">
|
||
<img
|
||
src="images/kirbys-return-to-dream-land-cover.jpg"
|
||
alt="Kirby's Return to Dream Land"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby's Return to Dream Land</h2>
|
||
<span>Released in 2011</span>
|
||
<p>
|
||
Kirby's Return to Dream Land (Kirby's Adventure Wii in Europe
|
||
and Australia) is a 2011 platformer game in the Kirby series
|
||
for the Wii. The game was developed by HAL Laboratory, and
|
||
unlike the previous Kirby game for the Wii, Kirby's Epic Yarn,
|
||
it returns to the series' more traditional gameplay.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-wii">
|
||
<img
|
||
src="images/kirbys-dream-collection-cover.jpg"
|
||
alt="Kirby's Dream Collection"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby's Dream Collection</h2>
|
||
<span>Released in 2012</span>
|
||
<p>
|
||
Kirby's Dream Collection (JP) is an anthology collection game
|
||
celebrating the Kirby series' 20th anniversary, which occurred
|
||
on April 27, 2012. The collection includes a Wii disc
|
||
featuring six past Kirby titles, a book containing Kirby's
|
||
history, and a soundtrack CD with music from the series. The
|
||
collection was released in Japan on July 19, 2012, and in
|
||
North America on September 16, 2012, but it was never released
|
||
in Europe or Australia, although an issue of the Official
|
||
Nintendo Magazine confirmed a Winter 2012 release was planned.
|
||
This was the final first-party title to be released for the
|
||
Wii by Nintendo in those regions.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Wii U -->
|
||
<div class="console-containers console-container-wii-u">
|
||
<div class="console-headers console-header-wii-u">
|
||
<img
|
||
src="images/wii-u.png"
|
||
alt="Wii U"
|
||
class="console-wii-u-image console-image"
|
||
/>
|
||
<div>
|
||
<img
|
||
src="images/wii-u-logo.png"
|
||
alt="Wii U Logo"
|
||
class="console-wii-u-logo"
|
||
/>
|
||
<br />
|
||
<span>Released in 2012</span>
|
||
<br />
|
||
<span>13 million units sold</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-wii-u">
|
||
<img
|
||
src="images/kirby-and-the-rainbow-curse-cover.jpg"
|
||
alt="Kirby and the Rainbow Curse"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby and the Rainbow Curse</h2>
|
||
<span>Released in 2015</span>
|
||
<p>
|
||
Kirby and the Rainbow Curse (known as Kirby and the Rainbow
|
||
Paintbrush in Europe) is a 2015 Wii U platformer/puzzle game
|
||
that seems to be a sequel to the 2005 Nintendo DS game Kirby:
|
||
Canvas Curse. The art is done in a claymation style. Despite
|
||
this, the game does run at a smooth 60 fps.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Nintendo Switch -->
|
||
<div class="console-containers console-container-switch">
|
||
<div class="console-headers console-header-switch">
|
||
<img
|
||
src="images/switch.png"
|
||
alt="Nintendo Switch"
|
||
class="console-switch-image console-image"
|
||
/>
|
||
<div>
|
||
<img
|
||
src="images/switch-logo.png"
|
||
alt="Switch Logo"
|
||
class="console-switch-logo"
|
||
/>
|
||
<br />
|
||
<span>Released in 2017</span>
|
||
<br />
|
||
<span>103.54 million units sold</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-switch">
|
||
<img
|
||
src="images/kirby-star-allies-cover.jpg"
|
||
alt="Kirby Star Allies"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby Star Allies</h2>
|
||
<span>Released in 2018</span>
|
||
<p>
|
||
Kirby Star Allies (JP) is the first Kirby title on the
|
||
Nintendo Switch, released worldwide on March 16, 2018. The
|
||
game is a 2D platformer with the gimmick of Kirby befriending
|
||
enemies and using their powers in combination to solve
|
||
puzzles.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-switch">
|
||
<img
|
||
src="images/kirby-fighters-2-cover.jpg"
|
||
alt="Kirby Fighters 2"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby Fighters 2</h2>
|
||
<span>Released in 2020</span>
|
||
<p>
|
||
Kirby Fighters 2 is a Nintendo Switch eShop title. It's a
|
||
sequel to Kirby Fighters Deluxe, which was an expanded version
|
||
of a subgame in Kirby: Triple Deluxe. The game features a new
|
||
copy ability, Wrestler Kirby. The game was accidentally listed
|
||
on Nintendo's website before it was announced. The game
|
||
expands the playable cast of 22 fighters, including 5 other
|
||
characters besides Kirby. 20 stages are able to be fought. The
|
||
game includes a single-player Story mode and Online
|
||
multiplayer.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-switch">
|
||
<img
|
||
src="images/kirby-and-the-forgotten-land-cover.jpg"
|
||
alt="Kirby and the Forgotten Land"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby and the Forgotten Land</h2>
|
||
<span>Released in 2022</span>
|
||
<p>
|
||
Kirby and the Forgotten Land is a 3D platformer in the Kirby
|
||
series released worldwide for the Nintendo Switch system on
|
||
March 25, 2022. It is the second game in the series after
|
||
Kirby Star Allies in 2018 to be released for the Switch. It
|
||
was first announced at a September 2021 Nintendo Direct, and
|
||
was released as part of the franchise's 30th anniversary
|
||
celebration. It is the first mainline Kirby game with full 3D
|
||
gameplay.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-switch">
|
||
<img
|
||
src="images/kirbys-dream-buffet-cover.jpg"
|
||
alt="Kirby's Dream Buffet"
|
||
title="Credits: Enigma Customs"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby's Dream Buffet</h2>
|
||
<span>Released in 2022</span>
|
||
<p>
|
||
Kirby's Dream Buffet is a party video game developed by HAL
|
||
Laboratory and published by Nintendo for the Nintendo Switch.
|
||
It was released digitally on August 17, 2022.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="kirby-games kirby-games-switch">
|
||
<img
|
||
src="images/kirbys-return-to-dreamland-deluxe-cover.jpg"
|
||
alt="Kirby's Return to Dreamland Deluxe"
|
||
class="kirby-games-cover-art"
|
||
/>
|
||
<div>
|
||
<h2>Kirby’s Return to Dream Land Deluxe</h2>
|
||
<span>Released in 2023</span>
|
||
|
||
<p>
|
||
The tough puff Kirby is back for a 1-4 player* platforming
|
||
adventure across Planet Popstar. Help the mysterious cosmic
|
||
traveler Magolor rebuild his ship with newly added Mecha and
|
||
Sand Copy Abilities!
|
||
</p>
|
||
</div>
|
||
</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>
|