Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
chess
Project
Project
Details
Activity
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
9611046
chess
Graph
902ec12d11c52e4b4a0a19e871d0a4deff8a8918
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
1
Jul
30
Jun
8
29
May
25
20
18
17
16
15
28
Apr
Documentation
master
master
Documentation
correct function that checks a movement dosn't put the king of same color in checkmate completed
getMyX(),getMyY() method in square completed and isChecked completed in main
display pieces outside the board
first moves and icon of turn completed
isPossible move method add in GUI
King position corected
first view of pieces on board completed
made isCheck() method in King.java
made King class 'first functions'
made Queen class
made Knight class
made Bishop class
made Rook class
made Pawn class
documentation for Square class
made Square class (a chess board has 64 Squares)
made the first sample of abstract class 'Piece'
first view of board done in main
first simple of board in main class done
first simple of board in main class done
gitignore added
adds gitignore