Alien invasion is a copycat of the game that was popular once upon a time, in the early days of video games. After all, it even has got the same name.
The following is a guide how to clone the project, install all dependencies and launch 'alien_invasion' on your PC.
💾🖥
$ git clone [email protected]:alllexxx1/alien_invasion.git
$ cd ./alien_invasion
$ make install
$ start-game
This project was built using these tools:
Tool | Description |
---|---|
pygame | "Set of Python modules designed for writing video games" |
poetry | "Python dependency management and packaging made easy" |
flake8 | "Your tool for style guide enforcement" |