Gokul Gopan
← Back to Projects
Blackjack Game

Blackjack Game

JavaScriptGame LogicHTMLNetlify

Overview

A browser-based Blackjack game built to practice JavaScript fundamentals through a small, playable interface.

What I Built

Game Flow

Implemented the start-game and draw-card flow, tracking the player's cards, score and round state.

Scoring Logic

Used JavaScript conditionals and functions to calculate card totals and show win, loss or continue messages.

Live Deployment

Published the project from GitHub to Netlify so it can be opened and played directly in the browser.

Tools & Technologies

  • JavaScript for game logic and DOM updates
  • HTML and CSS for the game interface
  • GitHub for source control
  • Netlify for live deployment

Links

Open the live project or review the code repository:

Open Live Website View GitHub Repository