Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikhailms/chessgame
Final project for Java module.
https://github.com/mikhailms/chessgame
Last synced: 2 days ago
JSON representation
Final project for Java module.
- Host: GitHub
- URL: https://github.com/mikhailms/chessgame
- Owner: MikhailMS
- Created: 2015-04-21T23:03:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-27T03:06:25.000Z (almost 8 years ago)
- Last Synced: 2024-11-08T15:40:31.421Z (about 2 months ago)
- Language: Java
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChessGame
## Simple implementation. I have completed the following features :
- [x] Check if the user's input is a legal move, otherwise user should repeat input.
- [x] All pieces moves as you expect them to move, except advanced moves: castling, en passant and pawn promotion
- [x] Added two versions of AI - first moves pieces randomly, second moves pieces such a way so the piece will defeat the highest opponent's piece.