JustdoCodings
...the ultimate source of Programming Tutorials and Projects
March 28, 2025
Snake Game : Javascript
›
The Snake Game implemented using HTML, CSS, and JavaScript. The game runs inside an HTML5 <canvas> element and features smooth ani...
April 08, 2024
The Language of Web Development : JavaScript
›
JavaScript, often called JS, started as a basic scripting tool but has grown into the most important part of building modern websi...
September 09, 2021
Advance Library Management System : Python
›
The ‘Advance Library Management System’ is an improved form of the current library system. It has been designed after thoroughly ...
June 04, 2021
Sokoban Game : Java
›
Sokoban aka Boxworld is a type of puzzle, in which the player pushes boxes around in a warehouse, trying to get them to designated locatio...
June 03, 2021
Snake Game : Java
›
Snake Game is a game in which the player controls a snake, which roams around on a bordered plane. The goal is to score points by helping...
May 30, 2021
Chess Game : Turbo C++
›
Chess is a board game for two players. It is played in a square board, made of 64 smaller squares, with eight squares on each side.
3 comments:
January 13, 2019
Nesting of Loops in C
›
When a loop is inside the body of another loop, it is known as nesting of loops. Any type of loop can be nested inside any other type ...
›
Home
View web version