top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

Concepts of Baloney

Project type

Video Game (Windows)

Date

Nov 2022

Location

IIT Jodhpur

It is a fun educational 2D (both platformer and top-down) puzzle game based on Alternate Physics which includes puzzles based on physics concepts of Optics, Thermodynamics, and Mechanics. It was made during a game jam in INAE - SERB Youth Conclave 2022 hosted in IIT Jodhpur and bagged us a gold medal in it.

It was a group project with a team size of 3. Made using Unity3D and collaboration done using PlasticSCM. I worked on the Optics level along with the tutorial system for all the levels as well. the Optics level is a 2.5D top-down style puzzle. it contained real-time simulation of ray reflection (in curved mirrors) and ray refraction(in curved lenses and glass slab) using C# scripts on basic laws of physics, line renderer component and raycasting. it contained a wide range of inputs player could give including basic movement, rotation of light source and mirrors, toggling ON/OFF of mirrors and slabs. the alternate physics part was applied as a magic bowl which if holds water will reflect and refract at the same time with full intensity, causing formation of 2 rays from 1.

The Game Download Link : https://firesuperior482.itch.io/kamand-hoax-iit-mandi-concept-of-baloney
Source Code(Github) : https://github.com/alhad-chatur/ConceptsofBaloney

bottom of page