-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: make the inventory be a list * feat: modify functions to use the first items from the inventory list * feat: add logic to wait a certain period of time to pick up an item * feat: turn the inventory list into a map * fix: forgot to generate protos * feat: feat modify logic to use a dictionary instead * fix: passing the wrong argument to the use item function * Add inventory_full? check and default case for store_item cond * update item pickup time * changes: - fix: infinite health item - feat: decreased pick up time * Add new pick_up_time_elapsed map to proto messages * Add logic to handle pick-up time per player instead of sharing it * Delete unused functions * Upgrade arena version --------- Co-authored-by: tvillegas98 <tvillegas@fi.uba.ar> Co-authored-by: Manuel Camejo <mcamejo@fi.uba.ar>
- Loading branch information
1 parent
539b57a
commit 55b82ea
Showing
13 changed files
with
426 additions
and
241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.