Cars-n / blink

P5.js horror game that utilizes eye blinking recognition to create an immersive and suspenseful environment
https://cars-n.github.io/blink/
5 stars 0 forks source link

create basic item that can be picked up #40

Open Cars-n opened 7 months ago

Cars-n commented 7 months ago

player should be able to pick up an item by walking over the it or pressing a key. picking up the item should make it disappear. items that have been picked up should be stored somewhere for access later in the game. the basic item does not need to perform any action it is a foundation for all items in the game.