Skip to content

Juego llamado Soldier Shooter hecho con la libreria Pygame.

Notifications You must be signed in to change notification settings

iamlauraherrera/Soldados

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Soldados

Juego llamado Soldier Shooter hecho con la libreria Pygame

El código es un juego desarrollado utilizando la biblioteca Pygame de Python. El juego consiste en un personaje controlado por el jugador que puede moverse en cuatro direcciones, disparar balas y colisionar con objetos en el mundo del juego. El personaje tiene un cierto número de vidas, y pierde una vida cada vez que choca con un objeto o es alcanzado por una bala enemiga. El objetivo del juego es sobrevivir el mayor tiempo posible sin perder todas las vidas. El código en sí mismo define dos clases principales: la clase Jugador, que define las propiedades y el comportamiento del personaje del jugador, y la clase disparos, que define las propiedades y el comportamiento de las balas disparadas por el jugador.

English.

The code is a game developed using the Python Pygame library. The game consists of a player-controlled character that can move in four directions, shoot bullets, and collide with objects in the game world. The character has a certain number of lives, and loses a life each time it collides with an object or is hit by an enemy bullet. The goal of the game is to survive as long as possible without losing all lives. The code itself defines two main classes: the Player class, which defines the properties and behavior of the player character, and the Shots class, which defines the properties and behavior of the bullets fired by the player.

Releases

No releases published

Packages

No packages published

Languages