Try it here — a simple Match3 game where the main goal is to earn the highest number of scores!
One day I designed and implemented match3 game backend API for commercial uses on Python, and now I'm very interested in GO, so I decided to implement simple version with this beatiful language. So enjoy or maybe use it for your own projects)
- Go backend service
- docker-compose.yml for local deployment
- Startup shell script
- Environment variable template (.env.template)
- Database Setup. Use PostgreSQL — either a local instance or Supabase as a hosted option.
- Copy .env.template to .env and fill in the required values.
- Start service by
./start.shordocker-compose up --build -d
