This game is a 1v1 soccer game, developed with MASM32.
The game design and funtionalities are inspired on the Head Soccer mobile game.
# If you have changed the code and want to compile it
runconverter.bat
# Just run the game
jogo.exe
As you may have seen, the players images are me and my friend. To change the players image to whatever you want, there are two possibilities:
-
Change it directly in the 'images' folder, by replacing player1.bmp and player2.bmp image files.
-
Modify the 'rsrc.rc' file, replacing ".\images\player1.bmp" and ".\images\player2.bmp" by the path of the new images.
Do the same thing if you want to change the ball image.
Reminder: the default player image size is 85x85 . And the ball image is 45x45 . If you are doing new characters or a new ball to the game, they must be in this dimensions.