├── LICENSE ├── README.md ├── Screenshots ├── 1.png └── 2.png ├── scratch sersion └── space ship - Shenal_Senarathne.sb3 └── src ├── images ├── asteroid.png ├── background.png ├── spaceship.png └── star.png └── spaceship.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShenalSen/Spaceship-Game---byCodingcat/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShenalSen/Spaceship-Game---byCodingcat/HEAD/README.md -------------------------------------------------------------------------------- /Screenshots/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShenalSen/Spaceship-Game---byCodingcat/HEAD/Screenshots/1.png -------------------------------------------------------------------------------- /Screenshots/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShenalSen/Spaceship-Game---byCodingcat/HEAD/Screenshots/2.png -------------------------------------------------------------------------------- /scratch sersion/space ship - Shenal_Senarathne.sb3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShenalSen/Spaceship-Game---byCodingcat/HEAD/scratch sersion/space ship - Shenal_Senarathne.sb3 -------------------------------------------------------------------------------- /src/images/asteroid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShenalSen/Spaceship-Game---byCodingcat/HEAD/src/images/asteroid.png -------------------------------------------------------------------------------- /src/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShenalSen/Spaceship-Game---byCodingcat/HEAD/src/images/background.png -------------------------------------------------------------------------------- /src/images/spaceship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShenalSen/Spaceship-Game---byCodingcat/HEAD/src/images/spaceship.png -------------------------------------------------------------------------------- /src/images/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShenalSen/Spaceship-Game---byCodingcat/HEAD/src/images/star.png -------------------------------------------------------------------------------- /src/spaceship.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShenalSen/Spaceship-Game---byCodingcat/HEAD/src/spaceship.py --------------------------------------------------------------------------------