simple project

Tower Game in JavaScript with Source Code

Submitted by razormist on
Tower Game in JavaScript with Source Code - A simple JavaScript game application where the main objective is to stack the blocks to get a score. You can earn a score when you perfectly stack a block, but be careful when stacking, as the block will become thinner if it doesn't fit perfectly. JavaScript Source Code.

Movie Management System in Python with Source Code

Submitted by razormist on
Movie Management System in Python with Source Code - A simple Python system application that allows you to create records for your movie titles. The purpose of this system is to help you list all your favorite movies so that you can easily find them when you want to rewatch. Python Source Code