Skip to content

chenaaron3/MoveToLive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Move To Live

Unity Game

Span of Project: 10/14-20/19

Game Background
Collect items to kill enemies. Stay alive as long as you can!

Where To Play
https://simmer.io/@apkirito/movetolive

How To Play

  • WASD to move
  • Space while playing to clear all enemies
  • Space when dead to restart

Script Accomplishments

  • Used a Unity's Event system to orchestrate movements.

Notes

  • Chaining resolution simulates a Linked List where collided nodes are linked next to each other.
  • Probing resolution follows the rule of incrementing an index until an empty index is found.
  • The Load Capacity is set to .75, so the Hashset will rehash when #nodes/#buckets > .75.
  • The bucket size increases linearly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages