Commit graph

56 commits

Author SHA1 Message Date
uku
67d2358a37
fix: make logging in not mandatory
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 32s
2024-11-25 12:17:27 +01:00
uku
d1a3772f6c
fix: make tram work again
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 32s
2024-11-22 09:55:21 +01:00
uku
e96718c273
feat: leaderboard improvements
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 32s
2024-11-22 09:48:36 +01:00
uku
a2c27899f7
feat: split metro and tram
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 33s
2024-11-21 22:40:51 +01:00
uku
98967bc491
fix: enforce login for now
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 34s
2024-11-21 17:20:18 +01:00
uku
7a25132d0b
feat: add leaderboard 2024-11-21 17:20:15 +01:00
uku
5423802ae5
feat: use d1 for game storage 2024-11-21 17:12:29 +01:00
uku
ee5ed04bcb
fix: set redirect url correctly
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 33s
2024-11-20 10:10:25 +01:00
uku
b4ad43147b
fix: renew session if there are less than 3 days left
Some checks failed
deploy to cloudflare pages / deploy (push) Failing after 13s
2024-11-20 09:52:24 +01:00
uku
8d7b3d6dc2
feat: add discord login 2024-11-20 09:30:57 +01:00
uku
298592681b
fix: set body margin only on /game
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 32s
2024-11-19 16:16:23 +01:00
uku
b318f77438
fix: avoid race condition when checking results
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 33s
2024-11-01 13:50:12 +01:00
uku
0065a9f9a9
chore: clean setMarker 2024-11-01 13:48:25 +01:00
uku
14e38cb573
feat: add game system
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 37s
2024-10-28 12:37:50 +01:00
uku
524316d864
fix: await promises correctly
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 33s
2024-10-27 18:56:01 +01:00
uku
fdf4f9c19f
feat: load map data on the page directly
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 33s
2024-10-27 18:49:05 +01:00
uku
89a53862d9
feat: add restart button
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 33s
2024-10-27 18:29:45 +01:00
uku
c06553fb74
feat: pan on solution when submitting
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 32s
2024-10-26 18:05:25 +02:00
uku
bd229982f6
chore: move types to separate file 2024-10-26 17:39:51 +02:00
uku
679955478b
chore: remove useless returns
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 32s
2024-10-26 14:39:02 +02:00
uku
d607a4c4b3
fix: disable spacebar after submission 2024-10-26 14:34:13 +02:00
uku
3ff96cc411
feat: snap to stops in easy mode
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 32s
2024-10-26 13:03:09 +02:00
uku
1dc77d6d2a
fix: merge stops only considering current lines
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 32s
2024-10-26 12:51:40 +02:00
uku
a221e6bacc
fix: do not leak data in easy mode 2024-10-26 12:44:11 +02:00
uku
c2e36adc6a
feat: use cloudflare kv 2024-10-26 12:08:14 +02:00
uku
8ae9355ec9
fix: make server logic run on the server
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 31s
but correctly and more cool
2024-10-26 00:26:57 +02:00
uku
dc55bf3a7a
feat: add spacebar slamming
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 39s
2024-10-26 00:05:21 +02:00
uku
ef8db66bfb
feat: add tram lines 2024-10-26 00:05:14 +02:00
uku
c3dec90264
feat: add difficulty selector
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 33s
2024-10-25 15:00:50 +02:00
uku
2255355f21
fix: make stop data consistent 2024-10-25 11:56:53 +02:00
uku
61fdb1adba
fix: re-add button
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 32s
2024-10-24 14:46:09 +02:00
uku
b6ecbe45d4
feat: server-side checking
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 33s
2024-10-24 14:22:18 +02:00
uku
4b953ba898
fix: disable button when marker is not present
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 37s
2024-10-24 12:14:35 +02:00
uku
ab2c93e71b
fix: make map fit screen 2024-10-24 12:10:52 +02:00
uku
4f7d603848
feat: add initial game implementation
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 33s
2024-10-24 11:58:59 +02:00
uku
4919a5258d
feat: add score calculation function 2024-10-23 16:34:02 +02:00
uku
728bc1abe1
feat: add debug query param 2024-10-23 16:32:22 +02:00
uku
66d32683fc
chore: show true distance in info bar 2024-10-23 12:37:11 +02:00
uku
4ec67305e1
fix: bundle marker icons correctly
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 33s
2024-10-23 11:56:10 +02:00
uku
b24cbc84bf
feat: make map reactive
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 35s
2024-10-23 11:24:35 +02:00
uku
6b385de4c5
feat: use runes 2024-10-23 10:12:26 +02:00
uku
e92291eb2e
fix: use sveltekit's fetch
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 38s
2024-10-22 17:16:29 +02:00
uku
3cdc8d3c96
feat: drop ssr 2024-10-22 17:08:42 +02:00
uku
4efa212d00
feat: add info banner
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 42s
2024-10-22 14:35:20 +02:00
uku
aea400e306
feat: fetch data dynamically 2024-10-22 12:02:24 +02:00
uku
256c2eb6bb
feat: add movable marker on map 2024-10-22 11:47:37 +02:00
uku
b472e99fcc
chore: make code prettier
see what i did there :3
2024-10-22 11:34:40 +02:00
uku
9d471f92a3
feat: add some query params to change behavior 2024-10-21 15:36:54 +02:00
uku
811328dda7
feat: set map to cartocdn 2024-10-21 15:34:47 +02:00
uku
6666401a7f
fix: type data "correctly" 2024-10-21 12:36:45 +02:00