space invaders but typing !! std project at KMITL
- pygame
pip install pygame- pyinstaller (optional) for build
pip install pyinstalleror install from requirements file
pip install -r requirements.txtrun the file by using python
py main.pyor build file .exe and run
pyinstaller --onefile --windowed --icon=icon.ico main.py
