MCPcopy Index your code
hub / github.com/chhabraamit/2048

github.com/chhabraamit/2048 @v1.0.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.0 ↗ · + Follow
34 symbols 72 edges 6 files 12 documented · 35%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

2048

A cli implementation of 2048 game


Getting started

go run ./main.go

Extension points exported contracts — how you extend this code

Board (Interface)
(no doc) [1 implementers]
game/board.go

Core symbols most depended-on inside this repo

transpose
called by 5
game/move.go
AddElement
called by 3
game/board.go
moveLeft
called by 3
game/move.go
Display
called by 2
game/board.go
printHorizontal
called by 2
game/board.go
GetCharKeystroke
called by 2
game/input.go
moveDown
called by 2
game/move.go
reverse
called by 2
game/move.go

Shape

Method 18
Function 11
Struct 3
Interface 1
TypeAlias 1

Languages

Go100%

Modules by API surface

game/board.go16 symbols
game/move.go12 symbols
game/board_test.go4 symbols
main.go1 symbols
game/input.go1 symbols

For agents

$ claude mcp add 2048 \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page