33 lines
1.3 KiB
HTML
33 lines
1.3 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<title>DChess</title>
|
|
</head>
|
|
<body vlink="#551A8B" text="#ffffff" bgcolor="#999999" alink="#EE0000"
|
|
link="#0000EE">
|
|
<div align="center"><u><font size="+3"><b><i>DChess<br>
|
|
</i></b></font></u><font size="+1"><u>Description </u></font><br>
|
|
We aim to code a chess engine in <a href="https://dlang.org/">dlang</a>,
|
|
it will have a multiplayer mode. Currently there is no graphical
|
|
mode,<br>
|
|
only a primitive terminal mode.<br>
|
|
<br>
|
|
<u>Additional Goals</u><br>
|
|
We want to also create a chess bot, that can find optimal moves
|
|
using a tree search with alpha beta pruning.<br>
|
|
<br>
|
|
<u><a href="https://github.com/skippy404/DChess">Source Code</a><br>
|
|
</u>Feel free to fork and to work on the code as you see fit<br>
|
|
<br>
|
|
<u>Developer'sC</u><br>
|
|
<a href="https://github.com/skippy404">skippy</a><br>
|
|
<a href="https://github.com/deavmi">deavmi</a><u><br>
|
|
</u><br>
|
|
<u>Photos<br>
|
|
<img src="../assets/media/game.png" alt="Example of Game"
|
|
width="119" height="253"><br>
|
|
</u></div>
|
|
</body>
|
|
</html>
|