-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Basic description of the whole plan of the project
- Loading branch information
1 parent
eb0c53f
commit a799996
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
# Smart_gamer | ||
|
||
In this project we will first write a cv program for object detection and then a simple game using pygames. | ||
Then we will integrate these two, to make a game controlled through object image processing. | ||
Next we will write a game AI using using behaviour tree to play the game. | ||
After this we will tweak our game a bit so that it can be played by 2 players against each other and then write a final game AI to play the game against a | ||
human competitor who will be controlling the game using a object through image dectetion. |