Thats a cool concept.
Install Instructions:
Unzip the files.
Replace Player1.jpg and Player2.jpg with images of your choice (in jpg format)
Run game.py
Tested with Python 2.6 and pygame 1.81 (No idea if it works with any version earlier or later)
Foto Fighter is a random chance fighting game sort of like the web based game MyBrute. Each player selects an image and the game converts the colour data into gameplay stats for their characters.
I really enjoyed creating Foto Fighter as it's the first game i've programmed from scratch. I learned alot about programming games and how python/pygame work.
If I had to remake it now I would do it in a much more efficent way because at the moment the code is very messy and hard to make changes to.
Bugs and things I would improve:
Battle System-
The Battle system is flawed in the sense that Attacking needs to be nerfed and more random chance needs to be added for it to be fair fight.
More Animations-
Having the characters perform animations and the background.
More onscreen information-
Health Bars etc
Additional gameplay mechanics
One of my ideas was to add a Poker/Slot machine that each player had to use each turn to work out if they get a critical hit or a normal attack or a low attack but I wasn't able to add it in time
An easier way to add import other than replacing them in the directory
-----
In conclusion Foto Fighter was an experimental game and a fun excercise in programming.
Also Thanks a lot to Brad for giving us advice.