Card Engine AI (Apparent Impostor)

You work in a videogame company and you are doing a Card Game, your boss finds an investor before the AI engine is working, so you have to impersonate the AI to impress the investor!

Puzzle game were you have to resolve card game actions in order to be able to win!

Entry for GMKT2023 with the topic "Reversed Roles" I think I followed the thematic, you are not usually a game engine :).

Artistically is very poor, but I was alone and didn't have much time :( Maybe I improve it in the future, I still have tons of ideas!

Level solutions and explanation:

Level1 Action Sequence
  • Action: "A puppy" attacks "Sleeping cat"
  • Result: "Sleeping cat" life reduced in 3 -> 2
Level1 Solution
  • "A puppy" -> 3/2
  • "Sleeping kitten" -> 0/2
Level2 Action Sequence
  • Action: "A puppy" attacks "Angry kitten
  • Result: "Angry kitten" life reduced in 3 -> 2
  • Action: "Angry kitten" defends from "A puppy"
  • Result: "A puppy" life is reduced in 2 -> 0
Level2 Final Solution
  • "A puppy" -> 3/0
  • "Angry kitten" -> 2/2
Level3 Action Sequence
  • Action: "Pirate parrot" attacks "Blackbeard"
  • Result: "Blackbeard" life reduced in 3 -> 3
  • Action: "Blackbeard" defends from "Pirate parrot"
  • Result: "Pirate parrot" life reduced in 2 -> 5
  • Action: All Player 1 cards have attacked"
  • Result: Player 2 turn
  • Action: "Blackbeard" attacks "Pirate parrot"
  • Result: "Pirate parrot" life reduced in 2 -> 3
  • Action: "Pirate parrot" defends from "BlackBeard"
  • Result: "Blackbeard" life reduced in 2 -> 1
  • Action: All Player 2 cards have attacked
  • Result: Player 1 turn
  • Action: "Pirate parrot" attacks "Blackbeard"
  • Result: "Blackbeard" life reduced in 2 -> 0
  • Action: "Blackbeard" Life is 0
  • Result: It does not damage "Pirate parrot"
  • Action: All Player 2 cards have 0 life
  • Result: The game is over. Player 1 wins
Level3 Final Solution
  • "Pirate parrot" -> 2/3
  • "Blackbeard" -> 2/0
Level4 Action Sequence
  • Action: "Spicy hot dog" attacks "Man-Spider"
  • Result: "Man-Spider" life reduced in 4 -> 2
  • Action: "Man-Spider" defends from "Spicy hot dog"
  • Result: "Spicy hot dog" life reduced in 2 -> 1
  • Action: "Watermelon" attacks "Monkey-Monkey"
  • Result: "Monkey-Monkey" life reduced in 1 -> 2
  • Action: "Monkey-Monkey" defends from "Watermelon"
  • Result: "Watermelon" life reduced in 2 -> 6
  • Action: All Player 1 cards have attacked"
  • Result: Player 2 turn
  • Action: "Monkey-Monkey" attacks "Watermelon"
  • Result: "Watermelon" life reduced in 2 -> 4
  • Action: "Watermelon" defends from "Monkey-Monkey"
  • Result: "Monkey-Monkey" life reduced in 1 -> 1
  • Action: "Man-Spider" attacks "Watermelon"
  • Result: "Watermelon" life reduced in 2 -> 2
  • Action: "Watermelon" defends from "Man-Spider"
  • Result: "Man-Spider" life reduced in 1 -> 1
  • Action: All Player 2 cards have attacked"
  • Result: Player 1 turn
  • Action: "Spicy hot dog" attacks "Man-Spider"
  • Result: "Man-Spider" life reduced in 4 -> 0
  • Action: "Man-Spider" Life is 0
  • Result: It does not damage "Spicy hot dog"
  • Action: "Watermelon" attacks "Monkey-Monkey"
  • Result: "Monkey-Monkey" life reduced in 1 -> 0
  • Action: "Monkey-Monkey" Life is 0
  • Result: It does not damage "Watermelon"
  • Action: All Player 2 cards have 0 life
  • Result: The game is over. Player 1 wins
Level4 Final Solution
  • "Spicy hot dog" -> 4/1
  • "Watermelon" -> 1/2
  • "Monkey-Monkey" -> 2/0
  • "Man-Spider" -> 2/0
Level5 Action Sequence (TBD)
Level5 Final Solution
  • "Office Mouse" -> 2/1
  • "Snoop Dog" -> 2/1
  • "Froggy" -> 2/0
  • "Cat Boss" -> 2/0

Credits:

Download

Download
build.zip 11 MB

Comments

Log in with itch.io to leave a comment.

This was quite fun! I think it would've been even more so if the grammar and language was clearer, since the gameplay is heavily reliant on those.

A fun little game nonetheless!