Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS Games and Algorithms

This repository contains a collection of JavaScript-based mini games and logic exercises.
The focus is on DOM manipulation, event handling, and core programming concepts.

Projects

  • Blackjack (main project)
  • Number Grid Generator
  • Duplicate Finder
  • Random Number Selector & Remover
  • Most Repeated Number Analyzer
  • Sum Calculator (total and selected cells)

Blackjack

The Blackjack game is the most advanced part of this project.

Features:

  • Deck creation and shuffling
  • Game state management
  • Score calculation with Ace handling
  • Betting system and balance tracking
  • Dealer logic (draw until 17)
  • Win/lose/tie conditions

Tech Stack

  • JavaScript (Vanilla)
  • HTML
  • CSS

Purpose

This project is part of my learning process in JavaScript, focused on building interactive applications and improving problem-solving skills.

Future Improvements

  • Improve UI/UX

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages