Commit Graph

79 Commits

Author SHA1 Message Date
Andrew Guibert
bcdfab2a73 Reduce max time between rounds from 20s to 30s 2018-05-11 17:30:10 -05:00
Andrew Guibert
5fc3b9325d Fix player 3 starting direction for CrossSlice map 2018-05-11 16:56:53 -05:00
Andrew Guibert
5cd6ff171a Allow game maps to set player starting directions 2018-05-11 13:56:42 -05:00
Andrew Guibert
df929897b3 Prevent players from making a u-turn too quickly 2018-05-11 10:46:38 -05:00
Andrew Guibert
af6c80456c Remove security trace from server.xml configs 2018-05-10 16:29:54 -05:00
orcook
859ad7d843 AutoStart rename to LobbyCountdown and code cleanup 2018-05-10 13:54:07 -05:00
orcook
a42d1fd7c2 backend game autostart 2018-05-10 12:11:21 -05:00
Andrew Guibert
4de7fc4b62 Remove unused properties from moving obstacles on backend 2018-05-09 13:00:37 -05:00
Andrew Guibert
3bcc7f2198 Remove unused code/properties for tracking player trails 2018-05-09 12:51:42 -05:00
Andrew Guibert
8fb4f19a6c Plug in bike icons to game board 2018-05-09 10:02:56 -05:00
Liam Westby
bd7b8917a4 Use LinkedHashSets for players and obstacles to preserve order 2018-05-07 08:27:35 -05:00
Andrew Guibert
5843b3e121 Show player list even if 0 human players are in game 2018-05-06 12:44:57 -05:00
Andrew Guibert
b80f81cb51 Run post game processing asynchronously 2018-05-06 00:19:02 -05:00
Andrew Guibert
1b02cf9937 Use fine-grained features instead of convenience features 2018-05-04 11:13:00 -05:00
Andrew Guibert
116ae99bf6 Add ability to leave party queues 2018-05-03 12:47:56 -05:00
Andrew Guibert
5aacfcf659 Player queues for parties 2018-05-03 11:05:07 -05:00
Andrew Guibert
dd410f6b48 Use safe randomly generated party codes 2018-05-03 08:38:17 -05:00
Andrew Guibert
e985d0d951 Sanitize usernames on frontend and backend 2018-05-03 08:38:17 -05:00
Ryan Esch
180c6f000f login 2018-05-02 15:45:06 -05:00
Andrew Guibert
a5cd5e1c21 Use Party IDs for a consistent ID across multiple games 2018-04-12 22:35:59 -05:00
Ryan Esch
d620d7d455 random game board 2018-04-09 17:25:30 -05:00
Andrew Guibert
72e486b01d Implement rating system 2018-04-06 23:05:45 -05:00
Ryan Esch
7575fabe8f Add AI 2018-04-06 09:38:45 -05:00
Andrew Guibert
0c09785857 Implement quick join 2018-04-05 14:45:18 -05:00
Ryan Esch
73e483a901 update obstacle movement 2018-04-05 13:31:17 -05:00
ryanesch
2830757f12
Merge pull request #58 from ryanesch/trail
fix trail
2018-04-04 15:08:07 -05:00
Ryan Esch
4dc15ab6e0 fix trail 2018-04-04 14:39:08 -05:00
Andrew Guibert
0595e97473 Add a check to observe session timeouts in cloud env 2018-03-31 18:26:32 -05:00
Andrew Guibert
912cb9a7b4 Attempt to keep players in the same starting locations across multiple rounds 2018-03-31 18:26:11 -05:00
Andrew Guibert
33c1b0bc4e Send heartbeat to clients every 100 sec to prevent cloud timeouts. Also fix bugs in requeue flow 2018-03-31 17:13:52 -05:00
Andrew Guibert
a39f966cb9 Send player list in reliable order and pad empty slots with bots 2018-03-30 16:36:08 -05:00
Andrew Guibert
a4b84fa471 Disable noisy logging by default 2018-03-30 16:35:38 -05:00
orcook
3a7eeab937 Hal Update 2018-03-30 14:19:19 -05:00
orcook
7c2a548d73 move AI storage to players 2018-03-29 14:08:42 -05:00
orcook
009c133402 AI 2nd pass, don't extend player calls anymore 2018-03-29 14:08:41 -05:00
orcook
c173b5facd Ai framework and basic bot AI 2018-03-29 14:08:41 -05:00
orcook
ec905312c2 stop players killing themselves from quick direction changes 2018-03-23 11:17:46 -05:00
Andrew Guibert
040d03abdc Countodown to games starting 2018-03-22 11:40:41 -07:00
orcook
122d7feadb 3x3 player 2018-03-21 17:42:55 -05:00
Liam Westby
9d371acc52 Rename method to work around JSONB bug 2018-03-16 15:17:40 -05:00
orcook
56a608fb8c filter out phone sessions instead of seperate map 2018-03-14 17:39:28 -05:00
orcook
ff4e05d583 Don't send game updates to phone players 2018-03-14 15:46:05 -05:00
orcook
51cdce7f0e fix obstacle drawing, improve collisions 2018-03-13 17:25:09 -05:00
orcook
4d7d8dd4d4 clear up player spot on board when they leave before game starts 2018-03-13 14:21:53 -05:00
orcook
73d258644b Show disconnected players after game starts 2018-03-13 13:10:13 -05:00
orcook
817cb8ef46 Fix Obstacle Collision 2018-03-12 16:29:24 -05:00
Andrew Guibert
1061fc4264 Have game-service send stat updates to player-service 2018-03-11 12:29:49 -05:00
Andrew Guibert
abbcefb612 Update game-service to operate on player IDs instead of just names 2018-03-09 14:39:15 -06:00
Andrew Guibert
ac3d2387b1 Upgrade to MicroProfile 1.3 2018-03-09 14:20:26 -06:00
orcook
768acd6382 Make RoundId length 4 and fix auto-requeue 2018-03-09 13:51:07 -06:00