Football Game 2D
- Scratch
Programming languages
- Scratch
Technologies
This project was my first mini-game developed from start to finish, using Scratch, the first programming language I learned. It was created as part of a school assignment for my computer science class.
It is a simple two-player game where each player controls their team using the keyboard. The player on the right moves with the arrow keys, while the player on the left controls their team with the A, S, D, and W keys.
Through this project, I learned the basic programming concepts, such as the use of variables, how to move and orient elements within the game space, and object interaction.