- Figuring out the instructions was a bit confusing at first
- Can you move the cards around on the grid face down?
- What do you do with the column score after you get rid of it? Like how does it lower your score?
- The art was super cute!
- Maybe make instructions more simplistic and maybe a list of moves that you cannot do
Game Test Pirates
- A bit of a learning curve for people who haven’t played DND before
- Less character stats would mitigate the overwhelmingness of being thrown into a DND game with no experience
- The boss at the end definitely needs less health. It took forever to even try and get its health down
- Maybe a sheet that includes a short explanation of DND and a sort explanation of how the game is supposed to play out
Game Review (One: Evil Uno)
- the basis of the game is to frustrate you
- reboot card
- dead man’s pile
- clarify if you can stack the plus cards
- I am Groot
Game Test Battle of the Suits
- Unclear if aces count as 1 or 11
- It is a LOT to keep track of, so a system to have your health/shields tracked would be easier
- We went through the deck twice and no one won, so maybe a cap on how many times you can go through the deck
- Clearer rules would benefit player experience
Game Review(Battle of the Suits)
- not a multiplayer game
- add more cards
- explain attack rules and how to keep track of Hp
Game Test: Cat Rush
too many Food cards needs more Attack cards
sometimes not able to play due to having only food cards with full health
needs more players than 2 to be more interesting and involved
abilities are fun but game breakers if not enough players
sometimes not able to play due to having only food cards with full health
needs more players than 2 to be more interesting and involved
abilities are fun but game breakers if not enough players
Game Review (Cat Rush)
- too many health cards
- add more attack cards
- have instructions on how to use the cat cards
Game Review (Magic Circle)
- Rules didn’t make sense
- The risk factor was my favorite part
- what is the meeple used for?
- use meeple as double or nothing
- add more risk factors or punishments for losses
- rethink Phase 3
Game Test: Cat Rush
We were confused on how to start the game, nothing happened until a player was attacked
There are too many defense cards and not enough attack cards
A certain amount of cards each player should have at all times would help
Game Test: Magic Circle
There was no meeple or risk token
Maybe use the meeple to get rid of paying two tokens, one meeple can be used per game
Game Test: Evil Uno
The game lasted very long and felt never-ending
There was not enough cards to play
A separate pile for the person eliminated would help
Less draw cards would also help
Game Test: Battle of the Suits
Tracking your HP during the game was difficult
I could not attack other people, only the person to the right of me
Adding more cards or another deck would help
3 part Animation Gaige S
Kayla Bowman – Animation Parts 1, 2, & 3
3 Part Animation
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Part 3</title>
<style>
body{ background-color: rgb(67, 66, 66);}
hr{ border-style: dashed; border-width: 2px;
border-color:rgb(197, 237, 243);}
.section {
display: flex;
width: auto;
align-items: center;
justify-content: center;
margin-top: 5%;
margin-bottom: 5%;}
#sprite {
width:400px; height:300px;
background:url(animationstrip.png) left center;
animation: go 3s steps(30) infinite;
}
@keyframes go { 100%
{ background-position: -12000px; }
}
</style>
</head>
<body>
<hr>
<div class="section">
<div id="sprite"></div>
</div>
<hr>
</body>
</html>

