Pinned Repositories
BlockCrafter
BlockCrafter is a sandbox adventure game built using Unreal Engine. Inspired by the simplicity and creativity of games like Minecraft, BlockCrafter offers a unique experience where players can build, destroy, and explore an open world. Armed with a rifle and a shotgun, players must also defend themselves against various enemies.
Castle-Environment
The game showcases a beautiful landscape including a fully customizable castle. It was created to practice on the landscape and foliage mode of Unreal Engine.
First-Person-Shooter
First Person Shooter is a simple game made in Unreal Engine 5.4 using contents from the First Person content pack and from custom contents. The goal is to destroy all targets within the time limit. Otherwise the game is lost.
Karaoke-Application
A Karaoke Application was designed and implemented using Data Structures and JavaFX where a user will be able to search specific songs from a large number of data and to add new songs to the playlist.
PHP-Symfony-Guide
This guide will help you to learn PHP Symfony 6 Framework basics.
Point-Of-Sales-System
A point of sale (POS) system is the place where your customer makes a payment for products or services at your store. With this idea, an application was designed and built using Java alongside with JavaFX to create a Graphical User Interface (GUI) for a more user-friendly app.
Python-Web-Scraper
A python web scaper to extract content and data from a website.
rohan-bhautoo
My GitHub profile
StackBot
Stack Bot is a small engaging and dynamic game which showcases interactive components, AI controller, mesh generation and effects. The goal of the game is to spawn orbs which will be collected by the AI Bot in order to control it.
Voice-Based-Interactive-System
A Student Support System where users can control all funcionalities using voice commands. Web Speech API provides the functionality to use speech recognition and speech synthesis into web apps to handle voice data.
rohan-bhautoo's Repositories
rohan-bhautoo/Karaoke-Application
A Karaoke Application was designed and implemented using Data Structures and JavaFX where a user will be able to search specific songs from a large number of data and to add new songs to the playlist.
rohan-bhautoo/Point-Of-Sales-System
A point of sale (POS) system is the place where your customer makes a payment for products or services at your store. With this idea, an application was designed and built using Java alongside with JavaFX to create a Graphical User Interface (GUI) for a more user-friendly app.
rohan-bhautoo/Voice-Based-Interactive-System
A Student Support System where users can control all funcionalities using voice commands. Web Speech API provides the functionality to use speech recognition and speech synthesis into web apps to handle voice data.
rohan-bhautoo/Asteroid-Game-and-Website
The Asteroids Breaker website enables users to register, login and to play an Asteroid game. Each user will have a unique username which will be verified during registration. The scores of each user will be updated and placed in the Leaderboards page. Local storage, from the browser, is used in order to store user information and scores. Session storage also ensures which user is currently logged in and to update the home page accordingly.
rohan-bhautoo/FitBudget-Solutions
FitBudget Solutions is an application which lets you track your money such as your expenses, checks if you have reached your savings goals and gives you statistics on your income and outcome. This app was built using flutter.
rohan-bhautoo/Python-Simulation
This project consists of controlling a simulator called readopcForStrands to display led animation by using Python.
rohan-bhautoo/Travelling-Salesman-Problem
The travelling salesman problem is to go to each city exactly once and return to the start. A system was built in Java to solve this problem which will the shortest path and the length of the path.
rohan-bhautoo/Digits-Recognition-using-Neural-Network
A machine learning system to categorise one of the UCI digit tasks using Neural Network in Java.
rohan-bhautoo/Password-generator
The program consists of a password generator which will generate 2-5 words based on the user input. The program utilizes four 500-word dictionaries consisting of 4, 5, 6 and 7 letter long. Random words from a random dictionary will be choosen by the program and will display it to the user at each iteration. At the end of the execution, a full password will be presented to the user which will be separated with a hyphen.