Updated
[Details] N/A [Note] N/A [Bugs] N/A [File's changed]
This commit is contained in:
parent
1c827e0955
commit
819c13bee5
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
|
@ -0,0 +1,32 @@
|
|||
<!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>
|
|
@ -1,17 +1,15 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<title>Skippy's SD</title>
|
||||
</head>
|
||||
<body vlink="#551A8B" text="#000000" bgcolor="#999999" alink="#EE0000"
|
||||
link="#0000EE">
|
||||
<h1 align="center"><font color="#990000" size="+3" face="Helvetica,
|
||||
Arial, sans-serif">Welcome!</font></h1>
|
||||
<div align="center"><img
|
||||
src="../assets/media/skippy.jpeg" alt="My sexy
|
||||
face" width="113" height="99"></div>
|
||||
<h1 align="center"><font size="+3" face="Helvetica, Arial,
|
||||
sans-serif" color="#990000">Welcome!</font></h1>
|
||||
<div align="center"><img src="../assets/media/skippy.jpeg" alt="My
|
||||
sexy face" width="113" height="99"></div>
|
||||
<p align="center">"Vim or gtfo"<br>
|
||||
</p>
|
||||
<hr width="100%" size="2">
|
||||
|
@ -24,12 +22,17 @@
|
|||
<p align="center">I am currently studying BSc Computer Science at
|
||||
Stellenbosch, I am in my 3rd year of studies.<br>
|
||||
</p>
|
||||
<p align="center">Here is a <a href="https://github.com/skippy404" target="_blank">link</a>
|
||||
to my github acc.<br>
|
||||
<p align="center">Here is a <a href="https://github.com/skippy404"
|
||||
target="_blank">link</a> to my github acc.<br>
|
||||
</p>
|
||||
<p align="center"><br>
|
||||
</p>
|
||||
<h2 align="center"><font size="+1">~~Current Projects~~</font></h2>
|
||||
<p align="center"><a
|
||||
href="https://github.com/skippy404/C45DiscordBot">C45DiscordBot</a><br>
|
||||
</p>
|
||||
<p align="center"><a href="./DChess.html">DChess</a><br>
|
||||
</p>
|
||||
<p align="center">Im currently busy setting up a cloud server
|
||||
running on the yggdrasil network<br>
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue