Skip to content

mnpw/zzva

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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