Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditi22Bansal authored Jun 10, 2024
2 parents 51005b5 + 35854f8 commit 46f3b09
Show file tree
Hide file tree
Showing 48 changed files with 4,455 additions and 233 deletions.
432 changes: 216 additions & 216 deletions .github/workflows/pr_check.yml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

assets/images/Pixel_Painter.png
22 changes: 22 additions & 0 deletions Games/Chess_Game_computer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 🎮 AI Chess Game Request

## **Description 📃**
We propose the development of an AI-powered chess game that offers an engaging and challenging experience to players of all levels. The game will leverage advanced algorithms to provide intelligent gameplay while also offering a user-friendly interface for an immersive gaming experience.

## **functionalities 🎮**
- **Intelligent AI Opponent**: The game will feature an AI opponent with varying levels of difficulty, from beginner to grandmaster, to provide a challenging experience for players of all skill levels.

## **How to play? 🕹️**
- Players can make moves by dragging and dropping chess pieces to desired locations on the board.
- The game will follow standard chess rules, including move validation and checkmate detection.
- Players can select the difficulty level of the AI opponent to match their skill level.

<br>

## **Screenshots 📸**

<br>
![image](../../assets/images/chessComputer.png)

<br>

14 changes: 14 additions & 0 deletions Games/Chess_Game_computer/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>Chess Engine</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
</head>
<body>
<div id="container"></div>

<script src="script.js"></script>
</body>
</html>
Loading

0 comments on commit 46f3b09

Please sign in to comment.