RobertPeip 221e369d8c Merge pull request #6 from birdybro/master
Update Sys and New Release
2024-04-10 19:07:09 +02:00
2024-04-10 06:16:50 -06:00
2022-11-06 11:37:55 -07:00
2022-11-06 11:41:42 -07:00
2024-04-09 07:14:15 -06:00
2022-11-06 11:37:55 -07:00
2020-08-28 11:55:19 +02:00
2022-11-06 11:37:55 -07:00
2020-08-28 11:55:19 +02:00
2022-11-06 11:37:55 -07:00
2020-08-28 11:55:19 +02:00
2022-11-05 22:13:07 -06:00
2020-08-28 11:55:19 +02:00

Chess

All Settings are available through OSD:

  • Choose color
  • Choose view
  • Overlay for field description 1-8,A-H
  • Play against human or AI
  • Select AI strength and randomness

Design is done without the use of any CPU/Processor, just pure logic in VHDL. Ressource usage is very high, as a lot of things are done in parallel:

  • Finding all possible moves for a given board is done in a few clock cycles
  • Executing a move(including castling and en passant) in a single cycle
  • Evaluating the score of a given board for the AI costs 2 clock cycles

The design isn't super optimized and can probably be speed up quiet a bit. However, if you experience the AI as to weak, there are better ways to improve it, than bare speed, e.g. opening tables.

Description
No description provided
Readme 8.2 MiB
Languages
VHDL 72.4%
Verilog 16.4%
SystemVerilog 7.4%
Stata 1.8%
Tcl 1.2%
Other 0.7%