Pure Functional programming application using Clean, under the suprevision of Professor Viktoria Zsok.
-
.cimg files: An easy readable text file (generated via a simple java program from any type of image) that contains: image-width, image-height, and an array of different rgb values in this specific order..... each colour value is 1 byte. For more details on how to convert a normal image in to a .cimg file click here
-
Sounds are loaded from .wav files that are in the UTIL/sound
- VCS, specifically git. To Download Git for windows, click on here
- Clean Compiler for Windows. To download CLEAN Complier and the CLEAN IDE, click here
- Open your terminal in a desired path and type in the following command:
git clone https://github.com/Tariqo/Clean-Chess-Application.git
- Navigate around to the src/ direcotry
- If you have clean compiler installed, double click on Chess_Board.icl. It will redirect you to the CLEAN IDE:
- On the top left corner, click on the File and open up a project named Chess_Board.prj from the src/ directory. It is recommened not open a new project file. You would have to append the libraries and it's quite tedious.
- After opening the project, Press CTRL+R or click on the "Update and Run" icon on the window.
- Enjoy the game
- The game is implemented based on the latest chess rules from chess.com.
- The move En Passant is not implemented.
- There is no Draw and Stalemate.
Aamna Tayyab, Tariq Ali, Mohammed N. Aldokimi, Mohammed G. Al-Mahdawi, Hussain Izhar