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.