Skip to content

oGabrielArruda/head-soccer-asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚽ 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

About

Head Soccer 1v1 game, made with MASM32.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published