simple project

Tic Tac Toe Game using Tkinter in Python with Source Code

Submitted by razormist on
Tic Tac Toe Game using Tkinter in Python with Source Code - A classic board-style game coded in Python where two players can compete against each other. The rules are very simple: the first player to align three symbols in any direction (horizontal, vertical, diagonal) will win the game. Python Source Code.

Sticky Note using Drag and Drop in VanillaJS with Source Code

Submitted by razormist on
Sticky Note using Drag and Drop in VanillaJS with Source Code - A note application coded purely in JavaScript where you can list your tasks. The application offers a convenient way to organize your ongoing tasks, making it easy for you to complete them. JavaScript Source Code.

Customize Countdown App in VanillaJS with Source Code

Submitted by razormist on
Customize Countdown App in VanillaJS with Source Code - A countdown timer app coded purely in JavaScript that can remind you of a certain event. This application will only start counting after you set the name of the event and the target date for that event. JavaScript Source Code.

Ball Catcher Game in Python with Source Code

Submitted by razormist on
Ball Catcher Game in Python with Source Code - An arcade-style game application created in Python where your objective is to catch all the balls. This application can be played by moving the mouse from left to right. Each time you catch a ball, you earn a score; otherwise, the game will be over. Python Source Code.

Calorie Tracker Calculator App in Python with Source Code

Submitted by razormist on
Calorie Tracker Calculator App in Python with Source Code - This Python application, developed for the terminal console, calculates your daily calorie intake based on input such as height and weight. Simply provide your physical measurements to obtain personalized recommendations. Python Source Code.

Number Guessing Game using Voice in VanillaJS with Source Code

Submitted by razormist on
Number Guessing Game using Voice in VanillaJS with Source Code - An application purely created in JavaScript where you must guess a number using only your voice. This unique approach adds a different vibe to the guessing game, making it an engaging and entertaining experience JavaScript Source Code.

Restaurant Billing System using Tkinter in Python with Source Code

Submitted by razormist on
Restaurant Billing System using Tkinter in Python with Source Code - A Python system that utilizes the Tkinter library to generate a bill for ordered products. This system allows you to expedite your billing transactions for faster and more convenient sales processing. Python Source Code.

Blast Off Balloon Game using Pygame in Python with Source Code

Submitted by razormist on
Blast Off Balloon Game using Pygame in Python with Source Code - A Python game application that uses the Pygame library to create a balloon shooter. The game title, 'Blast Off Balloon Game,' reflects the gameplay, where your objective is to shoot balloons to score points. Python Source Code.