Skip to content

busvar/VuelingGame_Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vueling Game App BackEnd

HackUPC vueling game

Prerequisites

#pip install Flask

Running the tests

Unit test

In the test folder is a file by each test and an execute all tests script.

By now the input and output of every test must be a JSON format.

Break down into end to end tests

Simon test game generator

The input is a request with a json that indicate the difficulty
The output is a json with a random array of colors which size depends of difficulty param

Simon test game result

The input indicates the number of players and for each one the sequence of colors choosen
The output is a ranking with all players score.

And coding style tests

Syntax

everyVariable = "isCamelCase"

class BeginWithCapitals:

def functionsAndMethods(are,camelCase):

CONSTANTS = "ALL CAPITALS"

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

Based on DEBIAN standard.

Every version should be named by 3 numbers separed by dots like X.Y.Z

  • X: Means a set of features that can be named as a complete app (example: 1.0.0 is a hello world programs that runs. 2.0.0 is a playable game. 3.0.0 a totallu new multiplayer mode...)
  • Y: Means separated functionality (example: 1.3.4 to 1.4.0 when we add a new feature)
  • Z: Means fixes (example 1.4.0 has a bug and we fix it so the new version is 1.4.1)

Authors

  • José Ignacio Bustamante - Initial work - Busvar
  • Marc - Initial work - Marcazu
  • Jairo - Initial work - abyss0one

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • HackUPC

About

HackUPC vueling game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages