Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andys8/type-signature-com
- Owner: andys8
- Created: 2021-03-10T21:13:02.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T22:05:04.000Z (over 1 year ago)
- Last Synced: 2024-10-13T20:27:49.293Z (4 months ago)
- Topics: game, haskell, types
- Language: PureScript
- Homepage: https://type-signature.com
- Size: 33.2 MB
- Stars: 87
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)