Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 787 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 787 Bytes

Build Status

Spaceship

Lesson 1 of devman's async-python module

Requirements

  • python37

Launch the game

./spaceship/main.py

or

python3 spaceship/main.py

По исправлениям

Module 1

  • dataclasses в следующий раз, пока не поставил 3.7 на свежую систему
  • последний пункт пофиксился при исправлении третьего, я добавил проверку допустимых значений direction

Module 2

Codestyle

  • black
  • flake8 spaceship

optional

  • pylint ./spaceship --disable=C0330