Skip to content

Commit

Permalink
JON-453: Add beast system (#2)
Browse files Browse the repository at this point in the history
* wip beast system

* fix attack beast

* add discard

* add select modifiers

* scarb fmt

* wip beast system

* remove round

* fix open pack modifier

* update health

* update play

* add import

* uptade pack modifier

* update beast system

* remove beast system

* dojo 16

* add create beast

* add tests special cards

* add test modifier

* wip challenge

* refactor test challenge

* `create_level()` + integrate challenge and beast

---------

Co-authored-by: dub_zn <[email protected]>
  • Loading branch information
dpinones and dubzn authored Oct 31, 2024
1 parent ed2af17 commit 955b21a
Show file tree
Hide file tree
Showing 33 changed files with 4,384 additions and 2,124 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ deploy-sepolia:
generate-event-keys:
@./scripts/generateEventKeys.sh

enviroment:
@./scripts/enviroment.sh

# Define tasks that are not real files
.PHONY: deploy-slot deploy-sepolia katana setup torii generate-event-keys
.PHONY: deploy-slot deploy-sepolia katana setup torii generate-event-keys enviroment

# Catch-all rule for undefined commands
%:
Expand Down
Loading

0 comments on commit 955b21a

Please sign in to comment.