-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from Jaz7Mutant/net
release v1.0
- Loading branch information
Showing
4 changed files
with
26 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Typing Trainer Game | ||
Версия: 0.99.9 бета | ||
Версия: 1.0 | ||
Автор: Даниил JazzMutant Толстоухов ([email protected]) | ||
|
||
## Описание | ||
|
@@ -28,4 +28,10 @@ | |
Для игры по сети необходимо создать комнату с необходимыми настройками, дождаться подключения других игроков и запустить игру. После завершения раунда всем игрокам приходит таблица результатов. | ||
|
||
## Подробности реализации | ||
Ахаххаха, я только пьяному смогу объяснить как это работает, ибо пока писал, я совершенствовался и понимал, что предыдущий код -- полная лажа. Тестов нет, но будут (я постараюсь). Да и надо бы прибраться в коде, хоть немного | ||
Все модули игры находятся в папке `typetrainer`. Модуль `game` отвечает за проведение раунда, то есть взаимодействия с пользователем. Модули `*_menu` реализуют визуализацию и интерфейс. `socket_client` содержит в себе инструментарий для сетевой игры. | ||
Класс `Game` формирует статистику или же количество очков, в зависимости от режима игры. | ||
Тексты формируются классом `TextGenerator` | ||
|
||
Тесты пожно найти в папке `tests` | ||
`typetrainer\game.py 95 18 81%` | ||
`typetrainer\texts_generator.py 34 6 82%` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[GENERAL] | ||
VERSION = 0.99.9 beta | ||
VERSION = 1.0 | ||
INPUT_ENCODING = cp866 | ||
FILE_ENCODING = utf-8 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters