Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048

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.


Game Demo

Here’s my version of the classic 2048 game. 🎮🧱

Run

After cloning:

go mod tidy
go run main.go

Build (optimized)

go build -ldflags="-s -w" -o 2048 .

TODO

  • leaderboard

Releases

Packages

Contributors

Languages