Skip to content

donis3/unity-fishmania-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fishmania Project

Welcome to fishmania. This is an old unity project of mine built for practice. Feel free to check it out.

Gameplay of fishmania

Game Details

  • Endless eat smaller fish and avoid big fish game.
  • XP bar at the top. Fish gets bigger as it levels up and can eat bigger and bigger fish.
  • Fish can move to any direction indefinitely. Grid system will adapt

Technical Details

  • Originally built for mobile. Disabled mobile touch inputs for webGl version.
  • Custom parallax system
  • Custom grid system. A 9x9 grid is created as needed around the player.
  • Grid boxes away from the player are disabled until player comes close.
  • Needs optimization.