Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thery/t2048

a version of the 2048 game for Coq
https://github.com/thery/t2048

2048 coq game

Last synced: 3 months ago
JSON representation

a version of the 2048 game for Coq

Awesome Lists containing this project

README

        

# T2048

[![Docker CI][docker-action-shield]][docker-action-link]

[docker-action-shield]: https://github.com/thery/T2048/workflows/Docker%20CI/badge.svg?branch=master
[docker-action-link]: https://github.com/thery/T2048/actions?query=workflow:"Docker%20CI"

# T2048
a version of the 2048 game for Coq

![2048](./2048.png)

## Meta

- Author(s):
- Laurent Théry
- License: [MIT License](LICENSE)
- Compatible Coq versions: 8.18 or later
- Additional dependencies: none
- Coq namespace: `T2048`
- Related publication(s): none

## Building and installation instructions

To build and install manually, do:

``` shell
git clone https://github.com/thery/T2048.git
cd T2048
make # or make -j
make install
```