Amegma / Galaxy-Attack

An inspiration of the original Atari Space Invaders game built in pygame :space_invader: :video_game:
MIT License
40 stars 20 forks source link

chore Add requirements file to keep track of dependencies for the project. #61

Closed Vansitha closed 2 years ago

Vansitha commented 2 years ago

I thought I could make my first contribution to the project by creating a requirements.txt file to keep track of third-party dependencies. There is currently only PyGame, but I figured maintaining one may be useful in the future. On my system, I also set up a virtual environment, so I added the .venv directory to the git ignore list.

Mayank0255 commented 2 years ago

@Vansitha Congrats on your first contribution to Galaxy Attack

Vansitha commented 2 years ago

Thank you!! 😀