It is currently 16 Apr 2024, 05:33
   
Text Size

Screenshots

An original game by ubeefx

Moderators: ubeefx, CCGHQ Admins

Re: Screenshots

Postby ubeefx » 08 Oct 2022, 14:16

This is a nice example of complex game state, the AI keeps running well in the latest release.
When it is winning, the AI sometimes keeps dragging the game to win even more. :shock:
Use this feature to your advantage. :twisted:
ai.jpg
User avatar
ubeefx
DEVELOPER
 
Posts: 748
Joined: 23 Nov 2010, 19:16
Has thanked: 34 times
Been thanked: 249 times

Re: Screenshots

Postby Aswan jaguar » 08 Oct 2022, 14:58

ubeefx wrote:When it is winning, the AI sometimes keeps dragging the game to win even more.
I have seen that in magarena years ago and reported that back then, maybe give AI extra bonus for winning and -bonus for turns to come. I remember AI had me in the ropes big time and was stalling till I draw a board wiper and won that game.
---
Trying to squash some bugs and playtesting.
User avatar
Aswan jaguar
Super Tester Elite
 
Posts: 8078
Joined: 13 May 2010, 12:17
Has thanked: 730 times
Been thanked: 458 times

Re: Screenshots

Postby ubeefx » 09 Oct 2022, 07:59

I can give some more in depth information about this behavior.
First, Mad Wizard is a years-long evolution of Magarena, this also applies for the AI. :)

There are currently two difficulties, low and high.
Low difficulty will look for 2 main phases with 5 second thinking time.
High difficulty will look for 6 main phases with 10 second thinking time.
When the thinking time is passed, the AI will pick whatever it thinks is best at that moment.
This can explain for complex state that it chooses something non optimal.
The low difficulty needs to look less far ahead, so it will have less chance to timeout.
This mainly applies for MiniMax, Vegas just runs simulations until it thinks it knows what to do.

The other reason is the lookahead of 6 main phases or around 3 turns.
The AI does not take into account hidden state like drawing a board wiper.
So by just scoring the game state it could think by taking the extra turn it wins even more.
For instance by playing some more creatures or dealing even more damage.
There is actually some code in place to prevent this in the scoring, here is the comment in code. :)
Code: Select all
Loss score is modified in function of the turn and phase when it occurs. Encourages AI to win as fast as possible.
But it might need more tweaking. I tweak the scoring rarely as it is hard to know side effects without playing or simulating lots of games.
This problem should not occur with low difficulty as that only looks for 2 main phases or around 1 turn.
User avatar
ubeefx
DEVELOPER
 
Posts: 748
Joined: 23 Nov 2010, 19:16
Has thanked: 34 times
Been thanked: 249 times

Re: Screenshots

Postby ubeefx » 12 Oct 2022, 18:25

Some screens and articles about legacy Magarena can be found here. :D
https://mtgrares.blogspot.com/search?q=magarena
magarena2.jpg
magarena.jpg

These are some screens from the remake release Magarena 2.0. 8)
game1.jpg
game2.jpg
game3.jpg
User avatar
ubeefx
DEVELOPER
 
Posts: 748
Joined: 23 Nov 2010, 19:16
Has thanked: 34 times
Been thanked: 249 times

Re: Screenshots

Postby ubeefx » 13 Oct 2022, 19:24

The tokens for Magarena will also work for Mad Wizard. ;)
token.jpg
User avatar
ubeefx
DEVELOPER
 
Posts: 748
Joined: 23 Nov 2010, 19:16
Has thanked: 34 times
Been thanked: 249 times

Re: Screenshots

Postby ubeefx » 17 Oct 2022, 19:58

The Bombard deck theme in Magarena Blue. :twisted:
All these Goblin tokens are a bit challenging for the AI.
blue1.jpg
blue2.jpg
User avatar
ubeefx
DEVELOPER
 
Posts: 748
Joined: 23 Nov 2010, 19:16
Has thanked: 34 times
Been thanked: 249 times

Re: Screenshots

Postby ubeefx » 22 Oct 2022, 16:33

Zombie deck theme. :)
zombie.jpg
User avatar
ubeefx
DEVELOPER
 
Posts: 748
Joined: 23 Nov 2010, 19:16
Has thanked: 34 times
Been thanked: 249 times

Re: Screenshots

Postby ubeefx » 23 Oct 2022, 09:47

User avatar
ubeefx
DEVELOPER
 
Posts: 748
Joined: 23 Nov 2010, 19:16
Has thanked: 34 times
Been thanked: 249 times

Re: Screenshots

Postby ubeefx » 31 Oct 2022, 07:40

Crazy interaction in Dreamwalkers. :shock:
Golden Dragon first uses rebirth on Demon Horde for four twin triggers.
Then the copies target Demon Lord for double absorb triggers. :twisted:
They target each other with absorb for growing larger and larger.
rebirth.jpg
User avatar
ubeefx
DEVELOPER
 
Posts: 748
Joined: 23 Nov 2010, 19:16
Has thanked: 34 times
Been thanked: 249 times

Re: Screenshots

Postby ubeefx » 31 Oct 2022, 08:09

Very close game. :)
dream.jpg
User avatar
ubeefx
DEVELOPER
 
Posts: 748
Joined: 23 Nov 2010, 19:16
Has thanked: 34 times
Been thanked: 249 times

Re: Screenshots

Postby ubeefx » 14 Nov 2022, 20:02

Magarena fun with mono red deck. :)
magarena.jpg
User avatar
ubeefx
DEVELOPER
 
Posts: 748
Joined: 23 Nov 2010, 19:16
Has thanked: 34 times
Been thanked: 249 times

Re: Screenshots

Postby ubeefx » 24 Nov 2022, 21:06

More Magarena fun. Crazy card drawing for AI a bit too much. :)
game.jpg
User avatar
ubeefx
DEVELOPER
 
Posts: 748
Joined: 23 Nov 2010, 19:16
Has thanked: 34 times
Been thanked: 249 times

Re: Screenshots

Postby ubeefx » 03 Dec 2022, 10:00

New winter themed background for Mad Wizard. :)
winter.jpg
User avatar
ubeefx
DEVELOPER
 
Posts: 748
Joined: 23 Nov 2010, 19:16
Has thanked: 34 times
Been thanked: 249 times

Re: Screenshots

Postby ubeefx » 23 Dec 2022, 22:53

Kiki-Jiki + Siege-Gang + Purphoros. :D
combo.jpg
User avatar
ubeefx
DEVELOPER
 
Posts: 748
Joined: 23 Nov 2010, 19:16
Has thanked: 34 times
Been thanked: 249 times

Re: Screenshots

Postby ubeefx » 27 Dec 2022, 10:05

8 Auras on the Spiritdancer. :o
aura.jpg
User avatar
ubeefx
DEVELOPER
 
Posts: 748
Joined: 23 Nov 2010, 19:16
Has thanked: 34 times
Been thanked: 249 times

PreviousNext

Return to Dreamwalkers

Who is online

Users browsing this forum: No registered users and 17 guests


Who is online

In total there are 17 users online :: 0 registered, 0 hidden and 17 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 17 guests

Login Form