: Add casino-kid [2024-05-18]

This commit is contained in:
octospacc 2024-05-22 00:18:47 +02:00
parent 04198388d2
commit c94d8f3854
5 changed files with 75 additions and 12 deletions

View File

@ -0,0 +1,55 @@
---
layout: "post"
title: "Casino Kid"
subtitle: "An NES adventure combining casino gambling and role-playing elements."
description: "Casino Kid is a 1989 NES game developed by Sofel, where players take on the role of a young gambler aiming to conquer the top casinos in Lost Wages. Players engage in blackjack and poker while exploring the casino and challenging various opponents to become the ultimate gambling champion."
image: "/assets/media/games/casino-kid/2IyimnW6xtc.jpg"
image_source: "internal"
category: "games"
tags:
- "gambling"
- "rpg"
- "blackjack"
- "poker"
- "cards"
- "SOFEL"
- "anime"
- "top-down"
author: "octobot"
mobygames_id: "17730"
software_data:
platform: "NES"
rom_index: "578ac4e6c15c915e274c69580f30aaa9.nes"
release:
region: "USA"
source: "official"
type: "release"
year: "1989"
---
## About the game
Casino Kid is a unique and engaging game for the Nintendo Entertainment System (NES), developed by Sofel and released in 1989. The game merges casino gambling with adventure and role-playing elements, providing players with a distinctive gaming experience set in the fictional city of Lost Wages, a playful nod to Las Vegas.
In Casino Kid, players assume the role of a young and ambitious gambler who arrives in Lost Wages with the goal of becoming the top casino champion. The storyline is simple yet captivating: the protagonist must navigate through various casinos, challenge and defeat different opponents, and ultimately face the casino bosses to claim the title of the best gambler in the city.
The game begins with the player entering a large casino, filled with a variety of characters and opportunities. The primary activities in the game are centered around two popular casino games: blackjack and poker. As players explore the casino, they encounter numerous opponents, each with unique personalities and gambling styles. The interactions with these characters add depth to the game, transforming what could have been a straightforward gambling simulation into an engaging adventure.
Gameplay in Casino Kid is divided into two main components: exploration and gambling. During the exploration phase, players navigate the casino floor, talking to various characters to gather information, receive challenges, and find opponents to play against. The games environment is designed to mimic the bustling atmosphere of a real casino, complete with lively music and detailed graphics for its time. The top-down view and sprite-based graphics are characteristic of the era, providing a nostalgic experience for players.
The gambling phase is where the core of Casino Kids gameplay lies. Players participate in games of blackjack and poker, each with its own set of rules and strategies. In blackjack, the objective is to beat the dealer by having a hand value closest to 21 without exceeding it. In poker, players must utilize their skills in betting, bluffing, and reading opponents to win. The game features a simplified version of poker, which makes it accessible to players who might not be familiar with all the intricacies of the card game.
As players win games and accumulate money, they progress through the ranks of gamblers in Lost Wages. Each victory brings them closer to the ultimate goal of facing the top casino bosses. Defeating these bosses requires not only gambling prowess but also a strategic approach, as they are often more skilled and difficult to beat than regular opponents.
One of the standout features of Casino Kid is its blend of gambling mechanics with adventure elements. Unlike traditional casino games, which can become monotonous, Casino Kid keeps players engaged through its storyline and character interactions. The games challenge lies not just in winning at cards but also in navigating the social environment of the casino, making strategic decisions, and managing resources effectively.
The games music and sound effects, though limited by the NESs hardware capabilities, contribute to the overall atmosphere, enhancing the immersive experience. The soundtrack, composed by Kenichi Kamio, features catchy tunes that complement the on-screen action and keep players motivated throughout their gambling journey.
Despite its relatively niche genre, Casino Kid received positive reviews for its innovative approach and engaging gameplay. It stood out among other NES titles of the time, offering a fresh take on both gambling games and adventure games. Its success led to the release of a sequel, Casino Kid II, which expanded on the original games mechanics and offered new challenges for players.
Overall, Casino Kid remains a memorable title for NES enthusiasts and retro gaming fans. Its unique combination of gambling and adventure elements, coupled with its charming graphics and engaging gameplay, make it a standout entry in the NES library. Whether you are a fan of casino games or classic adventure games, Casino Kid offers a distinctive and enjoyable experience that has stood the test of time.
## Resources
* Cover image credits: <https://www.youtube.com/watch?v=2iyimnw6xtc>

View File

@ -24,8 +24,8 @@ software_data:
frame_index: "amongus-online.net/game/amongus.html"
release:
region: "web"
source: "unknown"
type: "release"
source: "unofficial"
type: "remake"
year: "2018"
screen:
orientation: "landscape"
@ -54,5 +54,6 @@ In conclusion, the single-player web version of "Among Us" successfully captures
## Resources
* Official page of the game: <https://innersloth.itch.io/among-us>
* Official page of the original game: <https://innersloth.itch.io/among-us>
* Source of the unofficial web remake: <https://amongus-online.net/game/amongus>

View File

@ -48,14 +48,16 @@ section.post > article {
}
iframe.AppFrame,
iframe#software-embed-frame,
body.cinema-view > section.post > article > p.software-embed-wrapper > div.software-embed-container
{
iframe#software-embed-frame {
height: calc(100vh - 4rem);
border: none;
overflow: hidden;
}
body.cinema-view > section.post > article > p.software-embed-wrapper > div.software-embed-container {
height: calc(100vh - 2rem);
}
#ConfigurationCustomizer > ul > li {
display: block;
}

View File

@ -18,21 +18,26 @@ function controlsHtml (picks) { return ( '<span class="software-embed-controls">
if (iframe) {
iframe.focus();
} else {
if (!wrapper.style) {
document.querySelector('section.post > article').style = 'z-index: 10;';
var articleStyle = document.querySelector('section.post > article').style;
if (wrapper.style.length === 0) {
articleStyle.zIndex = 10;
wrapper.style = 'z-index: 1; position: fixed; top: 0; margin-top: 0; background: black; height: 100vh; left: 0;';
document.body.style.overflowY = 'hidden';
button.textContent = 'Unfocus 🔳️';
} else {
wrapper.style = document.querySelector('section.post > article').style = null;
document.body.style.overflowY = wrapper.style = articleStyle.zIndex = null;
button.textContent = 'Focus 🔳️';
}
}
}) + ' ' : '') +
(picks.all || picks.fullscreen ? makeButton('Fullscreen 🖼️', function(button, wrapper){
wrapper.querySelector('iframe#software-embed-frame').requestFullscreen();
var iframe = wrapper.querySelector('iframe#software-embed-frame')
iframe.requestFullscreen();
iframe.focus();
}) + ' ' : '') +
(picks.all || picks.enlarge ? makeButton('Enlarge ↔️', function(){ document.body.classList[
!document.body.className.split(' ').includes('cinema-view') ? 'add' : 'remove'
(picks.all || picks.enlarge ? makeButton('Enlarge ↔️', function(button){ document.body.classList[
!document.body.className.split(' ').includes('cinema-view')
? (button.textContent = 'Shrink ↔️', 'add') : (button.textContent = 'Enlarge ↔️', 'remove')
]('cinema-view') }) + ' ' : '') +
(picks.all || picks.reload ? makeButton('Reload ♻️', function(button, wrapper){
var frame = wrapper.querySelector('iframe#software-embed-frame');

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB