Bowl Code Hs: Retro


đź”´ RETRO BOWL CODE: HS

Unlock a blast from the past with the code HS!
âś… Exclusive retro field skin
âś… +15 Coaching Credits
âś… Vintage pixel helmet decal

How to redeem:

  1. Go to Extras → Code Redemption
  2. Enter: HS
  3. Hit Redeem and dominate the gridiron in style!

“High score, higher glory.” 🏆


Retro Bowl on CodeHS refers to a popular genre of student-led development projects where aspiring programmers recreate the 8-bit aesthetic and strategic gameplay of the hit football title.

While the official Retro Bowl was developed by New Star Games using professional engines, many students use platforms like CodeHS to learn the fundamentals of game design by building simplified versions of the game. Recreating Retro Bowl on CodeHS

On CodeHS, students often use JavaScript (p5.js or graphics libraries) to build their own football simulations. These projects typically focus on a few key mechanics:

Coordinate Management: Programming the movement of a "ball" (often a circle) and a "player" (a rectangle) using X and Y coordinates.

Collision Detection: Coding boundaries so the ball bounces off walls or triggers a "touchdown" when reaching the end zone.

Mouse/Keyboard Input: Mapping user actions, such as clicking and dragging to simulate the iconic "swipe-to-aim" passing mechanic found in Retro Bowl.

Game State Logic: Managing the transition between screens, such as moving from the kickoff to the scrimmage and eventually to the scoreboard. Popular Features in Student Remixes

Many users look for ways to integrate Retro Bowl into their own sites or projects. Communities on Reddit frequently share snippets for: Games Student Projects - CodeHS

Retro Bowl CodeHS: A Deep Report

Introduction

Retro Bowl is a popular online game on CodeHS, a platform that provides coding games and exercises for students to learn programming concepts. In Retro Bowl, players control a football team and compete against an opponent in a simplified, retro-style football game. The game is built using a visual programming language, making it accessible to students with varying levels of coding experience.

Gameplay Mechanics

In Retro Bowl, players use a block-based coding language to control their team's movements and actions on the field. The gameplay mechanics can be broken down into several key components:

  1. Player Movement: Players can move their team's players around the field using motion blocks (e.g., move forward, turn left, etc.).
  2. Ball Handling: Players can control the ball by using blocks like catch, throw, and run with ball.
  3. Tackling and Scoring: Players can tackle opponents to the ground or score touchdowns by carrying or throwing the ball into the end zone.

Code Analysis

To gain a deeper understanding of Retro Bowl's coding mechanics, let's analyze a sample code snippet:

// Move the quarterback to the line of scrimmage
move(QB, forward, 5);
// Pass the ball to the wide receiver
throw(QB, WR, long);
// Move the wide receiver down the field
move(WR, forward, 10);
// Catch the ball
catch(WR);

This code uses a combination of motion blocks, action blocks, and object references (e.g., QB, WR) to control the quarterback and wide receiver. The code demonstrates basic programming concepts like sequencing, where blocks are executed in a specific order to achieve a desired outcome.

Programming Concepts

Retro Bowl teaches several fundamental programming concepts, including:

  1. Sequencing: The order in which blocks are executed affects the game's outcome.
  2. Variables: Players can use variables to store and manipulate game state (e.g., player positions, ball ownership).
  3. Conditional Statements: Players can use conditional blocks (e.g., if-then statements) to make decisions based on game conditions (e.g., score, player position).
  4. Functions: Players can create reusable functions to perform complex actions (e.g., a touchdown celebration).

Pedagogical Value

Retro Bowl offers several pedagogical benefits:

  1. Block-based programming: The visual programming language makes it easy for beginners to learn programming concepts without worrying about syntax errors.
  2. Game-based learning: The game's engaging and interactive nature motivates students to learn and experiment with coding.
  3. Transferable skills: The programming concepts learned in Retro Bowl can be applied to other programming languages and contexts.

Limitations and Challenges

While Retro Bowl is an excellent introduction to programming, it has some limitations:

  1. Limited complexity: The game's simplicity may not challenge more experienced programmers.
  2. Lack of feedback: The game does not provide detailed feedback on code errors or inefficiencies.

Conclusion

Retro Bowl on CodeHS is an engaging and educational game that introduces students to fundamental programming concepts. By analyzing the gameplay mechanics, code snippets, and pedagogical value, we can appreciate the game's potential to inspire students to learn programming. While it has some limitations, Retro Bowl remains a valuable resource for students and educators in the computer science community.

Recommendations

  1. Integrate with other CodeHS games: Encourage students to explore other CodeHS games to develop a broader range of programming skills.
  2. Add more complex challenges: Introduce more complex levels or challenges to engage experienced programmers.
  3. Improve feedback mechanisms: Provide more detailed feedback on code errors and inefficiencies to help students improve their coding skills.

Finding the specific code for Retro Bowl platform usually refers to student-created projects where they recreate the game's logic. Because these are individual projects, there isn't one "official" code; however, you can find various versions in the CodeHS Project Catalog Common Ways to Find Retro Bowl Code on CodeHS: Student Projects

: Many students publish their own versions of Retro Bowl. You can search the CodeHS Public Projects

for "Retro Bowl" to see existing JavaScript or Python versions. Game Tutorials : If you are looking to build it yourself, CodeHS offers a Video Game Design

course that teaches the mechanics needed (physics, scoring, and controls) to create a sports game. GitHub Repositories : Developers often host HTML embed codes

for Retro Bowl on GitHub, which can be adapted into a CodeHS sandbox project. Sample HTML Embed Code

If you just need a way to run Retro Bowl within a website or a CodeHS HTML project, you can use an to pull from a hosting site:

"https://game316009.konggames.com/gamez/0031/6009/live/index.html" frameborder= allowfullscreen= Use code with caution. Copied to clipboard Tips for Building Your Own in CodeHS: Canvas Setup

: Use the CodeHS JavaScript Graphics library to create the field and players. keys or mouse clicks to player movement and passing. getElementAt

The Nostalgic World of Retro Bowl: Uncovering the Secrets of CodeHS retro bowl code hs

The world of coding and computer science has evolved significantly over the years, with numerous programming languages, tools, and platforms emerging to make coding more accessible and engaging. One such platform that has gained immense popularity among coding enthusiasts, particularly students and educators, is CodeHS. CodeHS is an online platform that provides a comprehensive curriculum and tools for teaching and learning computer science. Among the many games and projects available on CodeHS, Retro Bowl has become a cult classic, captivating the hearts of many coders. In this article, we'll dive into the world of Retro Bowl on CodeHS, exploring its concept, gameplay, and the coding magic that brings it to life.

What is Retro Bowl?

Retro Bowl is a popular game on CodeHS, inspired by classic 8-bit and 16-bit football games from the 1980s and 1990s. The game is a simplified representation of American football, where players control a team of football players, navigating the field, and scoring touchdowns. The game's nostalgic charm, simple yet addictive gameplay, and colorful graphics have made it a beloved favorite among CodeHS users.

The Concept of Retro Bowl on CodeHS

Retro Bowl on CodeHS is more than just a game; it's a coding project that allows users to learn and practice programming concepts while having fun. The game is built using a block-based programming language, similar to Scratch or Blockly, making it accessible to users with varying levels of coding experience. The game's code is composed of blocks that represent different actions, such as moving players, throwing passes, or tackling opponents. Users can modify and customize the game's behavior by rearranging these blocks, experimenting with different coding concepts, and learning from their mistakes.

Gameplay and Features

Retro Bowl's gameplay is straightforward yet engaging. Players control their team's quarterback, navigating the field, and making decisions to pass, run, or punt the ball. The game features simple graphics, with pixelated players and a straightforward field design. The gameplay is turn-based, with each turn consisting of a series of decisions, such as:

  1. Play selection: Choose from a variety of plays, such as runs, passes, or punts.
  2. Player movement: Move players around the field to block opponents or create scoring opportunities.
  3. Tackling and scoring: Attempt to tackle opponents or score touchdowns.

The game also features a scoring system, keeping track of points, yards gained, and game progress.

The Coding Behind Retro Bowl

So, what makes Retro Bowl tick? The game's code is built using a combination of block-based programming languages, such as JavaScript or Python. The code is organized into different functions, each responsible for a specific aspect of the game, such as:

  1. Game loop: Manages the game's flow, updating the game state, and handling user input.
  2. Player movement: Controls player movement, including running, jumping, and tackling.
  3. AI opponents: Implements basic AI logic for opponent players, making the game more challenging.

Users can explore and modify the game's code, learning from the existing implementation, and experimenting with new ideas. This hands-on approach to coding helps users develop essential programming skills, such as:

  1. Problem-solving: Breaking down complex problems into manageable parts.
  2. Logical thinking: Understanding cause-and-effect relationships between code blocks.
  3. Debugging: Identifying and fixing errors in the code.

Benefits of Playing Retro Bowl on CodeHS

So, why should you play Retro Bowl on CodeHS? Here are some benefits:

  1. Improved coding skills: Retro Bowl provides a fun and interactive way to learn and practice programming concepts.
  2. Develop problem-solving skills: The game's challenges and puzzles help users develop critical thinking and problem-solving skills.
  3. Enhance logical thinking: Retro Bowl's gameplay and code structure promote logical thinking and analytical reasoning.
  4. Build confidence: As users progress through the game and modify the code, they build confidence in their coding abilities.

Tips and Tricks for Mastering Retro Bowl

Want to become a Retro Bowl master? Here are some tips and tricks:

  1. Start with the basics: Understand the game's mechanics and code structure before diving into advanced modifications.
  2. Experiment and iterate: Try new things, and learn from your mistakes.
  3. Join the community: Share your creations and learn from other users on the CodeHS forums.
  4. Keep it fun: Don't be afraid to try new and crazy ideas – it's all part of the learning process!

Conclusion

Retro Bowl on CodeHS is more than just a game – it's a coding adventure that combines fun and learning. By exploring the game's concept, gameplay, and coding magic, users can develop essential programming skills, improve problem-solving abilities, and enhance logical thinking. Whether you're a seasoned coder or a beginner, Retro Bowl on CodeHS is an excellent way to experience the world of coding in a fun and interactive way. So, what are you waiting for? Join the Retro Bowl community on CodeHS, and start coding your way to victory!

The intersection of Retro Bowl represents a unique space where the mechanics of a popular sports sim meet the fundamentals of computer science education

. While Retro Bowl itself is a commercial product developed in C# (Unity), it has become a frequent subject for student projects on platforms like Retro Bowl as a Coding Canvas

, students often attempt to recreate "Retro Bowl-lite" versions or use the game's logic to learn programming concepts. These projects typically focus on: Game State Management

: Handling "Coaching Credits," which function as a currency earned through wins and fan support. Coordinate Geometry

: Implementing yardage systems where player movement and "tackling" are calculated using grid positions and tilemaps. Interactive Loops : Using languages like JavaScript

to build the offensive-only gameplay loop where players call plays and control the QB. Programming Insights from the Original

Though students use learning platforms, the professional version of Retro Bowl offers a lesson in efficient design: Language & Engine : The game is widely recognized as being built with

, allowing it to scale across iOS, Android, and Nintendo Switch. Complexity through Simplicity

: It manages deep RPG elements—contracts, facility upgrades, and player morale—using minimal 8-bit graphics that are highly portable for web-based "unblocked" versions often hosted on school-friendly GitHub sites. Educational Value For students on

, the game serves as a bridge between play and production. Replicating its systems requires understanding: Tynker.com

How To Earn Coaching Credits Fast in Retro Bowl (Mobile) Tutorial


3. Update Position & Downs

function updateFieldPosition(gain) 
    fieldPosition += gain;
    if (fieldPosition >= 100) 
        touchdown();
     else 
        yardsToGo -= gain;
        if (yardsToGo <= 0) 
            console.log("First down!");
            resetDowns();
         else 
            down++;

function resetDowns() down = 1; yardsToGo = 10;

Conclusion: Should You Use the Retro Bowl Code HS?

Absolutely. But understand what you are signing up for. The "Retro Bowl code HS" is not a magic button; it is a philosophy. It is the community’s way of keeping a beloved game challenging years after its release.

If you are bored of winning the Retro Bowl 44-0 on Easy mode, reset your save, set the difficulty to Extreme, follow the 6 commandments above, and embrace the "HS Code." You will lose. You will rage-quit. But when you finally hoist that trophy under the strict HS rules, you will have earned the title of a true Retro Bowl legend.

Final Verdict: Code HS is the Dark Souls of Retro Bowl. Enter at your own risk.


Have you mastered the HS Code? Share your best High Score season in the comments below.

