You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Burathar 3f9b3f0650 split create_game and edit_game. replace game state with hidden and paused in database (issue #34) 4 years ago
..
tests do lost of things and work on bunny dashboard 4 years ago
__init__.py implement photoreview 4 years ago
game.py split create_game and edit_game. replace game state with hidden and paused in database (issue #34) 4 years ago
game_player.py hide bunny locations younger than 5 minutes from hunter dashboard 4 years ago
game_state.py implement update_state and rename GameState.initiated to GameState.hidden 4 years ago
location.py fix issues that arise from updating to database model 1.4 4 years ago
notification.py make model modules itself import each other with relative imports 4 years ago
notification_player.py Replace relation between user and notification_player with game_player and notification_player 4 years ago
objective.py do lost of things and work on bunny dashboard 4 years ago
player_caught_player.py implement photoreview 4 years ago
player_found_objective.py Replace relation between user and player_found_objective with game_player and player_found_objective 4 years ago
review.py implement photoreview 4 years ago
role.py Rename Player table to User, split models into separate files 4 years ago
user.py fix offset None error 4 years ago