Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project-Title: Escape the Cops

Name: Turya Biswas

Roll: 1507

Superviros: Dr. Md. Nurul Ahad Tawhid


At the beginning of the game, a thief will stand at the center of the window. 3 policies will be on three corners of the window. Now the user/player has to control the thief so that the policies can not catch him. There are different levels of difficulty. 3 Policies have different types of speed.

The game will have three levels.
  • Easy
  • Medium
  • Hard

User has to choose any level. Depending on the selected level, there will be some obstacles in random positions so that the thief can hide from cops. The cops know in which direction the thief is but not the exact position. So they will traverse through the path. There will be a timer that will be the score of the game. All the scores will be stored in a single file but the top five and current game score will be shown in the Game UI.

Table of Contents

Requirements

  • Language: C/C++
  • Graphics-Tools: SFML
  • Algorithms: DP, BFS, GREEDY

Installation

  • Install GCC, G++ & SFML
sudo apt install gcc g++ make libsfml-dev

If you encounter any problem to install any of the packages, then first type the code below and then try the process again.

sudo apt update && sudo apt-get update

Usage

  • Simply Run sh install.sh command in linux terminal.

  • To check LOC in project, Run sh check_lines.sh command in linux terminal.

Acknowledgement

Contact

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages