A 3-person Indie Game Studio making "Extremely Cool And Unique Experiences™".
Trading Card Inspector
Trading Card Inspector is a uniquely styled, chilled-out, papers-please-'em-up set in the cutthroat, absurd world of Habubis Corporation.
Inspect your way through dozens of hand-drawn, hilarious trading cards as you investigate the mysterious Habubis Corporation in Story Mode, or until you ultimately perish in Endless mode!
Use guideline notes, errata memos, reference lists and your own wits to identify if a card is valid or invalid!
It'll then be up to you to find the accurate value for valid cards, while destroying invalid cards with the shredder.
Adipiscing magna sed dolor elit. Praesent eleifend dignissim arcu, at eleifend sapien imperdiet ac. Aliquam erat volutpat. Praesent urna nisi, fringila lorem et vehicula lacinia quam. Integer sollicitudin mauris nec lorem luctus ultrices.
Nullam et orci eu lorem consequat tincidunt vivamus et sagittis libero. Mauris aliquet magna magna sed nunc rhoncus pharetra. Pellentesque condimentum sem. In efficitur ligula tate urna. Maecenas laoreet massa vel lacinia pellentesque lorem ipsum dolor. Nullam et orci eu lorem consequat tincidunt. Vivamus et sagittis libero. Mauris aliquet magna magna sed nunc rhoncus amet feugiat tempus.
About
We're a trio of friends from across the world looking to make fun and unique games. We're working on Trading Card Inspector right now, but we're percolating ideas for our next project! Stay Tuned!
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }. Finally, this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';