Dungeon

Of Developers

Unlock the Code: Tamil Nadu's Largest Hackathon in collaboration with VIT Chennai and Fraternity of Young Innovators

const encryptedMessage = [...new Set([...Array.from('IntimidatingCode')].map((char, index) => String.fromCharCode(char.charCodeAt(0) + index))).join('')];

func removeDuplicates(slice []string) []string { keys, list := make(map[string]bool), []string{}; for _, entry := range slice { if _, value := keys[entry]; !value { keys[entry], list = true, append(list, entry) } }; return list }

int main() { std::string original = 'DifferentCode'; std::vector encrypted; std::transform(original.begin(), original.end(), std::back_inserter(encrypted), [](char c) { return c + 1; }); std::sort(encrypted.begin(), encrypted.end()); encrypted.erase(std::unique(encrypted.begin(), encrypted.end()), encrypted.end()); std::cout << std::string(encrypted.begin(), encrypted.end()) << std::endl; return 0; }

from django.db import models; class MyModel(models.Model): name = models.CharField(max_length=255); age = models.IntegerField()

import cv2; img = cv2.imread('path/to/image.jpg'); gray = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY); cv2.imwrite('output.jpg', cv2.GaussianBlur(gray, (5, 5), 0))

WHAT IS
#DUNGEONOF
DEVELOPERS
??

WELCOME TO THE LARGEST HACKATHON OF VIT CHENNAI

Dungeon of Developers is a two day hackathon designed to test your skills and connect you with top makers in the no code community. Taking inspiration from popular online cooking shows, DOD blends time capped web development with story-driven daily prompts that challenge participants to weave creative story lines into engaging digital experiences.

Explore Rules & FAQ's

WHY
PARTICIPATE ?

WIN CASH. GET BRAGGING RIGHTS.

Winning Dungeon of Developers will elevate your stature in the Hacker community and hook you up with some serious prize money. Thanks to our generous sponsors, our prize pool is bigger than ever which means the stakes are high and the competition is going to be stiff.

Explore Prizes

The Prizes!!

1

GRAND PRIZE

This year, the grand winner will be celebrated for their outstanding achievement. To claim the top spot, your performance should impress the judges and stand out among fellow participants.

To be announced

2

FIRST RUNNER UP

You might have missed top honors, but you're still taking home valuable prizes.

To be announced

3

SECOND RUNNER UP

Nothing to be ashamed of here. Securing the third-place position is a commendable achievement, and you're walking away with well-deserved recognition.

To be announced

4

BEST STORY

The website deemed the best in delivering a compelling and story-driven experience, as determined by the official judge committee, will be acknowledged for its excellence.

To be announced

5

CROWD FAVOURITE

This prize will go to the submission with the most total votes from the crowd.

To be announced

6

ROUND WINNERS

Three participants will be awarded a round-specific prize for their outstanding performance.

To be announced

7

BEST SOCIAL POST

This prize will go to a couple of participants who make the best online post using #DungeonOfDevelopersXFYI

To be announced

and more...

Past Sponsors

Rules

Each team should consist of a maximum of 4 members or minimum of 3 members. Ensure that teams adhere to this limit.

All projects must be submitted on time. The details about the announcement of the prizes will be provided later. Late submissions will not be considered.

Participants must adhere to a respectful and inclusive code of conduct throughout the hackathon. Any form of harassment or inappropriate behavior will not be tolerated.

Projects must be original and developed during the hackathon period. Plagiarism or using pre-existing projects will result in disqualification.

Teams must prepare a live demo of their project during the presentation. It should showcase the key features and functionalities.

FAQ's

You can participate either in a team of 3 or 4 only.

Yes, please refer to the rules for any specified hardware or software limitations. Ensure that your project is feasible within the provided resources.

Prepare a live demo showcasing key features and functionalities. Ensure your presentation is clear and concise, highlighting the aspects mentioned in the judging criteria.

Exciting prizes will be announced at a later date. For details, please refer to the rules or reach out to the organizers for more information.

Organizers will provide technical support throughout the event. You can reach out to mentors or use designated communication channels for assistance.