Skip to content

Fully working chess game implemented in the x86 Intel Assembly language

License

Notifications You must be signed in to change notification settings

RnMor777/x86-Assembly-Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x86-Assembly-Chess

Fully working chess game implemented in the x86 Intel Assembly language The project is my CSC-314 final project


To compile the code you need:

  • nasm
  • gcc-multilib

To compile/run the code do:

  • make
  • ./Chess

To look best use the following:

  • Font: Ubuntu Mono Regular, size of 13
  • Colors:

Colors


Features Include:

  • Error checked movement for all pieces
  • Unicode and color support
  • Castling
  • Pawn promotion
  • Undo function
  • Captured piece tracking
  • Turn system
  • Ability to save and load a game
  • Check and Checkmate detection and movement

New Features:

  • En passant capturing
  • Access instructions by pressing ?
  • Logging of moves in PGN format
  • Saving now also saves a file in FEN format

Glitches:

  • save text doesn't load while in check

Screenshots

Example Chess Moves

About

Fully working chess game implemented in the x86 Intel Assembly language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published