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