Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 519 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 519 Bytes

Go 2048 Battle

2048 sliding puzzle game featuring singleplayer and head-to-head multiplayer modes. Built using GoGL.

Multiplayer demo

Dependencies

SDL2 - DirectMedia Layer

Advanced Packaging Tool (Ubuntu):

sudo apt-get update && sudo apt-get install -y libsdl2-dev libsdl2-image-dev

Homebrew (MacOS):

brew install sdl2_image

How to run

go run cmd/main.go