Simple Program

Battleship War Game in Terminal Console in Python with Source Code

Submitted by razormist on
Battleship War Game in Terminal Console using Python with Source Code - A Python game application that displays in the console terminal where you need to dominate your enemy. This application is very easy to play; you only need to locate the enemy ship's position in order to annihilate it. Python Source Code.

How to Create a Kilometer to Miles Converter in Python

Submitted by razormist on
Learn on How to Create a Kilometer to Miles Converter in Python - A simple Python program that allows the user to convert kilometer values into miles. This straightforward tool will be especially helpful for those who have trouble obtaining the miles value from a certain unit. Python Tutorial.

Quiz Application using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
Quiz Application using HTML & CSS in VanillaJS with Source Code - A Quiz Application coded purely in JavaScript that can provide reliable quiz material for students. The program can generate a quality quiz by providing questions and manually modifying the script. JavaScript Source Code.

Weather Forecast App using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
Weather Forecast App using HTML & CSS in VanillaJS with Source Code - A weather forecast application that uses API coded purely in JavaScript. The application can accurately determine the weather conditions of a certain city by entering the city name. JavaScript Source Code.

Calendar Generator App in Terminal Console using Python with Source Code

Submitted by razormist on
Calendar Generator App in Terminal Console using Python with Source Code -A Python program that allows the user to display a calendar for a certain month. The application will automatically show the exact days after you provide the specific month and year. Python Source Code.

SOS Game using HTML and CSS in VanillaJS with Source Code

Submitted by razormist on
SOS Game using HTML and CSS in VanillaJS with Source Code - A board game created purely in JavaScript where your opponent is a smart AI. The player must align the SOS in (horizontal, vertical, diagonal) to score, and the first player with the most points will win the game. JavaScript Source Code.

Sliding Puzzle Game in VanillaJS with Source Code

Submitted by razormist on
Sliding Puzzle Game in VanillaJS with Source Code - A sliding puzzle number game coded purely in JavaScript where you need to position the numbers correctly by sliding the tiles. When you start the game, the numbers will be automatically disarranged, and you will need to arrange them in the correct order. JavaScript Source Code.