Skip to content

kir-dev/matrix-clicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mátrix clicker

img.png

I'm sorry, I optimized for delivery speed, not readability. This project was very experimental.

Important todos for next year

Needed software

  • Node.js 22
  • Go 1.25.0
  • Docker
  • kubectl and Helm

How to set up the client

After cloning create a copy of .env.example, name it .env, then run

cd client
npm install

How to set up the server

After cloning run

cd server
go mod download
go mod tidy
go mod vendor

How to deploy

After cloning, set up the server and client and run

docker compose build
docker compose push

helm install -n <namespace> matrix-clicker ./helm

The shaders for the lobby and gameplay animation were based on these. Thank you!