Skip to content

sem-onyalo/speed-reflex-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speed Reflex Game

A speed reflex game using AI object detection.

Setup

conda create -n speed-reflex
activate speed-reflex
pip install numpy scipy matplotlib scikit-learn jupyter
pip install opencv-contrib-python
pip install dlib

Run

usage: main.py [-h] objective

positional arguments: gameId: The game to play: 1 - Centre Challenge 2 - Spot Challenge

optional arguments: -h, --help show this help message and exit --res RES The resolution of the video. Default is "640,480".

Example

activate speed-reflex
python main.py 1 --res "1280,800"

Credits

  1. GameAudio - Win Spacey
  2. Tuudurt - Level win

About

A speed reflex game using AI object detection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages