Commit Graph

63 Commits

Author SHA1 Message Date
Trianta
65c7b930e3 meta: update package.json 2024-11-09 02:38:08 -06:00
Trianta
082176d75e snake: revert speed back 2024-11-09 02:32:14 -06:00
Trianta
18673c95c4 snake: decrease speed slightly more 2024-11-09 02:25:16 -06:00
Trianta
cb52bd1561 snake: slightly decrease game speed 2024-11-09 02:09:06 -06:00
0c196e690f Merge pull request 'snake: add some misc tweaks to game and page' (#8) from snake into main
Reviewed-on: #8
2024-11-09 01:42:25 -06:00
Trianta
532d8a480c snake: decrease timeout to make it faster 2024-11-09 01:39:46 -06:00
Trianta
92cfd954c1 snake: display information about game in stats 2024-11-09 01:39:16 -06:00
3bbc9701c5 Merge pull request 'core: add Snake using Typescript' (#7) from snake into main
Reviewed-on: #7
2024-11-09 01:26:09 -06:00
Trianta
3699ed465b snake: not adding last piece was correct, bool check was not 2024-11-09 01:23:11 -06:00
Trianta
b6fe678367 snake: add snake, but ignore when counting length left 2024-11-09 01:20:05 -06:00
Trianta
f59e7cf747 snake: don't add the snake itself to path 2024-11-09 01:10:24 -06:00
Trianta
33d5c491c2 snake: move extraneous logging to debug 2024-11-05 21:23:34 -06:00
Trianta
de80157f2e snake: revert last commit and minor cleanups 2024-11-05 21:21:16 -06:00
Trianta
86ef363d3b snake: attempt to move path refresh to post-regen 2024-11-05 21:11:46 -06:00
Trianta
727e13a1c9 snake: minor adjustment to trimming logic 2024-11-05 20:59:27 -06:00
Trianta
acc1e2b042 snake: add enums for bit states 2024-11-05 20:08:55 -06:00
Trianta
2916b4e127 snake: clear path on reset 2024-11-05 18:26:53 -06:00
Trianta
61f59208a0 snake: rename global variables 2024-11-05 18:17:44 -06:00
Trianta
7f23f4a40c snake: add stashed changes 2024-11-05 17:29:07 -06:00
Trianta
457c7a22fa jenkins: remove old container instead of just stopping if exists 2024-09-17 20:12:37 -05:00
Trianta
6667a2f79b jenkins: remove old container if exists 2024-09-17 20:11:37 -05:00
Trianta
de5f4c5eaf docker: fix directories when in container 2024-09-17 20:03:26 -05:00
Trianta
2967663a82 docker: correctly set up image 2024-09-17 19:49:49 -05:00
Trianta
477ce1461e docker: build before deploy 2024-09-17 19:20:32 -05:00
Trianta
3641cfd836 docker: deploy website to nginx dir 2024-09-17 19:19:15 -05:00
Trianta
bda79f51a6 jenkins: add name to container on deploy 2024-09-17 19:14:33 -05:00
Trianta
98149cae07 docker: use nginx internal port 2024-09-17 19:09:54 -05:00
Trianta
e0c09898ae jenkins: detach container on deploy 2024-09-17 19:03:13 -05:00
Trianta
0e34226b43 docker: use base image with apt 2024-09-17 18:43:39 -05:00
Trianta
4f6fbc4196 docker: use npm for Typescript stuff 2024-09-17 18:40:58 -05:00
b8198afd25 dockerfile: use nginx to host static site 2024-09-17 14:51:59 -05:00
08645727a8 docker: remove start script 2024-09-17 02:53:37 -05:00
c317e7ab08 npm: add build script 2024-09-17 02:51:23 -05:00
4f41b247ba jenkins: fix deploy 2024-09-17 02:46:51 -05:00
10db37262c jenkins: add initial Jenkinsfile 2024-09-17 02:31:19 -05:00
ceeb1f552b docker: add initial Dockerfile 2024-09-17 02:30:55 -05:00
Trianta
8e626448a2 snake: fix snake body skipping placement half the time 2024-09-01 05:05:49 -05:00
Trianta
f975b0a045 snake: move core game pieces into separate functions instead of just the main loop 2024-08-28 00:29:51 -05:00
Trianta
06b7aa8c6f index: use new files after move and ts conversion 2024-08-27 23:34:13 -05:00
Trianta
53af784952 core: move files to src and convert snake to ts 2024-08-27 23:32:54 -05:00
Trianta
eb6c023578 tsconfig: adjust build dir name 2024-08-27 23:29:51 -05:00
Trianta
0cbdb1f7fc core: add typescript and npm 2024-08-27 23:28:36 -05:00
Trianta
50942522fe snake: add most of snake, needs trim function to be fixed 2024-08-24 06:26:38 -05:00
Trianta
157b9c36fa core: better card styling and var name cleaning 2024-08-09 18:46:40 -05:00
Trianta
71dfedb6ee core: more trimming and create navbar 2024-08-09 18:19:52 -05:00
Trianta
b6f459c7c6 core: trim unnecessary pieces, add card glow animation, increase to 1920px 2024-08-09 17:39:10 -05:00
58e471dd6b Merge pull request 'rewrite: various cleanups for deployment' (#3) from rewrite into main
Reviewed-on: #3
2024-08-09 03:27:37 -05:00
Trianta
f0e3f205be rewrite: various cleanups for deployment 2024-08-09 03:26:47 -05:00
c28ddf22f1 Merge pull request 'core: actually remove name' (#2) from rewrite into main
Reviewed-on: #2
2024-08-09 03:06:19 -05:00
Trianta
18ddb1642a core: actually remove name 2024-08-09 03:05:56 -05:00