Skip to content

Implementation of plinko game with procedural grid generation. (Unity)

Notifications You must be signed in to change notification settings

TheFgut/Plinko_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plinko game (Unity)

Plinko is a classic arcade-style game where a ball is dropped from the top of a peg pyramid and bounces randomly as it falls down. The ball eventually lands in one of the slots at the bottom — the closer to the edge, the bigger the (virtual) reward!

The game uses virtual money — rewards are given based on where the ball lands.

Project Features

  • Procedurally Generated Plinko Grid. (The peg pyramid is generated procedurally based on a configurable width. This allows you to easily adjust the size and complexity of the layout)
  • Responsive UI & Layout.
  • The game is fully optimized for vertical screen orientation. Both the UI and the Plinko grid scale dynamically to fit different screen resolutions.

Tech Stack

  • Unity 2022.3.33f1+
  • C#
  • Zenject
  • DOTween

About

Implementation of plinko game with procedural grid generation. (Unity)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published