Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Game quest generator - генератор игровых заданий #33

Closed
AndreyBronin opened this issue Apr 3, 2019 · 0 comments

Comments

@AndreyBronin
Copy link
Collaborator

нужно написать класс генератор игровых заданий, он должен работать в отдельном потоке и раз в X секунд создавать игровую задачу для персонажа. Игровая задача или квест говорит, что персонаж должен доехать из точки А в точку Б. нужно взять из БД всех character, найти у каждого character объект типа VEHICLE и выбрать второй рандомный объект на игровой карте. игровую задачу надо сохранить в БД, поэтому под нее нужно создать еще одну Entity

NothingIsMatter added a commit that referenced this issue Apr 4, 2019
NothingIsMatter added a commit that referenced this issue Apr 4, 2019
AndreyBronin added a commit that referenced this issue Apr 4, 2019
#33 added generating random task and task entity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant