Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 894 Bytes

File metadata and controls

41 lines (26 loc) · 894 Bytes

T2048

Docker CI

T2048

a version of the 2048 game for Rocq

2048

Meta

  • Author(s):
    • Laurent Théry
  • License: MIT License
  • Additional dependencies: none
  • Rocq/Coq namespace: T2048
  • Related publication(s): none

Building and installation instructions

To build and install manually, do:

git clone https://github.com/thery/T2048.git
cd T2048
make   # or make -j <number-of-cores-on-your-machine> 
make install