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

https://github.com/chouffe/codingames

My solutions of Codingame - www.codingame.com
https://github.com/chouffe/codingames

ai algorithms haskell

Last synced: 3 months ago
JSON representation

My solutions of Codingame - www.codingame.com

Awesome Lists containing this project

README

          

# codingames

This repo contains my solutions to the practices and challenges available at www.codingame.com

The goal is to practice my Haskell and have some fun in the process.

## Practices

### Solved

- CGXFormatter
- Descent
- PowerOfThor
- ShadowsOfTheKnight
- SkynetRevolution
- SkynetRevolution2
- SuperComputer
- TheResistance
- War

### WIP

- VoxCodei

## REPL

To fire up a REPL run the following command:

`stack ghci`

## Run the tests

To run the test suite run the following command:

`stack test`