Skip to content

rafaeldblima/pygame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alien invader

Um projeto simulando o clássico alien invader utilizando a biblioteca pygame.

Foi necessário instalar algumas dependências no ubuntu para instalar a biblioteca

sudo apt-get install libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsdl1.2-dev libsmpeg-dev python-numpy subversion libportmidi-dev ffmpeg libswscale-dev libavformat-dev libavcodec-dev

Como rodar:

  1. Ter instalado python 3.8.x e pipenv
  2. Na raiz do projeto utilizar o comando:
    pipenv install --python 3.8
  3. Entrar no ambiente virtual:
    pipenv shell
  4. Rodar a aplicação
    python game.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages