JessicaNgo / TeleGiphy

WebApp for demoday
MIT License
2 stars 0 forks source link

Pre game over #65

Closed Mester closed 8 years ago

Mester commented 8 years ago

Basically the backend processing before the gameover/results screen. Maybe not needed and just do all processing on the final view

JessicaNgo commented 8 years ago

do ALL the issues

zapplecat commented 8 years ago

I've been planning for this to be in the gameover view. Here are the few things I think we need:

Anything else? Of course, the above 2 is performed AFTER we load the data we need from the db to memory.

zapplecat commented 8 years ago

I've added a crude version of this by simply deleting the game after gameover is displayed. Not sure if the delete is cascading or whether there's leftover data in there...