Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

Jingle ChessView game page

Make sure to grab the jingle bells! Hope you know how to play chess! Or else Christmas is ruined!
Submitted by flowerscoding — 17 hours, 18 minutes before the deadline
Add to collection

Play game

Jingle Chess's itch.io page

Results

CriteriaRankScore*Raw Score
Visuals#283.2923.292
Enjoyment#322.9582.958
Gameplay#332.8752.875
Audio#332.8332.833
Christmas Feeling#373.1253.125
Overall#452.7082.708
Special Object Implementation#482.4172.417
Theme Implementation#821.4581.458

Ranked from 24 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

How did you implement the Theme?
I added a white background with colorful snowflakes and lighting to give the game a bright Christmas theme.

How did you add the Special Object?
The objective of the game is to capture the 3 jingle bells.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

Okay, I think I broke the game hahaha. Maybe it's my terrible chess skills, but I got to the end of phase 3 with only my bishop, one of my pawns, and the other player's bell, and there's nothing else I can do hahaha. Normally there's checkmate in regular chess, so it got pretty confusing.

But like, the art is amazing. Congratulations.

Submitted

Loved the idea of Christmas chess, though was very confused about pawns being taken by bishops on the first turn until I realised it's not a standard chess set-up. The AI was pretty easy to beat, but I play a fair amount of chess so that's understandable. Didn't really see the theme implemented at all, but that didn't stop me enjoying it. Well done!

Submitted

the AI is fun to play against! 

Submitted

The models are so cute! Amazing job crafting them, and good work coding a chess engine. Not a simple task.

Submitted

Chess engines are a bit hard to build! This was a nice take. I liked the randomness of the pieces on the board. I do wish it were the same for *every* level, it could have added some replayability. 

Submitted

This one was super cute! Not much of a chess guy myself but I enjoyed it quite a bit!

Submitted (1 edit)

The idea is fun! :) What I liked the most is the atmosphere and the piece models, it would be awesome to have a board like this in real life.

Submitted

It's chess! But Christmas! Are my pieces supposed to be in unusual spots at the start of the game! Who knows! Well done either way, chess can be a head scratcher to implement :)

Submitted

Very cool game! I really like chess anyways. But where is the "light" and the "bell"? And sometimes the knight jumped bigger than it shoud.

Developer(+1)

I appreciate it! I used jingle bells as the objective of the player but in hindsight I should have probably used a regular bell. And yeah I realized after uploading the game the knight was moving one extra square when moving one down and three over on both sides. I fixed it but I don't know how to update a game since it's my first one haha. Thanks!

Submitted

Cool concept! would love to see a more polished version

Developer(+1)

Thanks for the kind words! :}

Submitted

fun & creative idea! i was a bit confused initially about the order of the pieces, since it's a bit unconventional, but i think that's meant to be part of the puzzle right? managed to get all the bells and i enjoyed it :)) i'm curious how you did the chess ai, did you implement it yourself? regardless, great work!!

Developer

Yeah sorry about that! I didn't want to make a complete copy of chess but now that you mention it, it feels awkward having an unorthodox pattern as the setup doesn't it? And to answer your chess ai question, I did do it all myself but I didn't use any sort of complicated pathfinding formula. I just calculated each possible move the enemy can do and then gave priority to the pieces that can capture a player piece. Amongst those pieces I gave priority based on the piece value. The piece values mimic the value of real chess. Pawn = 1 Knight = 3 Bishop = 3 Rook = 5 Queen = 8 and I gave King 9. Though the king isn't a lose factor so his value should be a lot lower lol. Anyways, thanks for your nice comment!

Submitted(+1)

no i think it's neat! its like a custom chess variant, i think it was just a bit hard to identify which custom piece mapped to what chess pieces but i think it's cool, it's difficult to be cleverer with the game design to signal that sort of stuff with such short time ya know. i really liked the game tho, and it's neat to see a fellow puzzle game maker!

and yea that makes sense, i figured out you could use the king as bait because of that lol

Submitted

I really enjoyed this game. I would love to see this be expanded further with maybe some custom rules or something. Overall good game! Great Job, and Happy Holidays

Developer

Thank you!!! :)