Better@Chess

A simple website made COMPLETELY from scratch using HTML and css

The website when executed shows the following results. Most of it is simple usage of HTML tags to make table, add background color and images. The colors and formatting is done using CSS. The chess board and the pieces are also made using HTML. Making the game actually work requires java script, this is a very long code. In the future, I will be working on making the game actually work, and then even develop an algorithm for the CPU to play and understand the game.

Here is a part of the source code. This was completely a personal and solo project, I did this just to check my HTML and CSS skills. My main goal was to make a functioning website. As mentioned before, I will expand on this project with java script, my other projects will give an insight as to how I would build up an algorithm to make the CPU understand the game of chess.