• Joined on 2025-06-16
nolan pushed to main at nolan/blackjack 2025-11-02 21:19:06 -08:00
a5e3e04790 add face-down card sprite
Compare 2 commits »
nolan pushed to main at nolan/blackjack 2025-10-31 18:57:41 -07:00
f9c95993c4 app area resizes, cards dynamically fan and lift on hover
nolan pushed to main at nolan/blackjack 2025-10-17 18:41:15 -07:00
413be0c055 create hand with variable cards.
nolan created branch main in nolan/blackjack 2025-10-17 12:31:12 -07:00
nolan pushed to main at nolan/blackjack 2025-10-17 12:31:12 -07:00
2b64ace453 initial commit
nolan created repository nolan/blackjack 2025-10-17 12:30:19 -07:00
nolan pushed to readme at nolan/detective 2025-07-22 17:52:36 -07:00
aece40be60 create readme and deno.json file
nolan created branch readme in nolan/detective 2025-07-22 17:52:35 -07:00
nolan pushed to main at nolan/enigma-machine 2025-07-12 19:19:18 -07:00
225c4abdf7 Add double stepping, re-work component files, fix bugs.
nolan created branch main in nolan/enigma-machine 2025-07-01 17:32:49 -07:00
nolan pushed to main at nolan/enigma-machine 2025-07-01 17:32:49 -07:00
0aea762463 initial commit
nolan created repository nolan/enigma-machine 2025-07-01 17:32:08 -07:00
nolan pushed to main at nolan/jamoke 2025-06-18 14:56:01 -07:00
f263e7f18f setup some race condition protection on update, host client now starts game when everyone is ready
nolan created branch main in nolan/detective 2025-06-17 14:25:48 -07:00
nolan pushed to main at nolan/detective 2025-06-17 14:25:48 -07:00
08ee3d1b5d add ability to move from room to room.
8f6d7e4db4 Describe room exits
b134f1849a Fix incorrect filtering of effect sources.
e26747cc7c Add comments throughout.
cc306dbf87 Add applyEffect
Compare 10 commits »
nolan created repository nolan/detective 2025-06-17 14:24:50 -07:00
nolan pushed to master at nolan/go-router 2025-06-17 14:04:58 -07:00
d5c2c1ddf2 Move to nolwn account.
19d616162f Fix messed up default 404.
05f90673c5 Clean unneeded Handle function.
0a6b9b2d0a ServeHTTP cannot take a pointer receiver
ee0bb08b57 Store path params in request context.
Compare 10 commits »
nolan created branch master in nolan/go-router 2025-06-17 14:04:58 -07:00
nolan created repository nolan/go-router 2025-06-17 14:04:28 -07:00
nolan pushed to main at nolan/jamoke 2025-06-16 20:13:12 -07:00
66ff3eaaea add update game endpoint
62f0636d2d implement ready up for players in a game lobby
6d6d6801db add istanbul for coverage, unit tests for resposne bodies, add coverage here and there
c08a15f01f add turns and update token logic.
f413b74a1f add unit tests for auth related functions.