The fluorescent hum of the CRT monitor was the only sound in the basement, save for the rhythmic click-clack of a mechanical keyboard.

It was 2:00 AM on a Tuesday. Outside, the rain slapped against the windowpane of the suburban house, but inside, sixteen-year-old Leo was immersed in the glowing green phosphor of CodeHS.

Most kids used the platform to finish their Intro to Computer Science homework. They copy-pasted Java snippets about "Karel the Dog" moving in a grid, just to get a passing grade. But Leo wasn't most kids. He was trying to bend the grid to his will. đź”´ RETRO BOWL CODE: HS Unlock a blast

Leo wasn't building a calculator. He wasn't building a "Hello World" program. He was reverse-engineering a legend.

On his split screen, a simple browser window was open to a popular pixel-art football game. But on the CodeHS console, lines of custom JavaScript were cascading down the screen.

// RETRO BOWL PROTOCOL v1.0 // Author: Leo_The_Coder

"Come on," Leo whispered, adjusting his glasses. He hit Run.

The CodeHS canvas on the right side of the screen flickered. A grid of black pixels appeared. Slowly, color bled into them—blocky, chunky, 8-bit colors. A field of digital turf green. Bright white yard lines rendered in perfect squares.

The code compiled.

function drawPlayer(x, y, teamColor) var player = new Rectangle(10, 15); player.setColor(teamColor); player.setPosition(x, y); add(player);

It was crude, but it was his. He had spent three weeks studying the logic of the game he loved—the arm angles, the wind physics, the gritty math behind a spiral. He was trying to distill the essence of a modern mobile hit into the raw, unpolished logic of a high school coding exercise.

Suddenly, the screen glitched. A syntax error popped up in red text: UNEXPECTED TOKEN ON LINE 204.

Leo groaned, dropping his head onto the desk. Line 204 was the physics engine. The pass trajectory. It was the hardest part. He had the players, the field, and the defense AI, but the ball wouldn't fly. It just dropped like a stone.

He opened his notebook, a spiral-bound mess of diagrams and scribbles. Velocity. Angle. Wind resistance.

He looked back at the code. He had defined the gravity, but he had forgotten the throw power variable.

He typed furiously: var throwPower = 50; ball.moveTo(targetX, targetY - throwPower);

He hovered his finger over the 'Run' button. This was the Super Bowl of coding. If this worked, he’d have a fully playable two-point conversion simulation built entirely within a curriculum designed to teach basic loops.

He pressed the button.

The canvas reset. The little pixelated quarterback—drawn with three simple rectangles in CodeHS—took the snap. The defense, little red blocks, rushed forward.

Leo used the arrow keys. The QB dropped back. He pressed 'Space'.

On the screen, a tiny brown pixel—the football—launched from the QB’s hand. It didn't drop. It arced. A perfect, mathematically calculated parabola. It sailed over the heads of the red blocks and dropped neatly into the end zone, where a blue rectangle—the wide receiver—stood waiting.

TOUCHDOWN.

The text printed to the console log: > DRIVE RESULT: TOUCHDOWN > FAN SUPPORT: 100%

Leo leaned back, a grin stretching across his face. It wasn't the polished app with the catchy chiptune soundtrack. There was no roster management, no salary cap simulation. It was just geometry and logic wrapped in a while(true) loop.

But as he watched the little pixel players celebrate by flashing different colors, he felt the same rush he felt when he won the actual game. He hadn't just played it; he had decoded it.

He saved the file: RetroBowl_Final_Version.js.

He checked the time. 2:15 AM. He had school in five hours. But as he closed the laptop, he knew the code was safe in the cloud, waiting for him to add the extra point module tomorrow.

In the quiet of the basement, the cursor blinked, ready for the next down

Retro Bowl is widely regarded as one of the best mobile sports games, often praised for its addictive blend of simple 8-bit gameplay and surprisingly deep franchise management. Drafting Guide: Building a Powerhouse

A successful draft is the foundation of a championship team. Here are the core strategies to master your draft:

Roster Preparation: Before the draft begins, trade away players who are "trash," have high salaries on expiring contracts, or don't fit your long-term plan to accumulate more draft picks. Target Key Positions Early:

Offensive Core: Prioritize a high-potential Quarterback (QB) and at least one elite Wide Receiver (WR) with maximum speed.

Tight End (TE): A 4-star Tight End is often a reliable first-round pick because they provide a safe passing target and help with blocking.

