Skip to content

Leined18/1-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taco Trouble

Requisitos Generales

Python

  • Linux: Python 3 y pip ya deberían estar preinstalados en la mayoría de las distribuciones. Si no es así, se pueden instalar fácilmente.
  • Windows: Python 3 debe ser instalado y configurado en el PATH.

Pygame

  • Pygame es una biblioteca esencial para el juego. Se instalará usando pip.

sudo apt update
sudo apt install python3 python3-pip -y
sudo apt install python3-pygame

Linux

git clone git@github.com:Leined18/1-game.git && cd 1-game && python3 inicio.py

Windows

git clone https://github.com/Leined18/1-game.git; cd 1-game; python inicio.py

Controles

Primer jugador:

  • Moverse: LEFT, UP, RIGHT, DOWN (← ↑ → ↓)
  • Disparar: P

Segundo jugador:

  • Moverse: W, A, S, D
  • Disparar: R

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages