Pinned Repositories
3D-Procedural-Terrain
A procedural Terrain created using Perlin noise function in Unity Game Engine. A terrain also has the day and night cycle, and a cylindrical shaped companion that follows the player. Created Perlin noise function to make the terrain procedurally generated. Implement day and night cycle using Vector3 Struct in UnityEngine and create a RigidAI companion using Quaternion Rotation System that follows the player.
angular
The modern web developer’s platform
awesome-chatgpt-prompts
This repo includes ChatGPT prompt curation to use ChatGPT better.
awesome-quality-assurance-roadmap
:books: The starting point of your career as a Software Quality Assurance Engineer | Quality Automation Engineer :books:
awesome-testing
A curated list of testing resources
docker-selenium
Docker images for Selenium Grid
Flip
A horizontal shooter is a web based platformer game made using Unity engine. Created scripts using C# like randomenemyScript, healthScript, playerScript, scoreScript. Created Parallax Scrolling with looping for the platform.
httpie
As easy as /aitch-tee-tee-pie/ 🥧 Modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. https://twitter.com/httpie
webdriverio
Next-gen browser and mobile automation test framework for Node.js
WrapRacers
It is a space age 2D turn base racing game that challenges players to collect objects and receive the most points possible while struggling to stay alive.
utsavjn's Repositories
utsavjn/3D-Procedural-Terrain
A procedural Terrain created using Perlin noise function in Unity Game Engine. A terrain also has the day and night cycle, and a cylindrical shaped companion that follows the player. Created Perlin noise function to make the terrain procedurally generated. Implement day and night cycle using Vector3 Struct in UnityEngine and create a RigidAI companion using Quaternion Rotation System that follows the player.
utsavjn/UnityGame
A text based game was made to familiarize oneself with the basics of unity game engine, and a perfect example of how the concept of enumeration works in an object oriented language
utsavjn/cardboard
Google Cardboard
utsavjn/VisualDialer-Android-Application
As an academic project of 5 member team we created an application named Visual Dialer, which shows company’s entire phone menu for the user to select their option instead of listening to the entire menu system before reaching the representative. Created System Verification that test the appUI and support widget. Creating WebAPI using MS Entity Framework in ASP.NET4.5 with C#