These days I spend most of my time at home, and I like programming for fun which I think is the best reason to code. After seeing some beautiful raylib project, I decided to make a game with Go + raylib, and I really enjoyed it.
Here’s my version of the classic 2048 game. 🎮🧱
After cloning:
go mod tidy
go run main.gogo build -ldflags="-s -w" -o 2048 .- leaderboard
