Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 2.19 KB

README.md

File metadata and controls

66 lines (37 loc) · 2.19 KB

⚽ head-soccer-asm ⚽

GitHub top language GitHub language count Repository size GitHub last commit Repository issues GitHub


📃 Description

This game is a 1v1 soccer game, developed with MASM32.

The game design and funtionalities are inspired on the Head Soccer mobile game.

🔽 Installation and Compiling

# If you have changed the code and want to compile it
runconverter.bat

# Just run the game
jogo.exe

👨 Change characters photo

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.

📝 License

MIT