Clean-Chess-Application

Pure Functional programming application using Clean, under the suprevision of Professor Viktoria Zsok.

Explanations:

  • .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

Pre-requisites To Run the Program:

  • 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

How To Run:

  • 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:
    179208044%201177602412680364%20623798312694587760%20n



  • 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.


    179601500%20923093825156592%204857504169568709952_n



179647074%20535759194470131%201526655925375245485%20n%20(1)



  • After opening the project, Press CTRL+R or click on the "Update and Run" icon on the window.
  • Enjoy the game

Game Rules

  • 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.

Developers

Aamna Tayyab, Tariq Ali, Mohammed N. Aldokimi, Mohammed G. Al-Mahdawi, Hussain Izhar