Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andys8/type-signature-com

Who Wants to Be a Millionaire - but with types
https://github.com/andys8/type-signature-com

game haskell types

Last synced: 3 months ago
JSON representation

Who Wants to Be a Millionaire - but with types

Awesome Lists containing this project

README

        

# [type-signature.com](https://type-signature.com) [![Build and Deploy](https://github.com/andys8/type-signature-com/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/andys8/type-signature-com/actions/workflows/ci.yml)

Who Wants to Be a Millionaire - but with Types

![Icon](https://raw.githubusercontent.com/andys8/type-signature-com/master/public/icon.png)

## Development

The project is implemented in [PureScript](https://www.purescript.org).

### Setup

```shell
npm install
```

### Development

```shell
npm start
```

Or if editor is using `purescript-language-server` it's enough to run:

```shell
npm run start:parcel
```

### Build

```shell
npm run build
```

### Test

```shell
npm test
```

## Functions

Each programming language has a set of functions that is used to generate questions.

- [README: Haskell](./data/haskell/README_HASKELL.md)
- [README: PureScript](./data/purescript/README_PURESCRIPT.md)
- [README: Elm](./data/elm/README_ELM.md)