You can support the development on the Github Sponsors page.


Games > TICHESS


Simple chess for TIC-80
made by UmSingeloPugManco
uploaded by uspm
added:
updated:
download cartridge
- CLICK TO PLAY -

5


TIChess

Simple Chess game for TIC with random AI player (empty computer screen) and two Minimax players with stochastic choices on the branching paths and maximum branching set. Second minimax player explores the search tree more deeply than the first. Second minimax player (angry face) should take a while to compute his moves.
Better played with between two human players. Putting two angry computers one against the other is not recommended. AI's may take some time to compute their actions (About 6 minutes for hard AI).
The game's code is a mess but should be well commented enough so that you can understand it. If you want any help understanding it just send me a message on itch.

Controls:
* Arrow keys to move cursor on table and on menus.
* A (z on keyboard) Selects pieces and selects options on menu
* B (x on keyboard) cancels the selection of a piece and leaves in-game menu.
* X (a on keyboard) opens in-game menu
In-game Menu help:
* Arrow resumes the game
* Select a player's icon to cycle it between human, random AI, Easy Minimax AI and "Hard" Minimax AI.
* Select the looping arrow to restart the game.
* Click on the door if you're a heartless person.

KNOWN BUGS:
* When two AIs are battling it out, the "AI thinking" icon shows the faster AI, not the correct one.

WON'T FIX:
* No audio is intentional. Audio on these kinds of games tended to be what I hated most as a child.
* Cursor points to where the AI moved its piece to help the player identify what move was made.
* I don't plan on adding animations.

Made by USPM (https://uspm.itch.io/) for the FFS2019 game jam (https://itch.io/jam/finally-finish-something-2019).

Upload: Basic game, no en-passant, no checking
Update#1: Added en-passant and checking.
Update#2: Made AI choose moves weighted by whether it captured a piece.
Update#3: Added further heuristics to minimax AI's choice.
Update#4: Bugfixes.
Update#5: Bugfixes, performance improvements, tested which "hard" AI was harder, implemented castling. Considering the game "finished".

Comments


kikeroga

Can you allow me to change the graphic of pieces in this game and publish another version?
I have ideas for various patterns.
Thank you.


Post comment