Udit Gulati Competitive programmer

About Me Projects Blog Resume

About Me

CSE Junior at IIIT UNA. Competitive programmer and open source enthusiast.

20 years old computer science student at IIIT Una. Interested in machine learning, networking and distributed systems. Love solving algorithmic challenges, learning new algorithms, data structures and building things from scratch. Also interested in working and collaborating with people to develop the field of Computer Science.


Featured Projects

mountains
2048-AI
  • Python, C++
  • 2048 is a single-player sliding block puzzle game

    The game's objective is to slide numbered tiles on a grid to combine them to create a tile with the number 2048; however, you can keep playing the game, creating tiles with larger numbers (such as a 32,768 tile).

    This project is a game engine for 2048 game with it's engine written in C++ and game front-end written in Python using the PyGame module.

    Check it out