Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 414 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 414 Bytes

2048

2048 remade from scratch with different UIs.

Versions:

  • C# WPF: Completed (may be further improved later), but the GUI is a mess. Fixed play area size.
  • C# Console: Completed, includes variable play area size and saving/loading games.
  • JavaScript: soon

Planned features:

  • Lives system.
  • Customizable tiles/tile colors.
  • Customizable keybindings, and mouse control in GUI versions.
  • ...