Sparsh Gupta
This project contains the individual enhancement for Milestone 3
Minor Enhancements
- Color Codes
- Help Function
- Invalid Inputs
Major Enhancements
- 3-4 Player Game
To launch the program type do the following things on terminal
- run command "make clean"
- rum command "make qwirkle"
- run command "./qwirkle"
Note -
- Don't include (" ") while running the commands
- Program will execute after running the command 3)
Note -
- Each Player will have certain number of tiles in his hand and can pick any tile from his hand "tilename" and place it on any location (example - "S2" ("locationname") ) on the board. Example- place
- If someone requires any help during the game run command "help" and it will duisplay set of commands a player can use.
- One tile is already placed on the board
- Player can place a tile next to a tile in any direction (top, left, right, bottom) initially given that it contains same Alphabet or same Number, after that player can place anywhere satisfying the directions with respect to tiles present on the board.
- If placed at any other random direction/position you need to place your move again