Skip to content

benjaminpotter/nchess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nChess

A simple chess game built with ncurses in C.

Sample display of the program.

Tasks

  • Start game
    • display start screen
    • new game
    • load game file
  • Game play
    • setup pieces
    • display game board
    • initialize turn system
    • allow players to highlight pieces and move them
    • flip board on turn change
    • only allow players to move their own pieces
    • allow players to undo last move
    • only allow legal moves
  • Save game
    • serialize game data

About

A simple chess game built with ncurses in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published