Play the famous game int your Terminal
Explore the docs »
Report Bug
·
Request Feature
This project is a personnal project. The goal is to recreate the famous chess game. The game is still under developpement. The project purpose was to handle the mouse event in ncurses and later on be able to create an online ncurses game. The ultimate goal will be to create my own AI playing chess. But nowadays, I don't have that much time for this little side project
To get a local copy up and running follow these simple steps.
Be sure you have Ncurses installed on your PC, then open a terminal
- Clone the repo
git clone https://github.com/nicklamyeeman/my_chess.git
- Compile it
make
./my_chess
You can navigate throught the menu with your mouse !
The ascii menu is available at ressources/menu.txt
The game is playable like a board that you have at home. No check, no game over. Just restart the program to restart the game.
Everything in the ressources/pieces
and the ressources/board.txt
can be changed for anything you want.
However, you might keep the same size of the your tiles if you want a coherent board and game.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Nick LAM YEE MAN - @nickauteen - nick.lam-yee-man@epitech.eu
Project Link: https://github.com/nicklamyeeman/my_sokoban