Saját projekt, az első egyetemi félévem után készült, a kód elég csúnya.
A pygame modul szükséges a futtatáshoz. Ha a pip telepítve van, és fel van véve a környezeti változókhoz, akkor ez a pip install pygame
paranccsal megtehető
A futtatáshoz a gyökér mappába navigálás után a python main.py
utasításra indul el az alkalmazás.
A játék szabályai a szabályok.txt-ben találhatók
This project was made after my first semester, I know the code is messy.
The pygame module is required to run this game. If pip is installed, and it is added to the environment variables, then it can be installed with the command pip install pygame
.
To run it, you need to navigate into the root directory, and then type python main.py
the rules of the game: There are 2 players against each other, you have to shoot the other one. The brown box contains a weapon, the green box refills your hp. You can create a new map under the "MapMaker" menu item, which you can name and save with enter. In the "Select Map" menu, you can choose the map you would like. Control: red player: movement: W,A,S,D shot: T blue player: movement: arrows shot: enter