New software-embed; Add 2023-12-14-720-degrees

This commit is contained in:
OctoSpacc 2023-12-14 23:41:46 +01:00
parent 2583703458
commit 1e3bc868d6
9 changed files with 97 additions and 5 deletions

View File

@ -2,6 +2,7 @@
name: "Sala Museo Games"
title: "Sala Museo Games | Where art is your new play"
description: "Sala Museo Games invites you to explore the interactive realm where gaming meets art. Immerse yourself in a curated collection of timeless video games, seamlessly playable online. Rediscover classics and embrace new adventures—where every click is a brushstroke in the canvas of digital entertainment. Welcome to the Museum Room, where art is your new play."
footer_note: {% include footer-note.html %}
tags:
- "blog"
- "games"
@ -27,14 +28,12 @@ date_format: "%Y.%m.%d"
github_username: "GamingShitposting"
telegram_username: "gamingshitpost"
# Posts Settings
show_time_bar: false
show_modal_on_exit: false
show_modal_on_finish_post: true
two_columns_layout: true
# Advanced Settings
baseurl: "/SalaMuseoGames" # the subpath of your site, e.g. /blog
url: "https://gamingshitposting.github.io" # the base hostname & protocol for your site
@ -42,7 +41,6 @@ language: "en"
categories_folder: "category"
sent_message_url: "/contact/message-sent/"
# Build settings
markdown: kramdown
highlighter: rouge

View File

View File

@ -39,6 +39,8 @@
{% include links.html %}
<p>{{ site.footer_note }}</p>
<p>
Site theme based on <a href="https://github.com/thiagorossener/jekflix-template" target="_blank">Jekflix</a>, originally made with <svg class="love"><use xlink:href="#icon-heart"></use></svg> by <a href="https://rossener.com" target="_blank" class="creator">Thiago Rossener</a>
</p>

View File

@ -105,5 +105,9 @@
window.site_config = {
baseurl: "{{ site.baseurl }}",
};
window.page_config = {
software_data: {{ page.software_data | jsonify }},
};
window.SalaMuseoGames = { site: site_config, page: page_config };
</script>
</head>

View File

@ -1,3 +1,5 @@
The following is the {{ page.software_data.release.source }} {{ page.software_data.platform | upcase }} {{ page.software_data.release.region }} {{ page.software_data.release.type }} version of the game.
{% include emulator.html platform=page.software_data.platform rom_index=page.software_data.rom_index %}
<!-- {% include emulator.html platform=page.software_data.platform rom_index=page.software_data.rom_index %} -->
<p><script src="{{ site.baseurl }}/assets/js/software-embed.js"></script></p>

View File

@ -0,0 +1,50 @@
---
layout: "post"
title: "720 Degrees"
subtitle: "Skate, Jump, and Conquer: Unleash Thrills in the Urban Jungle of 720 Degrees for the NES."
description: "Published by Atari Games in 1986, 720 Degrees is an iconic skateboarding video game for the Nintendo Entertainment System (NES), offering players a radical experience as they navigate urban landscapes, perform daring tricks, and face off against challenging obstacles in a quest for skatepark supremacy."
image: "/assets/media/games/720-degrees/720_Gameplay1-4.jpg"
image_source: "internal"
category: "games"
tags:
- "nes"
- "arcade"
- "jaleco"
- "racing"
- "beat-em-up"
- "exclusive"
author: "octobot"
software_data:
platform : nes
rom_index : 448431d360ac64bfb9332cb261775307.nes
release :
region : USA
source : official
type : retail
---
## About the game
"720 Degrees" is a seminal classic in the realm of NES gaming, marking a pivotal moment in the early 1980s when extreme sports were gaining widespread popularity. Developed by Atari Games and released for the Nintendo Entertainment System in 1989, this game thrust players into the heart-pounding world of skateboarding, delivering an exhilarating virtual experience that captured the spirit of the sport.
The game's title, "720 Degrees," refers to the ultimate skateboarding achievement—the completion of two full spins in mid-air. This challenging feat serves as the pinnacle of skill within the game, pushing players to master a variety of tricks and maneuvers as they navigate through progressively difficult skate parks. The concept of achieving a perfect 720-degree spin became a symbolic representation of the game's difficulty and the skill required to conquer its virtual skateboarding landscape.
"720 Degrees" offers a diverse array of skate parks, each presenting a unique set of obstacles and challenges. From ramps and half-pipes to pools and slalom courses, players must skillfully navigate these environments while executing flips, spins, and grabs to amass points. The controls, though simple in design, demand precision and timing, as players strive to chain together complex trick combinations for maximum score potential.
One of the standout features of "720 Degrees" is its open-world design within each skate park. Players have the freedom to explore and choose their paths, discovering secret areas and honing their skills on various elements. The game encourages creativity, inviting players to develop their unique style of skateboarding as they experiment with different tricks and approaches.
Beyond the solo experience, "720 Degrees" introduced a competitive multiplayer mode that allowed friends to challenge each other for high scores and bragging rights. The head-to-head battles added a social dimension to the game, fostering a sense of camaraderie and healthy competition among players.
Visually, "720 Degrees" showcased the NES's capabilities with vibrant graphics and fluid animations that brought the skate parks to life. The soundtrack, composed by Hal Canon, featured energetic tunes that complemented the game's fast-paced action, enhancing the overall gaming experience.
Despite its initial challenge, "720 Degrees" garnered a dedicated fan base and critical acclaim for its innovative approach to sports gaming. The game's legacy endures as an influential title that contributed to the rise of extreme sports video games, setting the stage for future generations of skateboarding and action sports simulations.
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: <https://www.retrogameage.com/shop/nes/720-degrees-nes/>

View File

@ -0,0 +1,33 @@
(function(){
var thisElement = document.querySelector(`script[src="${SalaMuseoGames.site.baseurl}/assets/js/software-embed.js"]`);
var data = SalaMuseoGames.page.software_data;
var platform = data.platform;
var core = data.platform;
var backend = data.backend;
var romUrl = (data.rom_url || 'https://gamingshitposting.github.io/ext-bin-1/roms/'+data.rom_index+'.7z');
// set any overrides if specified ...
switch (backend)
{
default:
case 'cuttingedge':
case 'emulatorjs':
window.EJS_player = '#software-embed-frame';
window.EJS_pathtodata = 'https://gamingshitposting.github.io/ext-bin-1/EmulatorJS/data/';
window.EJS_core = (core || platform);
window.EJS_gameUrl = romUrl;
window.EJS_screenRecording = { videoBitrate: 150000000 };
var frameElement = document.createElement('div');
frameElement.outerHTML = `<div style="width:640px; height:480px; max-width:100%">
<div id="software-embed-frame"></div>
</div>`;
thisElement.parentElement.appendChild(frameElement);
thisElement.innerHTML = '';
thisElement.src = EJS_pathtodata+'loader.js';
break;
case 'standalone':
thisElement.outerHTML = `<iframe id="software-embed-frame" src=""></iframe>`;
break;
}
})();

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

View File

@ -13,6 +13,9 @@ This page is currently a work-in-progress. When it is ready, you will be able to
<!--
* Toggle reproduction history
* Toggle downloads
* Override emulators
* Override emulators (backends, cores)
* Force override emulators
* Toggle automatic web/social embeds
* Try to load games marked unavailable
* Configs/saves import/export
-->