[go: up one dir, main page]

Skip to content

A fully functioning chess game developed using GoLang which you can play as a CLI application

License

Notifications You must be signed in to change notification settings

shakyapeiris/Go-Chess

Repository files navigation

Go-Chess

A fully functioning chess game developed using GoLang which you can play as a CLI application

Currently I'm learning GoLang and this project helped me a lot to understand concepts such as OOP, Pointers, Generics, etc... in GoLang and hope the same will be for you

How it works

When you input a move in to the application, first it will check whether it's a legal move or a not. Then it will check whether opponent is check mate or stalemate by playing all possible moves in a virtual board

Input format

You can play moves in the game by inserting data according to the following format

Character:From->To</i>
i.e. N:a3->b5 (Move knight in a3 square to b5)

What's implemented upto now

  • Format Input
  • Input validation and error handling
  • Check for legal moves
  • Check mate
  • Stale mate
  • Repetition draw
  • Dead draw
  • Setup a log file

About

A fully functioning chess game developed using GoLang which you can play as a CLI application

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages