🏆 Previous Champions 🏆

🎉 Codexplore (2025) 🎉

🥇 Shrishti Patel

Shrishti Patel (2025)

Category: AI Innovation

Country: California

Project Overview: An AI assistant designed for students to make learning easier. It answers questions, explains concepts in simple terms, and provides step-by-step guidance. It also creates personalized quizzes to help students test their knowledge. With interactive support, it makes studying more engaging and effective.

🥈 Tanish Gavara

Tanish Gavara (2025)

Category: Game

Country: United States

Project Overview: A video game I made based on many rouge likes. It is a simple game with where play a small purple canon guy, shooting at various types of enemy. The enemies give out coins which you can use .

🥉 Sattaki Banerjee

Sattaki Banerjee (2025)

Category: Application

Country: United States

Project Overview: This Python calculator program performs various mathematical operations, including addition, subtraction, multiplication, division, modulus, exponentiation, squaring, and square roots. It handles invalid inputs, prevents division by zero, and allows multiple calculations in one session. The user-friendly and interactive design makes math more engaging.

✨ GameDev (2025) ✨

🥇 Yuvaan Aggarwal

Yuvaan Aggarwal (2025)

Category: Game

Country: United States

Project Overview: A 2D survival shooting game built using Python and Pygame, inspired by BGMI. The player navigates a battlefield, shoots enemies, collects health kits, and tries to survive as long as possible. The game includes features like enemy AI, player movement, shooting mechanics, health system, and a score tracker .

🥈 Sattaki Banerjee

Sattaki Banerjee (2025)

Category: Game

Country: United States

Project Overview: My program, Ping Pong Lite, is a simple 2D desktop game made with Python and Pygame that brings back the fun of classic table tennis games. You control the left paddle with the keyboard, while the computer controls the right side using a slightly imperfect AI. After four successful hits, you unlock a special "Power Shot" that boosts the ball’s speed; first to 7 points wins. This is both a stress relief game and a great beginner project for students learning to code with loops, functions, and Pygame (GUI).

🥉 Kennedy Chung

Kennedy Chung (2025)

Category: Game

Country: United States

Project Overview: Detective Game is a mystery solving game built using Java Swing, where the player takes on the role of a detective investigator. The player is presented with a list of suspects with alibis.The player is given clues and eliminating innocent suspects .

🎉 Hackzilla (2025) 🎉

🥇 Arjun Rathi

Arjun Rathi (2025)

Category: Cyber Safety

Country: Canada

Project Overview: ShieldBot is a simple yet impactful project that uses only basic Python to help users stay safe online. It features a text-based assistant that asks users questions about their online behavior, checks password strength using string rules, and scans messages for common phishing keywords. Built with core Python concepts like if statements, loops, functions, and string handling, ShieldBot teaches students both programming fundamentals and essential cyber hygiene—making it ideal for beginners and educational use. .

🥈 Riya Ghosh

Riya Ghosh (2025)

Category: Cyber Safety

Country: United States

Project Overview: NetWise is a Python-based console application that helps users reflect on their online habits and learn safe practices. The program interacts with users by asking questions about their behavior—like whether they reuse passwords, click on unknown links, or share personal details online. Based on their responses, it gives personalized safety tips using if-else conditions, loops, and string analysis. NetWise encourages responsible digital behavior while giving beginners hands-on experience with core Python concepts like user input, logic building, and basic decision-making.

🥉 Kunal Sharma

Kunal Sharma (2025)

Category: Cyber Safety

Country: Canada

Project Overview: SafeChat Filter is a Python program that helps users keep their online chats safe by filtering out harmful or inappropriate words. The program scans user-entered messages and replaces any flagged words with asterisks or warnings. Using basic Python features like lists, loops, string methods, and conditionals, this project teaches students how to process and sanitize text input. It’s a practical tool for promoting respectful communication and online safety while building fundamental Python programming skills .