Scout Wisely: You can scout up to 20 players per draft. Look for players with high "potential" (indicated by empty stars) rather than just their current rating; a 2-star rookie with 5-star potential is a valuable long-term asset.

Strategic Tanking: Your draft pool quality is tied to your previous season's record. A worse record yields better prospects, while winning the Retro Bowl often results in a weaker draft pool. Game Review: Why It’s a Must-Play

How Players Actually Use "Codes" in Retro Bowl

Extensions & advanced topics

If you want, I can: provide a starter JavaScript/HTML5 template, a Python (Pygame) skeleton, or a detailed 5-day lesson plan with code snippets — tell me which format you prefer.

(Invoking related search term suggestions.)

Here’s a quick Retro Bowl guide focused on the “Code HS” context — meaning you’re likely working on the Retro Bowl JavaScript game project for CodeHS (a common assignment in AP CS Principles or intro coding courses).


Conclusion

| Search Term | Reality | |-------------|---------| | retro bowl code hs | Unofficial mod or save hack, likely for Android/web. | | Does it work on iOS / Switch? | No – those platforms are locked down without jailbreak. | | Is it safe? | Depends on source; modded APKs can be risky. | | Does the developer support it? | No – New Star Games encourages fair play. |

If you see a video or post claiming "Retro Bowl code hs – unlimited everything", it’s almost certainly a hacked save or a modded APK, not a real code you can type into the game. Use at your own risk, and consider supporting the developer by buying the premium version – it’s cheap and unlocks nearly all the benefits people seek from mods. Go to Extras → Code Redemption Enter: HS

For official game info and updates, visit: https://newstargames.com/retrobowl

Building a Retro Bowl -style game in typically involves using JavaScript Graphics

(or p5.js, depending on your course) to manage player movement, ball physics, and field mechanics.

The core logic requires a loop that updates the position of players and the ball while checking for collisions between them. 1. Set Up the Playing Field

Use a rectangular background to represent the turf. You can use a

object to make it a distinct green and draw vertical lines for yard markers. javascript

Rectangle(getWidth(), getHeight()); field.setColor(Color.green); add(field); // Draw yard lines using a loop ; i < getWidth(); i += , i, getHeight()); add(line); } Use code with caution. Copied to clipboard 2. Implement Ball Trajectory To simulate a pass, the ball needs an velocity (

). When the user clicks, calculate the angle toward the mouse and move the ball along that vector. : The ball's position at any time Gravity (Optional)

: If you want a 3D arc feel in a 2D space, you can shrink and then enlarge the ball size to simulate height. 3. Handle Player Movement and AI The Quarterback keyDownMethod to move the QB up and down behind the line of scrimmage. : Code them to move toward the ball's coordinates once it is thrown. : Give them a set "route" (e.g., move for 100 pixels, then change velocity). 4. Collision Detection

You must constantly check if the ball "hits" a receiver or a defender. In CodeHS, the getElementAt(x, y)

