diff --git a/Gemfile b/Gemfile index 6442fd4..5c70846 100644 --- a/Gemfile +++ b/Gemfile @@ -6,4 +6,5 @@ gem "rouge" gem "jekyll" gem "jekyll-paginate" gem "jekyll-paginate-content" +gem "jekyll-redirect-from" gem "json" diff --git a/_config.yml b/_config.yml index c500e69..bd8852e 100644 --- a/_config.yml +++ b/_config.yml @@ -9,8 +9,10 @@ show_hero: true menu: - title: "Home" url: "/" + - title: "Configuration" + url: "/configuration/" - title: "About" - url: "/about" + url: "/about/" - title: "Contact" url: "https://github.com/GamingShitposting/SalaMuseoGames/issues/new/choose" type: "external" @@ -77,6 +79,7 @@ sass: plugins: - jekyll-paginate - jekyll-paginate-content + - jekyll-redirect-from # Exclude my node related stuff exclude: [ diff --git a/_includes/extra-js.html b/_includes/extra-js.html index e69de29..f62e047 100644 --- a/_includes/extra-js.html +++ b/_includes/extra-js.html @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html index 30e00c3..42db804 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -29,6 +29,10 @@ {% include toc.html %} + {% if page.software_data %} + {% include software-embed.html %} + {% endif %} + {{ content }} {% include pagination-post.html %} diff --git a/_posts/2023-12-01-picross-ds.md b/_posts/2023-12-01-picross-ds.md index 534a26b..228b483 100644 --- a/_posts/2023-12-01-picross-ds.md +++ b/_posts/2023-12-01-picross-ds.md @@ -12,6 +12,14 @@ tags: - "nonogram" - "puzzle" author: "octobot" +software_data: + platform : "nds" + core : "desmume" + backend : "standalone" + rom_url : "https://octospacc.gitlab.io/ROMs-Archive-Misc/Picross-DS-Demo.nds" + release : + source : "official" + type : "kiosk demo" --- ## About the game @@ -26,12 +34,6 @@ One of the standout features of Picross DS is its multiplayer functionality, add With its timeless appeal, Picross DS continues to be celebrated as a classic within the Nintendo DS library. Its enduring popularity is a testament to the enduring allure of nonogram puzzles and the masterful execution of the genre by Jupiter Corporation. Whether played for a few minutes of casual relaxation or dedicated hours of strategic engagement, Picross DS remains a definitive title in the world of handheld puzzle gaming. -## Try it! - -The following is the official NDS public demo version of the game. - -{% include emulator.html platform='nds' rom_binary='https://octospacc.gitlab.io/ROMs-Archive-Misc/Picross-DS-Demo.nds' %} - ## Resources * Official page of the game; Cover image credits: diff --git a/_posts/2023-12-02-from-below.md b/_posts/2023-12-02-from-below.md index 5486151..3d3c093 100644 --- a/_posts/2023-12-02-from-below.md +++ b/_posts/2023-12-02-from-below.md @@ -11,6 +11,14 @@ tags: - "tetris" - "puzzle" author: "octobot" +software_data: + platform : "nes" + rom_index : "15945fe933188072397cdfb0ad0cdfdb.nes" + # platform: "web" + # embed_url: "https://html-classic.itch.zone/html/4531906/index.html" + release : + source : "aftermarket" + type : "release v1.0.0" --- ## About the game @@ -45,13 +53,6 @@ The narrative unfolds with a sense of urgency, as players not only grapple with -## Try it! - -The following is the official NES release 1.0.0 version of the game. - - -{% include emulator.html platform='nes' rom_index='15945fe933188072397cdfb0ad0cdfdb.nes' %} - ## Resources * Official website of the game: diff --git a/_posts/2023-12-03-space-invaders.md b/_posts/2023-12-03-space-invaders.md index 3768b86..193aa2d 100644 --- a/_posts/2023-12-03-space-invaders.md +++ b/_posts/2023-12-03-space-invaders.md @@ -12,6 +12,12 @@ tags: - "2d" author: "octobot" mobygames_id: 8806 +software_data: + platform : "nes" + rom_index : "26300f044b85b129ac41577cbff42a6f.nes" + release : + source : "official" + type : "retail" --- ## About the game @@ -26,12 +32,6 @@ Beyond its gameplay, Space Invaders holds a special place in popular culture. Th In conclusion, Space Invaders for the NES stands as a testament to the enduring appeal of classic video games. Its straightforward yet challenging gameplay, coupled with its cultural impact, ensures that Space Invaders remains a cherished and celebrated title among gamers of all ages. -## Try it! - -The following is the official NES retail version of the game. - -{% include emulator.html platform='nes' rom_index='26300f044b85b129ac41577cbff42a6f.nes' %} - ## Resources * MobyGames page of the game; Cover image credits: diff --git a/_posts/2023-12-04-crash-bandicoot-3-warped.md b/_posts/2023-12-04-crash-bandicoot-3-warped.md index 498ec32..0d8edf9 100644 --- a/_posts/2023-12-04-crash-bandicoot-3-warped.md +++ b/_posts/2023-12-04-crash-bandicoot-3-warped.md @@ -14,6 +14,12 @@ tags: - "playstation" - "exclusive" author: "octobot" +software_data: + platform : "psx" + rom_index : "SCUS_94289.chd" + release : + source : "official" + type : "demo" --- ## About the game @@ -36,12 +42,6 @@ The musical score of Crash Bandicoot 3: Warped deserves special mention. Compose In retrospect, Crash Bandicoot 3: Warped remains a cornerstone of the PlayStation 1 era, a game that not only met the expectations set by its predecessors but exceeded them in every aspect. Its enduring legacy is evident in the countless gamers who fondly recall the thrill of navigating through time, collecting crystals, and facing off against iconic villains. The game's success laid the foundation for the continued evolution of the Crash Bandicoot series and left an indelible mark on the platforming genre as a whole. Whether revisiting it for a wave of nostalgia or experiencing it for the first time, Crash Bandicoot 3: Warped remains a timeless classic that transcends the boundaries of its era. -## Try it! - -The following is the official PS1 public demo version of the game. - -{% include emulator.html platform='psx' rom_index='SCUS_94289.chd' %} - ## Resources * Cover image credits: diff --git a/_posts/2023-12-05-rhythm-tengoku.md b/_posts/2023-12-05-rhythm-tengoku.md index 87c7b76..0b150fd 100644 --- a/_posts/2023-12-05-rhythm-tengoku.md +++ b/_posts/2023-12-05-rhythm-tengoku.md @@ -13,6 +13,13 @@ tags: - "cartoon" - "exclusive" author: "octobot" +software_data: + platform : "gba" + rom_index : "RIZUTEN-SHOPBZLJ01.gba" + release : + region : "Japan" + source : "kiosk" + type : "demo" --- ## About the game @@ -35,12 +42,6 @@ Rhythm Tengoku's enduring appeal lies not only in its captivating gameplay and v In conclusion, Rhythm Tengoku for the Game Boy Advance is a shining example of Nintendo's ability to craft innovative and engaging experiences. Its fusion of music, gameplay, and charming visuals makes it a standout title in the rhythm game genre. Whether you're a seasoned rhythm game enthusiast or a casual player looking for a joyful and accessible gaming experience, Rhythm Tengoku invites you to tap, flick, and groove your way through a musical adventure on the GBA. -## Try it! - -The following is the official GBA kiosk demo version of the game. - -{% include emulator.html platform='gba' rom_index='RIZUTEN-SHOPBZLJ01.gba' %} - ## Resources * Article on Hello! Project Wiki; Cover image credits: diff --git a/_posts/2023-12-06-zoocube.md b/_posts/2023-12-06-zoocube.md index 7546918..3db1a67 100644 --- a/_posts/2023-12-06-zoocube.md +++ b/_posts/2023-12-06-zoocube.md @@ -11,6 +11,12 @@ tags: - "puzzle" - "3d" author: "octobot" +software_data: + platform : "gba" + rom_index : "ZOOCUBE-ANCP51.gba" + release : + source : "official" + type : "retail" --- ## About the game @@ -31,12 +37,6 @@ ZooCube's replayability stems from its variety of modes, each offering a distinc In conclusion, ZooCube for the GBA stands as a testament to the enduring appeal of well-crafted puzzle games. Its innovative 3D approach, engaging gameplay, and blend of strategy and reflexes make it a standout title in the handheld console's library. Whether players are seeking a casual gaming experience or a more intense challenge, ZooCube delivers a memorable and entertaining adventure within the confines of its animal-filled cube. -## Try it! - -The following is the official GBA retail version of the game. - -{% include emulator.html platform='gba' rom_index='ZOOCUBE-ANCP51.gba' %} - ## Resources * A website for the game: diff --git a/_posts/2023-12-07-f-zero.md b/_posts/2023-12-07-f-zero.md index 40ac3b5..48bf9de 100644 --- a/_posts/2023-12-07-f-zero.md +++ b/_posts/2023-12-07-f-zero.md @@ -14,6 +14,12 @@ tags: - "fast" - "futuristic" author: "octobot" +software_data: + platform : "snes" + rom_index : "6f334790120e1fe1a972ff184d2cfc50.sfc" + release : + source : "official" + type : "retail" --- ## About the game @@ -34,12 +40,6 @@ Complementing the fast-paced gameplay was the electrifying soundtrack composed b F-Zero's success on the SNES paved the way for future iterations and spin-offs, solidifying its status as a pioneering title in the realm of futuristic racing games. Its impact resonates through the years, with Captain Falcon becoming a beloved character in the Nintendo pantheon and the F-Zero series remaining a staple in discussions about the golden era of video games. Whether revisiting the tracks of Mute City or experiencing the game for the first time, F-Zero continues to capture the hearts of gamers with its timeless blend of speed, skill, and futuristic flair. -## Try it! - -The following is the official SNES retail version of the game. - -{% include emulator.html platform='snes' rom_index='6f334790120e1fe1a972ff184d2cfc50.sfc' %} - ## Resources * Cover image credits: diff --git a/_posts/2023-12-08-alex-kidd-in-miracle-world.md b/_posts/2023-12-08-alex-kidd-in-miracle-world.md index 2edd77f..e9a195c 100644 --- a/_posts/2023-12-08-alex-kidd-in-miracle-world.md +++ b/_posts/2023-12-08-alex-kidd-in-miracle-world.md @@ -12,6 +12,12 @@ tags: - "2d" - "platformer" author: "octobot" +software_data: + platform : "segaMS" + rom_index : "89da0a1c14b660741680104024aa5942.sms" + release : + source : "official" + type : "SEGA AGES" --- ## About the game @@ -32,12 +38,6 @@ Beyond its gameplay innovations, Alex Kidd in Miracle World has left an indelibl In conclusion, Alex Kidd in Miracle World stands as a timeless classic that encapsulates the spirit of early platformers. Its enduring legacy is evident in the fond memories of those who experienced its challenges and triumphs. From the perilous zones to the memorable rock-paper-scissors clashes, the game remains a testament to Sega's pioneering contributions to the world of video games, solidifying Alex Kidd's place in gaming history. -## Try it! - -The following is the official SEGA AGES version of the game. - -{% include emulator.html platform='segaMS' rom_index='89da0a1c14b660741680104024aa5942.sms' %} - ## Resources * Cover image credits: diff --git a/_posts/2023-12-09-nights-into-dreams-score-attack.md b/_posts/2023-12-09-nights-into-dreams-score-attack.md index da4b5df..9809567 100644 --- a/_posts/2023-12-09-nights-into-dreams-score-attack.md +++ b/_posts/2023-12-09-nights-into-dreams-score-attack.md @@ -14,6 +14,13 @@ tags: - "minigame" - "arcade" author: "octobot" +software_data: + platform : "gba" + core: "mgba" + rom_index : "NIGHTS-AGBT8P.gba" + release : + source : "official" + type : "MultiBoot" --- ## About the game @@ -35,9 +42,3 @@ As players progress through the dream courses, they encounter a diverse array of NiGHTS into Dreams - Score Attack also introduces a competitive element through its leaderboard system. Players can compare their scores with others, fostering a sense of community and friendly rivalry. The inclusion of a link cable multiplayer mode allows friends to engage in aerial races and cooperative score-boosting sessions, enhancing the social aspect of the gaming experience. In conclusion, NiGHTS into Dreams - Score Attack for the Game Boy Advance successfully captures the magic of the original Sega Saturn classic while tailoring the experience for handheld gaming. With its captivating dream courses, visually stunning graphics, enchanting music, and a focus on replayability, NiGHTS into Dreams - Score Attack stands as a testament to the enduring appeal of the NiGHTS franchise and remains a cherished gem in the library of GBA games. - -## Try it! - -The following is the GBA MultiBoot version of the game. - -{% include emulator.html backend='cuttingedge' platform='gba' emulator='mgba' rom_index='NIGHTS-AGBT8P.gba' %} diff --git a/_posts/2023-12-10-doom-gba.md b/_posts/2023-12-10-doom-gba.md index e2b65f4..de956b0 100644 --- a/_posts/2023-12-10-doom-gba.md +++ b/_posts/2023-12-10-doom-gba.md @@ -14,6 +14,12 @@ tags: - "shooter" - "levels" author: "octobot" +software_data: + platform : "gba" + rom_index : "AGB-DOOM-ADME52.gba" + release : + source : "official" + type : "retail" --- ## About the game @@ -34,13 +40,6 @@ Controls on the GBA posed a unique challenge, given the limited buttons compared While DOOM for GBA may not match the technical prowess of its PC and console counterparts, its significance lies in successfully bringing the DOOM experience to a portable format. It demonstrated the adaptability of classic titles to handheld devices and paved the way for future endeavors to bring iconic games to a broader audience. Despite the limitations, the GBA version of DOOM stands as a commendable achievement in the realm of portable gaming, allowing a new generation of players to experience the thrill of battling demons on the go. -## Try it! - -The following is the official GBA retail version of the game. - -{% include emulator.html backend='cuttingedge' platform='gba' rom_index='AGB-DOOM-ADME52.gba' %} - ## Resources * Cover image credits: - diff --git a/_posts/2023-12-11-super-mario-rpg-legend-of-the-seven-stars - Copy.md b/_posts/2023-12-11-super-mario-rpg-legend-of-the-seven-stars.md similarity index 95% rename from _posts/2023-12-11-super-mario-rpg-legend-of-the-seven-stars - Copy.md rename to _posts/2023-12-11-super-mario-rpg-legend-of-the-seven-stars.md index 74a6cdb..03d536e 100644 --- a/_posts/2023-12-11-super-mario-rpg-legend-of-the-seven-stars - Copy.md +++ b/_posts/2023-12-11-super-mario-rpg-legend-of-the-seven-stars.md @@ -14,6 +14,15 @@ tags: - "isometric" - "detailed" author: "octobot" +redirect_from: + - /2023/12/11/super-mario-rpg-legend-of-the-seven-stars-Copy/ +software_data: + platform : "snes" + rom_index : "d0b68d68d9efc0558242f5476d1c5b81.sfc" + release : + region : "USA" + source : "official" + type : "retail" --- ## About the game @@ -34,12 +43,6 @@ Complementing the game's rich narrative and engaging gameplay is Yoko Shimomura' In retrospect, *Super Mario RPG: Legend of the Seven Stars* stands as a testament to the creativity and collaboration that can emerge when two gaming giants, Nintendo and Square, join forces. Its enduring legacy is evident in the fond memories of players who experienced the game during its initial release and the new generations discovering its magic through digital platforms. As Mario and his friends triumph over Smithy, restoring peace to the Mushroom Kingdom, *Super Mario RPG* cements its place in gaming history as a cherished classic that seamlessly blended the whimsy of the Mario universe with the depth of a role-playing epic. -## Try it! - -The following is the official SNES USA retail version of the game. - -{% include emulator.html platform='snes' rom_index='d0b68d68d9efc0558242f5476d1c5b81.sfc' %} - ## Resources * Official page of the game; Cover image credits: diff --git a/_posts/2023-12-12-golden-axe-iii.md b/_posts/2023-12-12-golden-axe-iii.md index b98f03f..e2822ca 100644 --- a/_posts/2023-12-12-golden-axe-iii.md +++ b/_posts/2023-12-12-golden-axe-iii.md @@ -15,12 +15,12 @@ tags: - "exclusive" author: "octobot" software_data: - platform : segaMD - rom_index : GOLDENAXEIII-GM-00004093-00.md + platform : "segaMD" + rom_index : "GOLDENAXEIII-GM-00004093-00.md" release : - region : Japan - source : official - type : retail + region : "Japan" + source : "official" + type : "retail" --- ## About the game @@ -41,12 +41,6 @@ Golden Axe III received praise not only for its technical achievements but also Despite its critical acclaim and a dedicated fan base, Golden Axe III marked the end of an era for the series. As the gaming industry transitioned to more advanced platforms, the 16-bit era faded into memory, leaving Golden Axe III as a cherished relic of that bygone time. Nevertheless, its impact endures, and the game remains a celebrated piece of retro gaming history, remembered fondly by those who experienced the magic of the Sega Mega Drive. -## Try it! - -The following is the official Sega Mega Drive Japan retail version of the game. - -{% include emulator.html platform='segaMD' rom_index='GOLDENAXEIII-GM-00004093-00.md' %} - ## Resources * Official page of the game; Cover image credits: diff --git a/_posts/2023-12-13-city-connection.md b/_posts/2023-12-13-city-connection.md index 7531b35..747e8c9 100644 --- a/_posts/2023-12-13-city-connection.md +++ b/_posts/2023-12-13-city-connection.md @@ -44,10 +44,6 @@ City Connection's enduring legacy is evident in its influence on subsequent gene In conclusion, City Connection for the NES remains a beloved gem in the world of retro gaming. Its unique blend of driving, platforming, and strategy, coupled with distinctive visuals and a memorable soundtrack, ensures its place in the hearts of gamers who appreciate the charm and challenge of classic arcade experiences. Whether revisiting it for nostalgic reasons or discovering it for the first time, City Connection continues to offer a delightful and engaging journey through the colorful streets of gaming history. -## Try it! - -{% include software-embed.html %} - ## Resources * Official page of the game; Cover image credits: diff --git a/_posts/2023-12-14-720-degrees.md b/_posts/2023-12-14-720-degrees.md index d50b4d6..8861c0a 100644 --- a/_posts/2023-12-14-720-degrees.md +++ b/_posts/2023-12-14-720-degrees.md @@ -39,10 +39,6 @@ Despite its initial challenge, "720 Degrees" garnered a dedicated fan base and c In conclusion, "720 Degrees" remains a classic NES title that transcends its era, offering an enduring and enjoyable experience for gamers who appreciate the thrill of extreme sports. Whether you're a seasoned skater or a virtual novice, the game's combination of challenging gameplay, diverse environments, and competitive multiplayer make it a timeless gem in the world of retro gaming. -## Try it! - -{% include software-embed.html %} - ## Resources * Cover image credits: diff --git a/_posts/2023-12-15-polarium-advance.md b/_posts/2023-12-15-polarium-advance.md index 84d067a..8faeed5 100644 --- a/_posts/2023-12-15-polarium-advance.md +++ b/_posts/2023-12-15-polarium-advance.md @@ -38,10 +38,6 @@ The game's audiovisual presentation complements its gameplay seamlessly. The soo As a standout title for the Game Boy Advance, Polarium Advance holds a special place in the hearts of puzzle enthusiasts. Its blend of accessibility, depth, and replayability cements its status as a classic in the handheld gaming library. Whether you're a seasoned puzzle veteran or a newcomer looking for a mentally stimulating challenge, Polarium Advance offers an experience that stands the test of time. -## Try it! - -{% include software-embed.html %} - ## Resources * Official page of the game; Cover image credits: diff --git a/_posts/2023-12-16-mario-kart-ds.md b/_posts/2023-12-16-mario-kart-ds.md index 46e31c4..43a1f6e 100644 --- a/_posts/2023-12-16-mario-kart-ds.md +++ b/_posts/2023-12-16-mario-kart-ds.md @@ -42,10 +42,6 @@ Beyond the traditional Grand Prix and Time Trial modes, Mario Kart DS introduces Mario Kart DS successfully captures the essence of the series, delivering a portable gaming experience that is both nostalgic and innovative. With its charming graphics, catchy music, and a perfect blend of skill and chance, the game remains a favorite among DS owners and Mario Kart enthusiasts alike. Whether you're a seasoned racer or a newcomer to the world of Mario Kart, Mario Kart DS guarantees hours of entertainment and fierce competition, making it a timeless classic in the handheld gaming library. -## Try it! - -{% include software-embed.html %} - ## Resources * Official page of the game: diff --git a/_posts/2023-12-17-butano-fighter.md b/_posts/2023-12-17-butano-fighter.md index 7dee0af..9b243f6 100644 --- a/_posts/2023-12-17-butano-fighter.md +++ b/_posts/2023-12-17-butano-fighter.md @@ -38,10 +38,6 @@ The soundtrack of "Butano Fighter" complements the on-screen action with a dynam In conclusion, "Butano Fighter" stands as a testament to the creativity and passion of the homebrew gaming community. With its captivating visuals, challenging gameplay, and a soundtrack that fuels the adrenaline, this tactical shoot-em-up for the Game Boy Advance offers a nostalgic yet contemporary gaming experience. Strap in, pilot your spacecraft, and prepare for a colorful odyssey filled with explosive encounters and relentless adversaries. Can you survive the chaos and emerge as the ultimate Butano Fighter? -## Try it! - -{% include software-embed.html %} - ## Resources * Official page of the game; Cover image credits: diff --git a/_posts/2023-12-18-donald-duck-nes.md b/_posts/2023-12-18-donald-duck-nes.md index 979b5b8..096b4e5 100644 --- a/_posts/2023-12-18-donald-duck-nes.md +++ b/_posts/2023-12-18-donald-duck-nes.md @@ -39,10 +39,6 @@ The NES controller becomes an extension of the player's will as they guide Donal In conclusion, "Donald Duck" for the NES stands as a classic example of 8-bit gaming nostalgia. Its enduring appeal lies in its engaging gameplay, charming visuals, and the timeless allure of Disney magic. Whether you're a seasoned gamer revisiting the classics or introducing the joy of retro gaming to a new generation, "Donald Duck" promises a delightful journey through a pixelated world filled with adventure, laughter, and the unmistakable quack of everyone's favorite duck. -## Try it! - -{% include software-embed.html %} - ## Resources * Cover image credits: diff --git a/_posts/2023-12-19-marios-tennis.md b/_posts/2023-12-19-marios-tennis.md index 4d185d0..abed1b9 100644 --- a/_posts/2023-12-19-marios-tennis.md +++ b/_posts/2023-12-19-marios-tennis.md @@ -40,12 +40,7 @@ However, where Mario's Tennis truly shone was in its multiplayer mode. Utilizing Despite the Virtual Boy's limited commercial success and relatively short lifespan, Mario's Tennis left an indelible mark on the gaming landscape. Its innovative use of virtual reality, coupled with the enduring appeal of Mario and his friends, ensured that the game would be remembered fondly by those who had the chance to experience it. Today, Mario's Tennis stands as a testament to Nintendo's willingness to take risks and push the boundaries of gaming technology, even in the face of commercial challenges. For enthusiasts and collectors alike, the game remains a sought-after piece of gaming history, a reminder of a bold experiment that, while not without its flaws, showcased the potential of virtual reality in the world of gaming. -## Try it! - -{% include software-embed.html %} - ## Resources * Official page of the game: * Cover image credits: - diff --git a/_posts/2023-12-20-penguin-adventure.md b/_posts/2023-12-20-penguin-adventure.md index ca3266d..29951e1 100644 --- a/_posts/2023-12-20-penguin-adventure.md +++ b/_posts/2023-12-20-penguin-adventure.md @@ -38,8 +38,3 @@ In addition to the standard platforming levels, Penguin Adventure introduces und The music and sound effects in Penguin Adventure are memorable, with catchy tunes complementing the on-screen action. The limited audio capabilities of the Sega Master System are utilized effectively, creating an immersive sonic experience that enhances the overall atmosphere of the game. The soundtrack, composed by Ikutaro Kakehashi, adds an extra layer of nostalgia for players revisiting this classic title. Penguin Adventure received positive reviews upon its release, earning praise for its engaging gameplay, charming graphics, and memorable soundtrack. While it may not have achieved the same level of mainstream success as some of Sega's other titles, it remains a beloved gem among retro gaming enthusiasts. The legacy of Penguin Adventure endures through its influence on future platformers and its place in the hearts of those who fondly remember guiding Penta on his epic Antarctic quest. - -## Try it! - -{% include software-embed.html %} - diff --git a/_posts/2023-12-21-sonic-advance-3.md b/_posts/2023-12-21-sonic-advance-3.md index 777bdb6..79af92b 100644 --- a/_posts/2023-12-21-sonic-advance-3.md +++ b/_posts/2023-12-21-sonic-advance-3.md @@ -43,10 +43,6 @@ In addition to its single-player adventure, Sonic Advance 3 offers a multiplayer In retrospect, Sonic Advance 3 stands as a testament to the enduring appeal of Sonic the Hedgehog in the handheld gaming realm. Its fusion of classic Sonic elements with innovative team mechanics delivers a gameplay experience that remains both challenging and enjoyable. Whether reliving the glory days of the GBA or discovering Sonic's adventures for the first time, Sonic Advance 3 invites players to embrace the speed, unravel the mysteries of Chao World, and prove that teamwork is the key to thwarting Dr. Eggman's latest machinations. -## Try it! - -{% include software-embed.html %} - ## Resources * Cover image credits: diff --git a/_posts/2023-12-22-super-mario-bros.md b/_posts/2023-12-22-super-mario-bros.md index 625d494..2d3bcde 100644 --- a/_posts/2023-12-22-super-mario-bros.md +++ b/_posts/2023-12-22-super-mario-bros.md @@ -39,10 +39,6 @@ The cultural impact of "Super Mario Bros." cannot be overstated. The game's succ As the years have passed, "Super Mario Bros." has not faded into obscurity; instead, it has earned its place as a timeless masterpiece. It continues to be celebrated through re-releases, remasters, and homage in other media. The game's influence on game design can be seen in countless titles that followed, and its enduring popularity attests to its status as a cultural touchstone. "Super Mario Bros." stands as a testament to the transformative power of video games, proving that a simple plumber's journey can resonate across generations, bringing joy to millions and defining the very essence of what makes gaming an art form. -## Try it! - -{% include software-embed.html %} - ## Resources * Official page of the game: diff --git a/_posts/2023-12-23-denki-blocks.md b/_posts/2023-12-23-denki-blocks.md index d84aa3b..86cdc6b 100644 --- a/_posts/2023-12-23-denki-blocks.md +++ b/_posts/2023-12-23-denki-blocks.md @@ -40,10 +40,6 @@ Beyond its gameplay mechanics, Denki Blocks! contributes to the Game Boy Advance In conclusion, Denki Blocks! for the Game Boy Advance is more than just a puzzle game; it is a testament to the ingenuity of game developers in crafting memorable and intellectually stimulating experiences. With its combination of innovative gameplay, captivating visuals, and multiplayer functionality, Denki Blocks! remains a timeless classic that continues to captivate puzzle enthusiasts and stands as a testament to the creativity that can flourish within the constraints of handheld gaming. -## Try it! - -{% include software-embed.html %} - ## Resources * Cover image credits: diff --git a/_posts/2023-12-24-portal-64.md b/_posts/2023-12-24-portal-64.md index f9601ae..7ec9265 100644 --- a/_posts/2023-12-24-portal-64.md +++ b/_posts/2023-12-24-portal-64.md @@ -41,10 +41,6 @@ The development of Portal 64 is an ongoing community effort, with a dedicated gr In conclusion, Portal 64 stands as a testament to the enduring appeal of classic gaming and the passion of a community determined to breathe new life into a beloved concept. By demaking the innovative mechanics of Portal onto the Nintendo 64, this homebrew creation captures the spirit of both eras, offering a unique and engaging experience for gamers young and old. As the legacy of Portal 64 continues to evolve, it remains a shining example of how the past and present can harmoniously coexist in the world of video games. -## Try it! - -{% include software-embed.html %} - ## Resources * Official page of the game: diff --git a/_posts/2023-12-25-pinky-xmas.md b/_posts/2023-12-25-pinky-xmas.md index b4afd5c..2f72522 100644 --- a/_posts/2023-12-25-pinky-xmas.md +++ b/_posts/2023-12-25-pinky-xmas.md @@ -38,10 +38,6 @@ Axbakk Games extends the holiday cheer by offering "Pinky Xmas" as a free gift t In conclusion, "Pinky Xmas" is not just a game; it's a heartfelt expression of the joy of giving during the holiday season. Axbakk Games, with the collaborative efforts of Takuikaninja, Googie, and Pacnsacdave, has created a pixelated masterpiece that captures the essence of Christmas in the form of a NES homebrew game. So, embrace the festive spirit, join Pinky on this holiday adventure, and experience the magic of Christmas in the retro realm of pixels and nostalgia. Merry Christmas and a Happy New Year from Axbakk and the entire Pinky crew! Cheers to the joy of classic gaming and the warmth of holiday memories. -## Try it! - -{% include software-embed.html %} - ## Resources * Official page of the game; Cover image credits: diff --git a/_posts/2023-12-26-super-mario-land.md b/_posts/2023-12-26-super-mario-land.md index 76f1493..75f70aa 100644 --- a/_posts/2023-12-26-super-mario-land.md +++ b/_posts/2023-12-26-super-mario-land.md @@ -37,10 +37,6 @@ Super Mario Land's impact extends beyond its critical and commercial success. It Reflecting on Super Mario Land's enduring legacy, it's clear that Gunpei Yokoi's vision and Nintendo's commitment to innovation have left an indelible mark on the gaming landscape. The game's success on the Game Boy paved the way for the continued evolution of portable gaming, setting the stage for handheld consoles to become an integral part of the gaming industry. As players continue to rediscover the joy of Super Mario Land on various platforms, its status as a classic and influential title remains firmly intact. -## Try it! - -{% include software-embed.html %} - ## Resources * Official page of the game; Cover image credits: diff --git a/_posts/2023-12-27-advance-wars.md b/_posts/2023-12-27-advance-wars.md index 524a9ca..36a0de9 100644 --- a/_posts/2023-12-27-advance-wars.md +++ b/_posts/2023-12-27-advance-wars.md @@ -41,10 +41,6 @@ Advance Wars garnered widespread acclaim upon its release, praised for its deep In summary, Advance Wars for the Game Boy Advance stands as a testament to the brilliance of its design, offering a captivating blend of strategic depth, engaging storytelling, and visually appealing aesthetics. Whether reliving the campaign's epic battles or challenging friends in multiplayer skirmishes, players continue to embrace the timeless appeal of this classic title that has left an indelible mark on the world of handheld gaming. -## Try it! - -{% include software-embed.html %} - ## Resources * Official page of the game; Cover image credits: diff --git a/_posts/2023-12-28-dian-shin-ma-li.md b/_posts/2023-12-28-dian-shin-ma-li.md index 2833211..a0bb960 100644 --- a/_posts/2023-12-28-dian-shin-ma-li.md +++ b/_posts/2023-12-28-dian-shin-ma-li.md @@ -41,10 +41,6 @@ Despite its unorthodox origins, Fortran boasts a dedicated fan base drawn to its In conclusion, Fortran, or "Dian Shin Ma Li," stands as a testament to the resilience and creativity of rogue game developers. Its bootleg nature, combined with its gambling-centric gameplay, creates a unique and unforgettable gaming experience. For those fortunate enough to secure a copy, Fortran represents a journey into the hidden corners of gaming history, where the thrill of uncertainty and the allure of the forbidden converge in an 8-bit masterpiece. -## Try it! - -{% include software-embed.html %} - ## Resources * Cover image credits: diff --git a/_posts/2023-12-29-bomberman-quest.md b/_posts/2023-12-29-bomberman-quest.md index a1b634a..b59286d 100644 --- a/_posts/2023-12-29-bomberman-quest.md +++ b/_posts/2023-12-29-bomberman-quest.md @@ -48,10 +48,6 @@ As players progress through the game, they'll unravel the unfolding story throug In conclusion, Bomberman Quest remains a standout title in the Game Boy Color library, offering a refreshing take on the classic Bomberman formula. Its engaging narrative, diverse gameplay mechanics, and charming visuals make it a must-play for fans of the franchise and retro gaming enthusiasts alike. Two decades after its initial release, the game continues to hold its own as a timeless adventure that captures the spirit of classic handheld gaming. -## Try it! - -{% include software-embed.html %} - ## Resources * Cover image credits: diff --git a/_posts/2023-12-30-mighty-bomb-jack.md b/_posts/2023-12-30-mighty-bomb-jack.md index c01d96d..003ab58 100644 --- a/_posts/2023-12-30-mighty-bomb-jack.md +++ b/_posts/2023-12-30-mighty-bomb-jack.md @@ -35,10 +35,6 @@ The visual aesthetics of Mighty Bomb Jack reflect the 8-bit charm of the NES era Mighty Bomb Jack remains a hallmark of NES gaming, leaving an indelible mark on the hearts of those who ventured through its pyramidal maze. Its enduring popularity is a testament to the enduring appeal of classic platformers, and it continues to captivate both nostalgic gamers and a new generation seeking the magic of 8-bit adventures. With its combination of tight controls, imaginative level design, and a dash of pixelated magic, Mighty Bomb Jack stands tall among the NES greats, an enduring testament to the craftsmanship of a bygone era in gaming history. -## Try it! - -{% include software-embed.html %} - ## Resources * Official page of the game; Cover image credits: diff --git a/_posts/2023-12-31-the-legend-of-zelda.md b/_posts/2023-12-31-the-legend-of-zelda.md index 8afbc42..483b055 100644 --- a/_posts/2023-12-31-the-legend-of-zelda.md +++ b/_posts/2023-12-31-the-legend-of-zelda.md @@ -43,10 +43,6 @@ Complementing the engaging gameplay is the iconic musical score composed by Koji In conclusion, "The Legend of Zelda" for NES is a landmark title that not only shaped the future of video games but also left an indelible mark on popular culture. Its open-world concept, captivating storyline, and memorable characters have secured its place in the pantheon of gaming classics. The game's enduring legacy continues to influence game design and storytelling in the ever-evolving world of interactive entertainment. -## Try it! - -{% include software-embed.html %} - ## Resources * Official page of the game: diff --git a/_posts/2024-01-01-rockin-kats.md b/_posts/2024-01-01-rockin-kats.md index 787f000..916d5bf 100644 --- a/_posts/2024-01-01-rockin-kats.md +++ b/_posts/2024-01-01-rockin-kats.md @@ -40,10 +40,6 @@ One of the standout features of "Rockin' Kats" is its thematic coherence. The ga In conclusion, "Rockin' Kats" remains a hidden gem in the NES catalog, offering a delightful combination of classic platforming, inventive mechanics, and a unique musical aesthetic. With its charming protagonist, catchy soundtrack, and well-designed levels, the game provides a memorable and enjoyable experience for fans of the platformer genre. Whether you're a retro gaming enthusiast or a newcomer to classic NES titles, "Rockin' Kats" is a title that deserves recognition for its creativity and entertainment value." -## Try it! - -{% include software-embed.html %} - ## Resources * Cover image credits: diff --git a/_posts/2024-01-02-wrecking-crew.md b/_posts/2024-01-02-wrecking-crew.md index bb16712..fa9f649 100644 --- a/_posts/2024-01-02-wrecking-crew.md +++ b/_posts/2024-01-02-wrecking-crew.md @@ -42,10 +42,6 @@ Wrecking Crew's enduring legacy is evident in its influence on subsequent games In retrospect, Wrecking Crew remains a testament to Nintendo's ability to innovate within the constraints of 8-bit technology. Its fusion of puzzle-solving and action elements laid the foundation for future games that would explore unconventional gameplay mechanics. For those who experienced the excitement of demolition with Mario on the NES, Wrecking Crew stands as a nostalgic reminder of a simpler yet profoundly captivating era in gaming history. -## Try it! - -{% include software-embed.html %} - ## Resources * Official page of the game; Cover image credits: diff --git a/_posts/2024-01-03-x.md b/_posts/2024-01-03-x.md index 0365ce9..e412c95 100644 --- a/_posts/2024-01-03-x.md +++ b/_posts/2024-01-03-x.md @@ -42,10 +42,6 @@ X's legacy extends beyond its initial release, influencing the trajectory of spa In conclusion, X remains a testament to the innovative spirit of its developers and the limitless possibilities of gaming on the Game Boy. Its blend of captivating gameplay, cutting-edge visuals, and a memorable soundtrack has secured its place in the annals of gaming history. For those who experienced it in the early '90s, X is a cherished memory; for those discovering it today, it stands as a shining example of timeless game design and the magic that can be achieved within the constraints of handheld technology. -## Try it! - -{% include software-embed.html %} - ## Resources * Official page of the game: diff --git a/_posts/2024-01-04-bomberman-nes.md b/_posts/2024-01-04-bomberman-nes.md index 8ce5620..0d73c4f 100644 --- a/_posts/2024-01-04-bomberman-nes.md +++ b/_posts/2024-01-04-bomberman-nes.md @@ -40,10 +40,6 @@ Beyond its entertainment value, "Bomberman" also serves as a historical artifact In conclusion, "Bomberman" for the NES remains a classic that transcends the boundaries of time. Its addictive gameplay, memorable multiplayer experiences, and enduring legacy make it a must-play for retro gaming enthusiasts and a crucial piece of video game history. Whether you're a seasoned gamer reminiscing about the golden age of consoles or a newcomer eager to explore the roots of gaming, "Bomberman" continues to offer an explosive journey that stands the test of time. -## Try it! - -{% include software-embed.html %} - ## Resources * Cover image credits: diff --git a/_posts/2024-01-05-mc-kids.md b/_posts/2024-01-05-mc-kids.md index 9c1f9fc..d41cba4 100644 --- a/_posts/2024-01-05-mc-kids.md +++ b/_posts/2024-01-05-mc-kids.md @@ -40,10 +40,6 @@ In addition to its entertaining gameplay and charming presentation, M.C. Kids st In conclusion, M.C. Kids remains a classic NES title that successfully blended fast-food marketing with engaging gameplay. Its timeless appeal lies in its colorful presentation, clever level design, and the nostalgic journey it offers to players. Whether revisiting the game for a trip down memory lane or discovering it for the first time, M.C. Kids continues to hold a special place in the hearts of retro gaming enthusiasts. -## Try it! - -{% include software-embed.html %} - ## Resources * Cover image credits: diff --git a/_posts/2024-01-06-mighty-final-fight.md b/_posts/2024-01-06-mighty-final-fight.md index 1f4484a..b8b8731 100644 --- a/_posts/2024-01-06-mighty-final-fight.md +++ b/_posts/2024-01-06-mighty-final-fight.md @@ -35,10 +35,6 @@ The sound design in Mighty Final Fight complements the visual experience, with a Despite being a scaled-down adaptation, Mighty Final Fight successfully captures the essence of its arcade predecessors. It offers a satisfying blend of challenging gameplay, memorable characters, and a distinctive art style that continues to resonate with retro gaming enthusiasts. Whether revisiting this classic or discovering it for the first time, Mighty Final Fight remains a testament to the enduring appeal of 8-bit gaming and the creativity of developers during the NES era. -## Try it! - -{% include software-embed.html %} - ## Resources * Official page of the game; Cover image credits: diff --git a/_posts/2024-01-07-kirbys-block-ball.md b/_posts/2024-01-07-kirbys-block-ball.md index 31e43a3..a883d38 100644 --- a/_posts/2024-01-07-kirbys-block-ball.md +++ b/_posts/2024-01-07-kirbys-block-ball.md @@ -40,10 +40,6 @@ The audio design in Kirby's Block Ball complements the gameplay with catchy tune In conclusion, Kirby's Block Ball stands as a shining example of how the Kirby series can successfully venture into different genres while maintaining its core identity. The game's combination of clever level design, engaging mechanics, and the beloved Kirby character creates a captivating experience for players of all ages. Whether you're a fan of puzzle games, the Kirby series, or simply looking for a delightful and challenging gaming experience, Kirby's Block Ball is a must-play title that continues to charm retro gaming enthusiasts to this day. -## Try it! - -{% include software-embed.html %} - ## Resources * Cover image credits: diff --git a/_posts/2024-01-08-rad-racer.md b/_posts/2024-01-08-rad-racer.md index 22dbe12..46c9a43 100644 --- a/_posts/2024-01-08-rad-racer.md +++ b/_posts/2024-01-08-rad-racer.md @@ -39,10 +39,6 @@ Multiplayer mode adds another layer of excitement to Rad Racer, allowing friends Rad Racer's impact extends beyond its initial release, as it has become a nostalgic gem for those who grew up with the NES. Its influence can be seen in subsequent racing games that adopted similar 3D perspectives, and its challenging yet accessible gameplay laid the groundwork for future titles in the genre. The game's enduring popularity is a testament to its timeless appeal, offering a retro gaming experience that continues to captivate players decades after its debut. -## Try it! - -{% include software-embed.html %} - ## Resources * Cover image credits: diff --git a/_posts/2024-01-09-super-star-fox-weekend.md b/_posts/2024-01-09-super-star-fox-weekend.md index bba13d3..45c3d5a 100644 --- a/_posts/2024-01-09-super-star-fox-weekend.md +++ b/_posts/2024-01-09-super-star-fox-weekend.md @@ -45,10 +45,6 @@ While Super Star Fox Weekend might have been a fleeting moment in gaming history In conclusion, Super Star Fox Weekend stands as a testament to the creative spirit of game developers in the early '90s. It successfully blended the classic appeal of the Star Fox series with a competitive edge, creating an unforgettable gaming experience that transcended the boundaries of traditional gameplay. For those fortunate enough to participate in this limited-time event, Super Star Fox Weekend remains a cherished memory—a time when the thrill of intergalactic dogfights and the joy of competition converged in an unforgettable weekend of gaming glory. -## Try it! - -{% include software-embed.html %} - ## Resources * Cover image credits: diff --git a/_posts/2024-01-10-super-mario-bros-3-alpha.md b/_posts/2024-01-10-super-mario-bros-3-alpha.md index 79097f8..47e747c 100644 --- a/_posts/2024-01-10-super-mario-bros-3-alpha.md +++ b/_posts/2024-01-10-super-mario-bros-3-alpha.md @@ -39,10 +39,6 @@ Super Mario Bros. 3 Alpha also embraces the spirit of community collaboration. W In conclusion, Super Mario Bros. 3 Alpha stands as a testament to the enduring legacy of classic video games and the passionate community that surrounds them. This hack rom seamlessly blends nostalgia with innovation, offering a reimagined journey through the Mushroom Kingdom that captivates and challenges players in equal measure. Whether you're a seasoned Mario veteran or a newcomer to the world of retro gaming, Super Mario Bros. 3 Alpha invites you to embark on a thrilling adventure that transcends the boundaries of time. -## Try it! - -{% include software-embed.html %} - ## Resources * Official page of the hack; Cover image credits: diff --git a/_posts/2024-01-11-ducktales.md b/_posts/2024-01-11-ducktales.md index f80dfcc..0056dc8 100644 --- a/_posts/2024-01-11-ducktales.md +++ b/_posts/2024-01-11-ducktales.md @@ -38,10 +38,6 @@ Despite its seemingly straightforward premise, DuckTales boasts a level of diffi In conclusion, DuckTales for the NES is a testament to the brilliance of classic platformers. Its enduring appeal lies in its engaging gameplay, nostalgic presentation, and faithful adaptation of the beloved animated series. Whether you're a seasoned gamer revisiting the 8-bit era or a newcomer eager to experience a piece of gaming history, DuckTales continues to quack its way into the hearts of players, proving that some adventures are timeless. -## Try it! - -{% include software-embed.html %} - ## Resources * Cover image credits: diff --git a/_posts/2024-01-12-shotgun-mario-64.md b/_posts/2024-01-12-shotgun-mario-64.md index 9d7f3d7..b7af2db 100644 --- a/_posts/2024-01-12-shotgun-mario-64.md +++ b/_posts/2024-01-12-shotgun-mario-64.md @@ -40,10 +40,6 @@ While Shotgun Mario 64 undeniably introduces a novel and thrilling twist to the In conclusion, Shotgun Mario 64 stands as a testament to the enduring legacy of Super Mario 64 and the creative potential within the gaming community. By introducing a shotgun into Mario's hands, this rom hack elevates the beloved classic into a high-stakes adventure, offering players a fresh perspective on a timeless journey. Whether you're a seasoned Super Mario veteran or a newcomer to the Mushroom Kingdom, Shotgun Mario 64 invites you to rediscover the magic of Mario in a way you've never experienced before. -## Try it! - -{% include software-embed.html %} - ## Resources * Official page of the hack: diff --git a/_posts/2024-01-13-tetris-flash.md b/_posts/2024-01-13-tetris-flash.md index 7f8df9d..4876b92 100644 --- a/_posts/2024-01-13-tetris-flash.md +++ b/_posts/2024-01-13-tetris-flash.md @@ -38,10 +38,6 @@ Tetris Flash also introduces an array of customization options, allowing players In conclusion, Tetris Flash exemplifies the perfect blend of tradition and innovation, capturing the essence of the original while injecting new life into the iconic puzzle game. With its captivating visuals, strategic gameplay enhancements, and social multiplayer features, Tetris Flash remains a testament to the enduring appeal of Tetris on the NES platform, inviting players to experience the magic of falling blocks in a fresh and exhilarating way. -## Try it! - -{% include software-embed.html %} - ## Resources * Cover image credits: diff --git a/_posts/2024-01-14-yoshis-cookie-snes.md b/_posts/2024-01-14-yoshis-cookie-snes.md index 321f967..7a6182d 100644 --- a/_posts/2024-01-14-yoshis-cookie-snes.md +++ b/_posts/2024-01-14-yoshis-cookie-snes.md @@ -39,10 +39,6 @@ Boss battles serve as climactic moments in the game, pitting Yoshi against formi The legacy of "Yoshi's Cookie" extends beyond its initial release, as the game has become a classic that continues to be enjoyed by retro gaming enthusiasts. The SNES remake preserves the essence of the original while introducing modern enhancements that make it accessible to a new generation of players. Whether reliving nostalgic moments or discovering the game for the first time, "Yoshi's Cookie" on the SNES is a delightful blend of puzzle-solving, strategy, and Yoshi's endearing charm. -## Try it! - -{% include software-embed.html %} - ## Resources * Cover image credits: diff --git a/_posts/2024-01-15-kid-icarus.md b/_posts/2024-01-15-kid-icarus.md index d5ba4d1..c460479 100644 --- a/_posts/2024-01-15-kid-icarus.md +++ b/_posts/2024-01-15-kid-icarus.md @@ -40,10 +40,6 @@ The audiovisual presentation of Kid Icarus is also noteworthy. The 8-bit graphic Despite its initial commercial reception, Kid Icarus has garnered a dedicated fan base over the years, with many appreciating its unique gameplay mechanics, charming characters, and mythical setting. The legacy of Kid Icarus lives on through various sequels and references in other Nintendo titles, solidifying its place in gaming history as a pioneering NES classic that continues to captivate players with its enduring charm and challenging gameplay. -## Try it! - -{% include software-embed.html %} - ## Resources * Official page of the game; Cover image credits: diff --git a/_posts/2024-01-16-mega-man.md b/_posts/2024-01-16-mega-man.md index 5a12bba..1b89a49 100644 --- a/_posts/2024-01-16-mega-man.md +++ b/_posts/2024-01-16-mega-man.md @@ -38,10 +38,6 @@ Mega Man's enduring legacy is a testament to its timeless appeal. Decades after In conclusion, "Mega Man" for the NES remains a milestone in video game history. Its innovative blend of challenging gameplay, unique weapon acquisition system, and memorable characters has left an indelible mark on the gaming landscape. Whether revisiting the 8-bit era or experiencing it for the first time, players continue to find joy in the timeless adventure of Mega Man as he battles to save the world from the clutches of Dr. Wily. -## Try it! - -{% include software-embed.html %} - ## Resources * Official page of the game; Cover image credits: diff --git a/_posts/2024-01-17-castlevania-aria-of-sorrow.md b/_posts/2024-01-17-castlevania-aria-of-sorrow.md index 0f63f9f..802ca86 100644 --- a/_posts/2024-01-17-castlevania-aria-of-sorrow.md +++ b/_posts/2024-01-17-castlevania-aria-of-sorrow.md @@ -37,10 +37,6 @@ As Soma delves deeper into the heart of darkness, he encounters a diverse cast o Castlevania: Aria of Sorrow stands as a triumph of design, storytelling, and technical achievement on the Game Boy Advance. Its legacy extends beyond the handheld realm, leaving an indelible mark on the Castlevania series and the broader landscape of action-adventure gaming. With its innovative gameplay mechanics, atmospheric presentation, and compelling narrative, Aria of Sorrow remains a shining example of the timeless appeal of the Castlevania franchise, inviting players to brave the darkness and uncover the secrets that lie within the heart of Dracula's Castle. -## Try it! - -{% include software-embed.html %} - ## Resources * Official page of the game; Cover image credits: diff --git a/_posts/2024-01-18-frogger-genesis.md b/_posts/2024-01-18-frogger-genesis.md index 10cc149..f6acdab 100644 --- a/_posts/2024-01-18-frogger-genesis.md +++ b/_posts/2024-01-18-frogger-genesis.md @@ -16,7 +16,7 @@ software_data: platform : "segaMD" rom_index : "d3c5e6f66394fb4fb5bbdf52c6ccbd4e.md" release : - region : "Usa" + region : "USA" source : "official" type : "retail" --- @@ -37,10 +37,6 @@ Frogger for Sega Genesis embraced the multiplayer trend of its era, offering a c As the gaming landscape evolved, Frogger for Sega Genesis cemented its status as a timeless classic. The game's accessibility made it suitable for players of all ages, and its unforgiving difficulty curve ensured a satisfying sense of accomplishment for those who mastered its challenges. The digital swamp of Frogger on Sega Genesis remains a nostalgic retreat for those who yearn for the pixelated landscapes of gaming's yesteryears, where a determined frog's quest for safety captured the hearts of players across generations. -## Try it! - -{% include software-embed.html %} - ## Resources * Cover image credits: diff --git a/_posts/2024-01-19-animal-forest-n64.md b/_posts/2024-01-19-animal-forest-n64.md index cab4528..391278d 100644 --- a/_posts/2024-01-19-animal-forest-n64.md +++ b/_posts/2024-01-19-animal-forest-n64.md @@ -17,7 +17,7 @@ software_data: platform : "n64" rom_index : "Animal Forest (English Patch).z64" release : - region : "Global" + region : "English" source : "community" type : "translation" --- @@ -40,10 +40,6 @@ The game's graphics, though limited by the hardware capabilities of the Nintendo In retrospect, "Animal Forest" serves as a testament to Nintendo's ability to create endearing and enduring gaming experiences. Its influence is palpable in the subsequent iterations of the "Animal Crossing" series, which have garnered a massive global fanbase. The game's combination of charming characters, open-ended gameplay, and the innovative use of real-time mechanics has left an indelible mark on the world of video games, making "Animal Forest" a cherished classic among Nintendo enthusiasts. -## Try it! - -{% include software-embed.html %} - ## Resources * Cover image credits: diff --git a/_posts/2024-01-20-sonic-3d-blast-directors-cut.md b/_posts/2024-01-20-sonic-3d-blast-directors-cut.md index 8bf27af..b58a514 100644 --- a/_posts/2024-01-20-sonic-3d-blast-directors-cut.md +++ b/_posts/2024-01-20-sonic-3d-blast-directors-cut.md @@ -37,10 +37,6 @@ Furthermore, "Sonic 3D Blast: Director's Cut" features a reimagined soundtrack, In summary, "Sonic 3D Blast: Director's Cut" stands as a testament to the enduring legacy of Sonic the Hedgehog. By marrying the beloved elements of the original game with modern enhancements, this Director's Cut offers a fresh and exciting take on a classic title. Whether you're a Sonic aficionado revisiting a cherished memory or a newcomer eager to experience one of the blue blur's early adventures, "Sonic 3D Blast: Director's Cut" promises an enhanced journey through isometric realms that captures the essence of Sonic's timeless appeal. -## Try it! - -{% include software-embed.html %} - ## Resources * Official page of the hack; Cover image credits: , diff --git a/assets/js/preferences.js b/assets/js/preferences.js new file mode 100644 index 0000000..d1a45d2 --- /dev/null +++ b/assets/js/preferences.js @@ -0,0 +1,45 @@ +(function(){ + +var prefsIndex = 'SalaMuseoGames/Prefs/v1'; + +var Prefs = { + pwaManifests: { default: true, name: "Allow installing the site as a PWA" }, + softwarePwaManifests: { default: true, dependsOn: "pwaManifests", name: "Allow installing individual games as PWAs" }, + // featurePreview: { default: false, name: "Use experimental features before their release", summary: "If some new site features or adjustments are scheduled to release soon, you might be chosen to preview them before they are officially available" }, + developerMode: { default: false, name: "Developer Mode", summary: "Show options and enable features dedicated to developers" }, + allowDownloads: { default: false, section: "developer", name: "Allow downloads where available" }, +}; + +function SavePrefs () { + var items = {}; + Object.keys(Prefs).forEach(function(key){ + items[key] = Prefs[key].value; + }); + localStorage.setItem(prefsIndex, items); +} + +var storedPrefs = JSON.parse(localStorage.getItem(prefsIndex) || {}); +Object.keys(Prefs).forEach(function(key){ + var storedValue = storedPrefs[key]; + Prefs[key].value = (storedValue !== undefined ? storedValue : Prefs[key].default); +}): + +var PrefsSections = { + developer: { name: "Developer", visible: Prefs.developerMode.value }, +}; + +if (ConfigurationCustomizerElem) { + var rootElem = ConfigurationCustomizerElem; + rootElem.innerHTML = null; + Object.keys(Prefs).forEach(function(key){ + // TODO: finish HTML + var pref = Prefs[key]; + var prefElem = document.createElement('p'); + prefElem.innerHTML += `
${pref.summary}`; + rootElem.appendChild(prefElem); + }); +} + +window.SalaMuseoGames.Prefs = Prefs; + +})(); \ No newline at end of file diff --git a/assets/js/pwa.js b/assets/js/pwa.js new file mode 100644 index 0000000..688240c --- /dev/null +++ b/assets/js/pwa.js @@ -0,0 +1,18 @@ +(function(){ + +var Prefs = SalaMuseoGames.Prefs; + +if (Prefs.pwaManifests.value) { + var manifestData; + // TODO add site manifest on global pages + if (Prefs.softwarePwaManifests.value /* && onGamePage */) { + // TODO add individual manifests on games pages + } else { + } + var manifestElem = document.createElement('link'); + manifestElem.rel = 'manifest'; + manifestElem.href = '' + encodeURIComponent(JSON.stringify(manifestData)); + document.head.appendChild(manifestElem); +} + +})(); \ No newline at end of file diff --git a/local.sh b/local.sh index 6b2e643..bcb9d98 100644 --- a/local.sh +++ b/local.sh @@ -31,11 +31,7 @@ software_data: ## About the game - - -## Try it! - -{% include software-embed.html %} + ## Resources diff --git a/pages/configuration.md b/pages/configuration.md index 58d6015..73b06c3 100644 --- a/pages/configuration.md +++ b/pages/configuration.md @@ -8,14 +8,18 @@ permalink: "/configuration/" # Configuration -This page is currently a work-in-progress. When it is ready, you will be able to manage advanced, global settings for this entire site. +This page allows you to manage advanced, global settings for this entire site, and access special features. - + +

Loading...

+ +Work-in-progress. Coming soon, you will be able to modify these options. \ No newline at end of file