Simple Program

Connect Four Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Connect Four Game using HTML&CSS in VanillaJS with Source Code - A web application developed with JavaScript, offers a basic yet engaging demonstration of two-player gameplay. Players strategically place their pieces to connect four colors in a row, taking turns to compete. JavaScript Source Code.

Whack a Mole Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Whack a Mole Game using HTML&CSS in VanillaJS with Source Code - A JavaScript program that offers a straightforward illustration of implementing Whack-a-Mole gameplay in a web browser. It employs randomization to spawn moles in different holes, providing entertaining and straightforward gameplay. JavaScript Source Code.

Tennis Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Tennis Game using HTML&CSS in VanillaJS with Source Code - The program offers a straightforward showcase of playing a 2D tennis game within a web browser. Players compete to gain scores in this vanilla JavaScript project, which incorporates novel coding techniques for game development. JavaScript Source Code.

File Directory Management App in Python with Source Code

Submitted by razormist on
File Directory Management App in Python with Source Code - A python program that aims for creating a Python application for managing files and directories on a computer system. This type of application could provide functionalities such as creating, deleting, moving, copying, and organizing files and folders. Python Source Code.

Box Wars Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Box Wars Game using HTML&CSS in VanillaJS with Source Code - A shooting game created purely in JavaScript where you need to destroy your enemies to score points. This simple program is really fun and enjoyable to play while aiming for a high score. JavaScript Source Code.

Encrypt & Decrypt a String Program in Python with Source Code

Submitted by razormist on
Encrypt & Decrypt a String Program in Python with Source Code - An encryptor and decryptor program created using the tkinter library in Python. This program accurately converts a string into ASCII code to ensure the protection of characters. Python Source Code.