Skip to content

This is a multi-player mining game. There is a game board where the players mine to find the real gold and exit the game if they successfully find it. There are a bunch of fake golds in the board, which raises the difficulty level.

Notifications You must be signed in to change notification settings

sanjogj43/Gold-Chase-Test-scripts

Repository files navigation

Gold-Chase-Test-scripts

  1. This project is meant to create multiple test scripts on the existing Gold chase projects.
  2. Though the project a few number of test cases, similar approach can be used for creating multiple case checking for various boundary conditions and cases.
  3. The project uses forks for creating of multiple child processes which act as players.
  4. Execlp is used to assign the game project executable to the child process and the parent process is the actual testing project executable.
  5. The parent process is used to create the environment and the map to be used my the child processes.
  6. The communication between the parent and the child processes is done using pipes.

About

This is a multi-player mining game. There is a game board where the players mine to find the real gold and exit the game if they successfully find it. There are a bunch of fake golds in the board, which raises the difficulty level.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published