PHP Microproject
PHP Microproject
MICRO PROJECT
ON
“Chess Board”
Submitted To
Mr. Gawade E. N.
Year
2023-2024
SAHYADRI POLYTECHNIC SAWARDE
MICRO PROJECT
TITLE OF PROJECT
Chess Board
Group Details:
Certificate
This is to certify that Mr. Deep Sanjay Jadhav, Mr. Soham Sunil Raut and Mr. Abdul Rahiman Hanif
Kasu, Roll no: 3503-25-26 Of 6th semester diploma in Information Technology of Sahyadri polytechnic
Sawarda (Code:0108) has completed the Micro Project satisfactory in subject WBP for the academic year
2023-24 as prescribed in the curriculum.
2101080008
2101080009
1.0 Rationale: -
A chessboard is a gameboard used to play chess. It consists of 64 squares, 8 rows by 8 columns,
on which the chess pieces are placed. It is square in shape and uses two colours of squares, one
light and one dark, in a chequered pattern. During play, the board is oriented such that each
player's near-right corner square is a light square.
The columns of a chessboard are known as files, the rows are known as ranks, and the lines of
adjoining same-coloured squares (each running from one edge of the board to an adjacent
edge) are known as diagonals. Each square of the board is named using algebraic, descriptive,
or numeric chess notation; algebraic notation is the FIDE standard. In algebraic notation, using
White's perspective, files are labeled a through h from left to right, and ranks are labeled 1
through 8 from bottom to top; each square is identified by the file and rank which it occupies.
The a- through d-files comprise the queenside, while the e- through h-files comprise the
kingside.
2) It has an important part to play in the UN's Sustainable Development Goals and the 2030
Agenda for Sustainable Development, as noted on the UN website.
4) Chess has been proven to increase your IQ, improve memory function, help develop higher
levels of creativity, simultaneously exercise both sides of the brain, help prevent Alzheimer's and
dementia, and increase a child's problem solving skills.
<!DOCTYPE html>
<html>
<body>
<table width="400px" border="1px" cellspacing="0px">
<?php echo "Chess Board";
$value = 0; for($col = 0; $col
< 8; $col++)
{ echo "<tr>";
$value = $col; for($row = 0;
$row < 8; $row++)
{
if($value%2 == 0)
{
echo"<td height=40px width=20px bgcolor=black></td>";
$value++;
} else
{
echo"<td height=40px width=20px bgcolor=white></td>";
$value++;
}
} echo
"</tr>";
}
?>
</table>
</body>
</html>
..
1) Chess helps build individual friendships and teaches children about sportsmanship.
Children learn how to win graciously, and more importantly, how not to give up when
encountering defeat. Chess encourages and rewards hard work. Children learn that those who
practice and study the strategies win more games.
2) Chess develops the ability to see from someone else’s perspective. Chess improves memory.
3) It’s also interesting to note that experienced chess players show higher performance related to
a particular kind of recollection: auditory memory. This is the ability to remember what you’ve
learned through hearing.
4) Chess enables you to enter a flow state. Chess elevates your creativity, chess leads to better
planning skills.
Course Title:- Web based application development with PHP Code:- 22619
6 Report Presentation
(A) Process and Product Assessment (Convert above total marks out of 6 marks)
8 Presentation
9 Viva
(B) Individual Presentation /Viva (Convert above total marks out of 4 marks)
(A)
Process and Product Assessment Total marks
(B) Individual Presentation / Viva (4
(6 marks) 10
marks)
Dated Signature:-______________________________________________________________________