Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
chess_programming
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Radia EL HAMDOUNI
chess_programming
Commits
805775ce
Commit
805775ce
authored
Oct 27, 2020
by
Radia EL HAMDOUNI
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.txt
parent
99ee1bcf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
1 deletion
+29
-1
README.txt
README.txt
+29
-1
No files found.
README.txt
View file @
805775ce
...
...
@@ -41,7 +41,35 @@ This is a project that is part of the MLOD UV.
* https://en.wikipedia.org/wiki/Algebraic_notation_(chess)
-----------------------------------------------------------------------------------------------------------
/******************************************************************************************************\
; ;
; To compile the file use the command : ;
; ;
; ;
; $ gcc chess_engine.c -o chess_engine ;
; - To run the executable , call the name of the file : ;
; $ chess_engine ;
; - To both compile and run the executable in the terminal : ;
; $ gcc chess_engine.c -o chess_engine && ./chess_engine ;
; -------------------------------------------------------------------------------------------- ;
; + The goal is to program the computer to play chess against a user or against itself ;
; ;
; ;
; ;
/*****************************************************************************************************/
/******************************************************************************************************\
; ;
; +- To move a piece : ;
; first empty the square. Example ==> board[e2]=e; ;
; then move the pieces . Example ==> board[e4] = P; ;
; ;
; ;
/*****************************************************************************************************/
----------------------------------------------------------------------------------------------------------
- Chess board representation :
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment