47fe29d4a4
Started readme.
2023-07-29 16:00:27 -07:00
2ea08f804d
Fixes for new version of Django. Some warnings remain.
2023-07-29 15:58:17 -07:00
b69b21d518
Add private voting (show vote totals only) mode. Closes #14 . ( #23 )
...
* Add flag for private voting.
* Always show numbers after a vote.
* Add vote totals to history table and respect private voting flag.
* Make votes no longer private once game is over.
2017-09-08 22:53:08 -07:00
9d72eb6cd3
Sort role names to avoid leaking information.
2017-09-08 22:19:04 -07:00
b8d4f51f0a
Display how many spies and what roles are in the game in summary info at top. Closes #9 . ( #22 )
2017-09-08 22:15:44 -07:00
974b18f9ad
Show leader order when not displaying table of all actions. Closes #18 . ( #21 )
2017-09-08 21:55:08 -07:00
ef0201537e
In lobby, keep number of players per mission updated. Closes #17 .
2017-09-08 21:41:24 -07:00
bd810077b2
Fixed bug introduced by "Another game" feature where starting a fresh game would fail.
2017-09-08 21:40:41 -07:00
fcbe0fb220
Merge pull request #20 from dperelman/feature/another-game
...
"Another Game" button to migrate all players to a next game.
2017-09-08 17:04:25 -07:00
a1c139f965
Add Start/Join new game buttons to end game screen. Closes #7 .
2017-09-08 17:00:23 -07:00
65f81c5355
Add "Exit game" button on end game page so there's a way to get back to the entrance page of the game.
2017-09-07 22:53:33 -07:00
a7ed96dd95
Joining a completed game goes to the results page.
2017-09-07 22:49:34 -07:00
d14dc49f45
Added results view for looking at results of a completed game.
2017-09-07 22:39:35 -07:00
79fb7d7b97
Implemented observer view for a computer visible to all players. ( #15 )
...
* Implemented observer view for a computer visible to all players.
* Updated New Game and Join Game pages/forms so observe button requires name to be blank and joining as a player requires name to be non-blank.
* Highlight more clearly what player is on a device to make the observer more clearly separate.
Closes #4 .
2017-05-07 14:51:29 -07:00
6740b8e3fc
Allow players to retract their vote on a team. ( #16 )
...
Closes #3 .
2016-09-18 01:03:20 -07:00
e8c21182b1
Added "Exit to Lobby" button in role phase. ( #13 )
...
Closes #2 .
2016-09-17 23:40:25 -07:00
946d389bfd
Another fix for Python 3.
2016-09-17 23:11:21 -07:00
f737a4c70d
Made access code case insensitive. ( #12 )
...
Fixes #1 .
2016-09-17 23:08:12 -07:00
8be3c51129
Added QR code to lobby.
2016-09-17 22:51:08 -07:00
f9c618f400
Added QR code to lobby.
2016-09-17 22:50:10 -07:00
92c702b7d0
Fix for Python 3.
2016-09-17 22:17:35 -07:00
c78fa16b01
Show who played fails at the end.
2016-01-08 02:51:32 -08:00
1740f051b1
Refactored to use RelatedManagers where applicable.
2016-01-08 02:37:00 -08:00
876994ad09
Fix for Django <1.8 support.
2016-01-07 02:47:19 -08:00
25f6b68177
Randomly order accept/reject and pass/fail buttons.
2016-01-07 02:32:34 -08:00
a70dbb4ecb
Added history table.
2016-01-06 02:24:22 -08:00
79d4a98628
Pick phase waiting screen updates using AJAX.
2016-01-06 00:42:22 -08:00
cd6ab95923
Role phase screen updates using AJAX.
2016-01-06 00:24:04 -08:00
4e196c08c4
Update lobby player list using AJAX.
2016-01-06 00:24:04 -08:00
56b51c2e45
Added timestamps to a few game actions.
2016-01-06 00:24:04 -08:00
1d336318f4
Updated .gitignore for local settings files.
2016-01-05 23:48:09 -08:00
1e5551bbd0
Attempt to make sqlite work better. Might have to switch to Postgres.
2016-01-05 08:46:31 -08:00
0f0191aaf6
Added auto-refresh when game state changes.
2016-01-05 08:46:10 -08:00
c893e03201
Basic functionality complete; game is playable.
2016-01-05 03:09:22 -08:00
927852b8b9
Implemented picking a team and voting on them.
2016-01-05 02:04:02 -08:00
fc492aa18d
Implemented setting up a game up until actually playing.
2016-01-05 02:03:57 -08:00
61eab85a28
Added index page.
...
HTML and CSS copied over from https://github.com/athtran/avalon
2016-01-03 05:26:41 -08:00
0fba60b1cf
Initial skeleton of URLs/views.
2016-01-02 15:17:50 -08:00
823c73de48
First attempt at database model.
2016-01-01 16:32:00 -08:00
6664d00895
Ran manage.py startapp.
2016-01-01 12:41:22 -08:00
65118ce012
Ran django startproject.
2016-01-01 12:09:43 -08:00
2b0cf273b7
Clarified license.
2016-01-01 12:07:13 -08:00
6dd6557cae
Initial commit
2016-01-01 12:01:24 -08:00