4 Technologies - 4arob-error404/GIOCO GitHub Wiki
A friendly description of the used technologies
To create this game we have used Python: a programming language. Python contains many libraries, including PyGame and OpenCV. PyGame is a well known library used by python programmers to create video games. We have used OpenCV, a library that uses PC camera, to do red color detection. We have used PyGame to take advantage of color detection and apply it in a practical way to a video game.
To make all the pixel art we put into the game we used Make 8 bit art: https://make8bitart.com/

OpenCV: https://opencv.org/

PyGame: https://www.pygame.org/news
