Chess Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Chess Game using HTML&CSS in VanillaJS with Source Code - A classic board game built purely in JavaScript where players can compete with an AI or another player. The game mechanics are the same as the original chess game, where you need to capture the enemy king piece to win. JavaScript Source Code.

Basketball Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Basketball Game using HTML&CSS in VanillaJS with Source Code - A ball game created purely in JavaScript where your goal is to throw the ball into the basket. The game mechanics are very straightforward; the player can control the ball using the mouse. JavaScript Source Code.

Text File Maker Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to Text File Maker Using HTML, CSS, and JavaScript, a user-friendly web application designed to empower users in creating text files effortlessly. Leveraging the power of modern web technologies, this project provides a simple yet robust interface for generating text files in various formats. With a sleek design and intuitive functionality, users can seamlessly craft text documents

User Location Finder Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to User Location Finder, an innovative web application that seamlessly integrates HTML, CSS, and JavaScript to provide users with a streamlined and interactive experience for discovering their precise geographical location. In this project, we leverage the browser's geolocation service to effortlessly retrieve the user's coordinates and present them on an engaging Leaflet-powered map. As

Hangman Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Hangman Game using HTML&CSS in VanillaJS with Source Code - A web game application coded purely in JavaScript where you need to guess a hidden word. The game itself is very tricky and fun. The player can choose a category for the word to be guessed. JavaScript Source Code.

Tic Tac Toe Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Tic Tac Toe Game using HTML&CSS in VanillaJS with Source Code - A competitive board created purely in JavaScript where two players can play. Players can place their bet on the grid tiles to form a three-aligned direction (Vertical, Horizontal, Diagonal). JavaScript Source Code.