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

[FEATURE] - Create new game #9

Open
FedeLochbaum opened this issue May 26, 2019 · 1 comment
Open

[FEATURE] - Create new game #9

FedeLochbaum opened this issue May 26, 2019 · 1 comment
Assignees

Comments

@FedeLochbaum
Copy link

FedeLochbaum commented May 26, 2019

We should be able to create a game using the following endpoint:

  • POST /:user_id/games/

This endpoint should accept the following data:

  • name
  • dimension
    • rows
    • columns
  • currency

Also It should create an empty new Game(see Game Schema #16 ) using Empty values for every node, etc.
Finally, this endpoint returns the new game created.

@FedeLochbaum
Copy link
Author

POST /:usuario/fabricas

@FedeLochbaum FedeLochbaum self-assigned this Jun 6, 2019
@LaimeJesus LaimeJesus changed the title Create new game/factory [FEATURE] - Create new game Jun 12, 2019
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

2 participants