Caliditas is a trading card game where the key attribute is the temperature of the cards. The original version was made for Godot Community Game Jam - June 2018 within three days. The original version is still available. The alpha version has a lot of improvements like more cards, a better gui and also networked multiplayer.

In this card game the key attribute is the temperature of the cards. Every creature has a temperature and can only attack and destroy weaker creatures of the opposite element. Therefore the temperature attribute serves as combined attack and defence value.

Controls:

Mouse (LMB to select cards, RMB to zoom in)

Gameplay:

In this card game the key attribute is the temperature of the cards. Every creature has a temperature and can only attack and destroy weaker creatures of the opposite element (both of them are destroyed when absolute temperature values are equal). Therefore the temperature attribute serves as combined attack and defence value.

In addition to creatures there are also spell cards. Many of them can alter the temperature of your or your enemy's creatures.

If the enemy has no creatures on the battle field to protect him you deal damage to him equal to the absolute value your current temperature. This means you can't reduce your opponent health while using a balanced set of ice and fire creatures.

Your creatures attack right after you end your turn. They chose to attack a random creature and prefer weaker creatures as the attacker is destroyed as well if both fighting creatures are equally strong. If there are no creatures left after your attack you may deal damage to your opponent, but only up to 10 points per turn. Both players start with 20 health.

If a player is hurt he draws an additional card next turn. If his health drops below 50% for the first time he draws 4 cards instead. Otherwise the player draws one card at the start of his turn.

Cards require mana in order to be played. Each player starts with 3 mana points and gets one more point for each turn passed.

There is also an in-game tutorial now with further informations.

Credits:

Graphics:
- Justin Nichol
- Katarzyna Zalecka (concept) http://kasia88.deviantart.com, Gabriel Verdon (artwork) http://www.gabrielverdon.com (Ancient Beast (game project) http://www.AncientBeast.com)
- p0ss
- and myself

Sounds:
- Iwan 'qubodup' Gabovitch (http://qubodup.net qubodup@gmail.com)
- ViRiX Dreamcore
- p0ss
- Bart K.
- artisticdude
- Blender Foundation
- HaelDB
- Ylmir
- Aleks41

Font:
- Jonas Hecksher, Playtypes, e-types AS (e-types.com)

StatusPrototype
PlatformsWindows, macOS, Linux, Android, HTML5
Rating
Rated 4.3 out of 5 stars
(4 total ratings)
AuthorViktor
GenreCard Game
Made withGodot, LMMS, GIMP
TagsFantasy, Magic, Turn-based
Code licenseMIT License
Average sessionA few minutes
LanguagesEnglish
InputsMouse
MultiplayerLocal multiplayer, Ad-hoc networked multiplayer
Player count1 - 2
LinksSource code, Support

Download

Download NowName your own price

Click download now to get access to the following files:

caliditas_jam_linux.tar.gz 48 MB
linux.tar.gz 87 MB
Version 1
caliditas-win64.zip 73 MB
Version 1
caliditas-mac.zip 88 MB
Version 1
caliditas_jam_mac.zip 50 MB
caliditas_jam_win32.zip 35 MB
caliditas_jam_win64.zip 35 MB
caliditas_android.apk 92 MB

Development log

Comments

Log in with itch.io to leave a comment.

The game keeps asking if you want to quit also occasionally crashes when I select something on the menu. (V0.3 web)

Right, that dialog should be disabled for the web version.

I'm just porting the game to the latest Godot version and it seams to fix most issues with the web version.

(1 edit)

Buggy as all hell messy spaghetti coded garbage. I'm sure the Concept is sound.... But it's literally unplayable.

I agree

If you tried to open it in a different version of Godot, it will not work. (I think it was 3.2.3.)
Also, the code base was written in one day. I'd make it more modular and less hard coded with more time.