From 27e6d6036392597c39379d263b63cbedc9d1b82d Mon Sep 17 00:00:00 2001 From: retho Date: Sat, 18 Jul 2020 19:30:56 +0300 Subject: [PATCH 1/2] Update third-party.md --- source/third-party.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/third-party.md b/source/third-party.md index a723e9d2..ffc67705 100644 --- a/source/third-party.md +++ b/source/third-party.md @@ -29,6 +29,10 @@ You can set up an external transpiler to write your Screeps AI in another langua * [screeps-starter-rust](https://github.com/daboross/screeps-starter-rust) is a alpha-status platform you can use to play Screeps in Rust. +### Haskell + +* [screeps-haskell-starter](https://github.com/retho/screeps-haskell-starter) is a alpha-status platform you can use to play Screeps in Haskell. + ### Kotlin * [screeps-kotlin](https://github.com/exaV/screeps-kotlin) is an example game script in Kotlin. From f799d4b1bd1317c17ed6f789a36e68ba7b712a2f Mon Sep 17 00:00:00 2001 From: retho Date: Thu, 30 Jul 2020 19:47:26 +0300 Subject: [PATCH 2/2] Update third-party.md --- source/third-party.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/third-party.md b/source/third-party.md index ffc67705..d4b0c9d2 100644 --- a/source/third-party.md +++ b/source/third-party.md @@ -29,16 +29,16 @@ You can set up an external transpiler to write your Screeps AI in another langua * [screeps-starter-rust](https://github.com/daboross/screeps-starter-rust) is a alpha-status platform you can use to play Screeps in Rust. -### Haskell - -* [screeps-haskell-starter](https://github.com/retho/screeps-haskell-starter) is a alpha-status platform you can use to play Screeps in Haskell. - ### Kotlin * [screeps-kotlin](https://github.com/exaV/screeps-kotlin) is an example game script in Kotlin. * [screeps-kotlin-starter](https://github.com/exaV/screeps-kotlin-starter) is a starting point for players who want to program in Kotlin. * [screeps-kotlin-types](https://github.com/exaV/screeps-kotlin-types) is a set of Kotlin declarations to cover the Screeps API. +### Haskell + +* [screeps-haskell-starter](https://github.com/retho/screeps-haskell-starter) is a alpha-status platform you can use to play Screeps in Haskell. + ## API Clients The Screeps API is not official and may change at any time. These clients are maintained by the community and are used to generate many of the services and programs on this page.