Home

Awesome

<!--- This file was generated from `meta.yml`, please do not edit manually. Follow the instructions on https://github.com/coq-community/templates to regenerate. --->

T2048

Docker CI

T2048

a version of the 2048 game for Coq

2048

Meta

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