Simple Program

Block Puzzle Game using Pyxel in Python with Source Code

Submitted by razormist on
Block Puzzle Game using Pyxel in Python with Source Code - A Python program that is a fun and engaging puzzle-building application. Players interact with the game using the mouse, enjoying its simple yet effective gameplay. This Python-based application is developed with fundamental principles of the language, offering an enjoyable gaming experience. Python Source Code.

Age Calculator App using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Age Calculator App using HTML&CSS in VanillaJS with Source Code - A JavaScript program that offers a a way to calculate one's age by inputting their birthdate. Utilizing the browser's functionalities, it accurately determines the user's age. JavaScript Source Code.

Labyrinth Escape Game in VanillaJS with Source Code

Submitted by razormist on
Labyrinth Escape Game in VanillaJS with Source Code - A game that offers an immersive gameplay experience where players navigate through a labyrinth. Utilizing keyboard bindings, players control the character's movements (Left Arrow for Left, Right Arrow for Right, Up Arrow for Upward, Down Arrow for Downward). JavaScript Source Code.

How to Read & Display Text File Content in Python

Submitted by razormist on
Learn on How to Read & Display Text File Content in Python. The primary objective is to develop a program capable of effectively accessing and reading the content of a text file. Additionally, a sample program will be provided to illustrate the coding process outlined in this tutorial. Python Tutorial.

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.