PROJECTS

Why Programming?

All the software projects below are original creations built using a variety of programming languages — from foundational system-level languages like C and C++ to versatile modern ones like Python, Java, and C#.

Programming isn't just about writing lines of code — it's about solving problems, building tools, automating tasks, and turning ideas into working applications. Whether you're crafting command-line utilities, developing full-stack web solutions, or diving into real-time game logic, each language adds a new dimension to how you think and create.

Over time, I’ve worked with multiple languages and platforms. C and C++ introduced me to core logic and memory management. Java and C# helped build object-oriented thinking. Python made automation and scripting easier. I’ve also explored web technologies — HTML, CSS, and JavaScript — which, while often considered beginner-friendly, are key to creating dynamic, interactive interfaces on the web.

Additionally, I have a budding interest in game development, and I've experimented with Unity — one of the most widely used engines for creating 2D and 3D games. While I’m still exploring the depths of this field, it's given me insight into real-time rendering, game physics, and interactivity through C# scripting.

Computer programming is a powerful blend of logic and creativity. From software engineering to embedded systems and interactive applications, it enables us to shape how we interact with the digital world.

This section is a collection of some of my coding projects — each one representing a step forward in my learning and experimentation. Whether you’re a fellow developer, a student, or someone curious about how things work under the hood, I hope you find something inspiring here.

If you're new to coding, I encourage you to explore freeCodeCamp, GeeksforGeeks, or even jump into game creation with Unity. The world of programming is vast — and welcoming.

Scroll down to explore some of my projects, discover how ideas become reality — one line of code at a time.

Ghost Runner

A Simple, Fun, Endless Game made in Unity Editor. You can Download and play it



Recomended Resolution - 1366 x 768 , 1920 x 1080 , 1280 x 1024

Minimum Requirments ----

Windows 7 or Higher, Android 7 or Higher
2gb ram
100 Mb Storage (HDD or SSD)
Intel Core 2 Duo or any upper verion of AMD or Intel Processor
Intigrated Graphics

Version - 2.0.0

Created by- RealRatnadwip

Click here To download the zip for Windows.

Installation:
Extract the zip file in a folder and run the Ghost Runner.exe file to play.
For more info check the readme file inside the zip.

Click here To download the apk for Android.

Installation:
run the apk file on your android device to install the game.
Make sure to allow installation from unknown sources in your device settings.

Last updated - Feb 04, 2022
Published - Aug 28, 2021

rDTMF

A Python Based DTMF Decoder with built in realtime audio playback.



What is DTMF ?

Dual-tone multi-frequency (DTMF) signaling is a telecommunication signaling system using the voice-frequency band over telephone lines between telephone equipment and other communications devices and switching centers.





Features ----

Easy to interact GUI.
Easy Installation.
Realtime audio playback.
Adjustable detection timing.
Additional settings for Sample-rate and Buffer-size.

Check-out Github Page for more info.