Elevation 2023
- May 29, 2023
- NoOutlet
For this GameJam, I attempted to re-create a game I made 20 years ago back in college. This re-creation has been fairly difficult and the result is not great yet, but many of the assets have been pixel by pixel recreated. In order to re-create the bouncing effect of boxes, I ended up removing the built in gravity from Unity framework and implemented a very simple gravity system, but it is a bit br…