Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature steal card #43

Merged
merged 7 commits into from
Oct 12, 2023
Merged

Feature steal card #43

merged 7 commits into from
Oct 12, 2023

Conversation

alemazzo
Copy link
Member

  • Added steal card functionality to Scatan State
  • Implemented Steal Effect
  • Added steal functionality to Scatan Game
  • Added steal button and popup to view

Copy link
Collaborator

@luigi-borriello00 luigi-borriello00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, change the stealing in order to steale only to players that have buildings in that exagon

Comment on lines +290 to +298
/* position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
padding: 20px;
background-color: white;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
border-radius: 5px;
z-index: 1000; */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need this comment?

background-color: white;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
border-radius: 5px;
z-index: 1000; */
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need new line at the end :)

@alemazzo alemazzo merged commit 5207c6a into develop Oct 12, 2023
9 checks passed
@alemazzo alemazzo deleted the feature-steal-card branch October 12, 2023 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants