Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 544 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 544 Bytes

zzva

zwei zero vier acht / 2048, the game


Quick Start

Use cargo r zzva to initiate cli gameplay. Use cargo r zzva-web to expose gameplay endpoints.

Follow individual READMEs for detailed usage.

Features

  • Configurable: Control board size and winning tile
  • Ergonmic command-line gameplay
  • REST api endpoints for gameplay

Misc

Possible extensions include:

  • Saved game state
  • User sessions
  • Frontend for gameplay on web
  • Score tracking