User Activity

  • Committed [8bdf9b] on Code

    starting adding is_cannot_move

  • Committed [a20269] on Code

    slightly refactoring

  • Posted a comment on a wiki page on visual-arkanoid

    import os import sys def main() -> int: WORK_DIR_NAME = "arkanoid" WORK_DIR_PATH = os.path.join(os.getcwd(), WORK_DIR_NAME) print(''' Перевірки існування шляху {dir} '''.format(dir=WORK_DIR_NAME)) if os.path.exists(WORK_DIR_PATH): if os.path.isfile(WORK_DIR_PATH): print("Існує файл з іменем " + WORK_DIR_NAME + " Продовження неможливе") return 1 else: if os.listdir(WORK_DIR_PATH): print("Робочий каталог " + WORK_DIR_NAME + " не порожній. Продовження неможливе") return 1 else: try: os.mkdir(WORK_DIR_NAME)...

  • Committed [7ed1aa] on Code

    Initial commit

  • Committed [4aad7a] on Code

    initial commit

  • Committed [ce6341] on Code

    Create Readme file

  • Committed [35e86f] on Code

    add number years of experience

  • Committed [f31ce3] on Code

    release

View All

Personal Data

Username:
web8moon
Joined:
2023-12-09 21:27:42.974000

Projects

This is a list of open source software projects that web moon is associated with:

Personal Tools

MongoDB Logo MongoDB