Developed a bot which can traverse around the maze and find the exit, as part of the training phase of UMIC. A model of the bot was generated using solidworks, and was simulated in gazebo. The script for the bot was written in Python and communications between different components was achieved using ROS.
Source Code: https://github.com/prerak-123/maze-solver
Developing a web app using ReactJS and Firebase, where user can add books to their library, and save summaries for chapters in the book.
Source Code: https://github.com/prerak-123/vestigia
Implemented Tetris using javascript, as part of game hackathon organised by DevCom.
Source Code: https://github.com/Arhaan/tetris-js
Play the game by clicking here.
Implemented a rudimentary version of the famous arcade game Pacman using FLTK Library in C++, for CS154 Course