Skip to content

Simple chess server with authentification under spring boot

Notifications You must be signed in to change notification settings

mderouet/chess-spring-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov

Chess game server

Rook moves improvement ideas : For now we are building an array of all possible moves, it would be better to : Depending to the couple "Departure Position && Arrival position" asked by the client, find the direction to check. Example:

My rook is A2, and the client wants to move this rook to H2 : Then the direction we need to check is obviously the right, then, check whether there are pieces in it, if it's friendly pieces etc..

And reorganize packages

About

Simple chess server with authentification under spring boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages