Academic Projects

Some selected projects from my undergraduate study.

Maze Solver Robot using Arduino

It is an Arduino microcontroller-based RC robot that can automatically navigate through a maze. The robot used Sonar sensors to find its surrounding walls/obstacles and planned its path accordingly. It can also be controlled manually over wifi.

Online Service Finding App

It is an Android application developed as part of my Software Development sessional course. The application uses Google Map location to find nearby services from enlisted service providers. There are separate portals for customers and service providers. Service providers can maintain their profiles in the App.

Online Marketplace for Farmers

It is a Java project implemented in my Object-Oriented Programming Language sessional course. It is a Desktop application where farmers can enlist their products, and potential buyers can search over different criteria. The application was also integrated with Java SMS gateway. A GSM modem with SIM works as the server of the applications, and sellers & buyers can perform different operations by sending & receiving SMS.

Two Person Shooting Game

It is a simple 2D game implemented in C with the iGraphics library as part of my Computer Programming sessional course. Each player can be controlled using the keyboard. The objective is to kill the other player using different weapons and bombs. There is also the provision for selecting various arenas and game modes. Game data are saved in JSON files.