A Classic Alien Invasion Arcade game remade in python .
Alien Invation ကို Python သုံးပြီးပြန်ရေးထားတာပါ
First, fork the repository. Then, go into your favorite terminal.
git clone [git@github.com:YOUR_USERNAME/game.git](https://github.com/Y2K222/alien_invasion.git)
cd alien_invasion
python alien_invasion.py
ပထမဆုံး ဒီ repo ကို Fork လုပ်ပြီးတော့ မင်းကွန်ပျူတာ terminal ထဲသွားပါ ပြီးရင် ဒါတွေရိုက်
git clone [git@github.com:YOUR_USERNAME/game.git](https://github.com/Y2K222/alien_invasion.git)
cd alien_invasion
python alien_invasion.py
Python is a high-level, interpreted, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically-typed and garbage-collected. https://www.python.org/
Pygame is a cross-platform set of Python modules designed for writing video games. It includes computer graphics and sound libraries designed to be used with the Python programming language. https://www.pygame.org/
This is a in book project of Python Crash Course by Eric Matthes.
ဒီ project က Eric Matthes ရဲ့ Python Crach Course စာအုပ်ထဲမှာပါတဲ့ Project တစ်ခုပါ။ သူ့ရဲ့ Project ကို ပိုပြီး မိုက်အောင် ရေးဖို့စဥ်းစားထားပါတယ်။