Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1023 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 1023 Bytes

Game

It used for building a gameplay functionality. Responsible for creating players and managing their levels and roles. SQLite used as storage for players and his game history.

Game Info
Levels 5 - ...n
Types NORMAL / FIGURED
Roles SIMPLE / PREMIUM
Languages en, ru, ...n

Commands

Used to create a new player with SIMPLE role:

php bin/console game:create-player test 1q2w3e4r

Used to create a new player with PREMIUM role:

php bin/console game:create-player test 1q2w3e4r --role=ROLE_PREMIUM

Web Url

Path Method Scheme Grant
/game/play GET ANY ALL
/game/login GET ANY ALL

Author

Dykyi Roman, e-mail: [email protected]