Software Listing of Author : "Suleman Shafqat"
- 3 Player TicTacToe
- License: Shareware
- Price:


Same rules but here the dimensions are different, 4x4 instead of 3x3 Any player getting three marks in line will win the craze here is that when a player has two marks in line. now he is having two options to win, and the other two players will have to unite together and stop him (one will mark to one side of its completion to stop him and other will to the other side). Hence it creates a heavy mind taking approach to stop two players form winning and making an approach crisp enough to deceive two players. I am working to make this approach using GUI also and will upload it soon.
- Publisher: Suleman Shafqat
- Date Released: 25-04-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- Chess Master
- License: Shareware
- Price:


Its a two player game, i am working on developing artificial intelligence based computer player. American Chess rules are applied. A 2D array is updated by the position of the chess pieces which are numbered (each piece corresponding to a number) As the player selects a piece the corresponding number is checked for all possible places where it can move, then the program waits for the second place where it has to be moved. After each turn the program calls the function "wholoses.m" which will see whether the king is there or not. I am working to change this logic as it should check for CHECK MATE also. The main function to run is CHESS_on_MATLAB.m that will call its fig itself the main m file just calls function "playerturn.m" as the input is given by the user. this function then calls different functions to check the position of the...
- Publisher: Suleman Shafqat
- Date Released: 02-02-2013
- Download Size: 143 KB
- Download
- Platform: Matlab, Scripts
- Draft / Checkers
- License: Shareware
- Price:


The draft is one of the requirement of learning chess, if u are a beginner then u should start with draft. i myself first made draft and extended it to chess, so this upload will help u build ur basic on how does the graphics user interface can be used for similar kind of applications. i will prefer u to first go through my game TicTacToe which is much more simplified but both are using same logic of virtual board by declaring a 2D array and then updating that after each turn. hope this description helps better than previous
- Publisher: Suleman Shafqat
- Date Released: 26-01-2013
- Download Size: 41 KB
- Download
- Platform: Matlab, Scripts
