From 3dd52a9c70e74d00da0d22a8babe92b1fe1ceb99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20A=2E=20Ortega?= Date: Sun, 2 Apr 2017 14:28:08 +0200 Subject: [PATCH] List languages currently available. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5511380..b2828e6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ DoublesGame Collection ====================== This is a collection of sources in different languages for [DoublesGame](https://themusicinnoise.net/programs/doublesgame/). Feel free to contribute your own! +Currently DoublesGame exists in the following languages: + - Bash + - C + - C++ + - Java + - Python + Building -------- There's a Makefile you can use to compile all of the sources or simply one of them. Be aware that you will need the compiler for each and the code may be platform/architecture specific depending on the language.