Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 453 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 453 Bytes

2048

An implementation of the 2048 game in J.

The basic game engine is described in the engine.ijs script. A console interface is available in ui_console.ijs. A graphical interface is provided in ui_wd.ijs.

Also available as the games/2048 addon from the J Application Library using the J Package Manager.