A downloadable game for Windows and Linux

Cuttle is probably the oldest combat card game known from 1970s.

I can not find any digital version of it and decided to make one of my own.

It is chaotic, fast paced and unpredictable.  Cuttle has some similarities with games like MTG or Yu-Gi-Oh!, but uses  a standard deck of playing cards. 

 It contains a lot of different attack and defense mechanics using the same cards differently in specific situations.

Win strategies in Cuttle can change very drastically and the game is very reactive, but it has some room for deep tactics.  If you like card games please checkout Cuttle, it is truly a marvel. 

There are some small differences in the rules between this version and the version documented  by Richard Sipie:

  •    9s one-off returns any permanent card to draw deck 
  •     4s one-off discards two random cards from opponents hand

If you want to know more about Cuttle, please  checkout  www.pagat.com/combat/cuttle.html



StatusReleased
PlatformsWindows, Linux
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
Authorgloryofrobots
GenreCard Game
Made withGodot
Average sessionA few minutes
LanguagesEnglish
InputsMouse

Download

Download
Cuttle-x11.64.tar.gz 16 MB
Download
Cuttle-x11.32.tar.gz 15 MB
Download
Cuttle-win64.zip 13 MB
Download
Cuttle-win32.zip 13 MB

Comments

Log in with itch.io to leave a comment.

(2 edits)

Thanks for making this! I tried Cuttle-x11.64.tar.gz and on exit I got these warnings/errors:

ERROR: ~List: Condition ' _first != __null ' is true.
   At: ./core/self_list.h:111.
WARNING: cleanup: ObjectDB Instances still exist!
   At: core/object.cpp:2095.
ERROR: clear: Resources Still in use at Exit!
   At: core/resource.cpp:425.
ERROR: cleanup: Condition ' allocs_used > 0 ' is true.
   At: core/pool_vector.cpp:70.

Steps to reproduce on Linux:

1. Click Play

2. Make one move

3. Open the menu, click Exit

I'm interested in how the AI works. Is there a specific algorithm that you are using, e.g. minimax?