core: add Snake using Typescript #7

Merged
Trianta merged 35 commits from snake into main 2024-11-09 01:26:09 -06:00
Showing only changes of commit 0e34226b43 - Show all commits

View File

@ -1,4 +1,4 @@
FROM nginx:alpine
FROM nginx:latest
RUN apt-get update && apt-get install -y nodejs npm