method is the most efficient way to see if the ball has touched another object. javascript checkCollision() { ballX = ball.getX(); ballY = ball.getY(); hit = getElementAt(ballX, ballY); && hit != field) { // logic for catch or interception Use code with caution. Copied to clipboard Summary of Key Components setTimer(draw, 20) to create the game loop. State Management : Use a variable like to track if the ball is "ready," "in flight," or "caught." Coaching Credits (Advanced)

: You can store "credits" in a variable to let players "upgrade" their speed or throwing power, similar to the original Retro Bowl mechanics ball-throwing physics defender AI

Students often use the CodeHS Online IDE to create 8-bit styled sports games as part of their Computer Science curriculum. Building a functional football game involves several key programming concepts taught in CodeHS courses:

Graphics & Animation: Using the JavaScript Graphics library to draw the field and player objects.

Player Controls: Mapping keyboard inputs (like arrow keys or WASD) to control the Quarterback or Wide Receiver.

Collision Detection: Determining when a player "tackles" another or when a ball reaches a receiver's hands.

Game Logic: Implementing scoring systems, quarter timers, and down tracking using variables and conditionals.

For inspiration, developers often look to Retro Bowl GitHub repositories to understand how the original game's 8-bit physics and AI were structured. High School Mods and Customizations

Beyond coding projects, the "High School" aspect of this search often refers to Retro Bowl High School Edition concepts. Players use the game's built-in editor or external save data editors to recreate local high school teams.

Custom Conferences: Players manually rename teams and edit jersey colors to match their state's high school divisions.

Editing Save Data: Advanced users sometimes access the browser's Local Storage to modify "Coaching Credits" or team names directly within the Retro Bowl Save Data.

Educational Use: Some teachers use Retro Bowl's "Coaching Credits" system as a metaphor for leadership and resource management in software development teams. Games Student Projects - CodeHS

The Ultimate Guide to "Retro Bowl Code HS": How to Play and Why It’s Trending

If you have spent time in a school computer lab lately, you have likely heard of Retro Bowl Code HS. This phenomenon combines the addictive, 8-bit charm of the classic football game with CodeHS, a popular educational platform used to teach computer science in schools. By hosting the game through student-created projects or "unblocked" scripts, players have found a way to enjoy their favorite sports simulator while appearing to be hard at work on their coding assignments. What is Retro Bowl Code HS?

At its core, "Retro Bowl Code HS" refers to versions of the popular mobile and web game Retro Bowl that have been embedded into the CodeHS IDE.

The Educational Loophole: Because many schools use CodeHS for curriculum, the website is rarely blocked by school firewalls. Students use the platform's ability to run HTML and JavaScript to host external game files.

Student Projects: Many "Retro Bowl Code HS" links are actually public student projects. Platforms like CodeHS and Tynker allow users to create and share their own games, making it easy for the community to "remix" or re-upload the game. Why Is It So Popular?

The game itself is a masterclass in "easy to learn, hard to master" mechanics. Inspired by the legendary Tecmo Bowl series, it offers a deep management system alongside snappy, arcade-style gameplay.

Retro Aesthetics: The 8-bit pixel art is nostalgic for older gamers and stylishly "retro" for younger ones.

Deep Management: Beyond the field, you act as the General Manager. You must handle drafting rookies, trading veterans, and managing the salary cap.

Quick Sessions: Most games last only a few minutes, making it the perfect "break" game during a study hall or a long coding session. How to Find and Play Retro Bowl on CodeHS

Finding a working version often requires a bit of digital sleuthing, as schools frequently update their filters.

Search Public Projects: Visit the CodeHS Student Gallery and search for "Retro Bowl".

Use GitHub Scripts: Many developers host the raw HTML/JS code on GitHub. You can sometimes copy this code and paste it into a fresh "Sandbox" project on CodeHS to run the game yourself.

Alternative "Unblocked" Sites: If CodeHS isn't an option, many users turn to Chrome Web Store extensions or sites like Poki that host official browser versions. Pro Tips for New Players

If you are just starting your journey to the Retro Bowl, keep these strategies in mind: Games Student Projects - CodeHS

Key learning objectives for a Retro Bowl "Code HS" project

  1. Basic game loop and rendering
    • Implement an update-render loop (setInterval/requestAnimationFrame).
    • Draw a simple field, sprites, and UI elements.
  2. Input handling
    • Capture keyboard, mouse, or touch controls for play selection and in-game actions.
  3. Game state & flow
    • Manage states (menu, play, pause, halftime, season) and transitions.
  4. Simple physics & collision
    • Movement logic for players and ball; basic collision detection.
  5. AI & play-calling
    • Create simple offensive/defensive AI: route selection, tackling probability, play outcomes based on stats.
  6. Player stats & progression
    • Represent player attributes (speed, throw power, accuracy, blocking) and update them across games/seasons.
  7. Randomness & balancing
    • Use seeded/randomized events plus stat-based probabilities to make outcomes feel fair.
  8. Persistence
    • Save team/season data locally (localStorage or file export/import).
  9. UI/UX basics
    • Scoreboard, play-selection screens, simple animations and feedback.
  10. Testing & debugging
    • Logging, unit testing for core functions, and playtesting for balance.

The Official "Retro Bowl Code HS" Ruleset

To legitimately claim you are playing by the "HS Code," you must adhere to the following 6 commandments. This is what the community widely accepts as the benchmark for elite play.

Contact Artist

Error: Contact form not found.

  • cover play_circle_filled

    01. Revolution (Original Motion Picture Soundtrack)
    Christopher Nao

play_arrow skip_previous skip_next volume_down
playlist_play