List languages currently available.

This commit is contained in:
Nicolás A. Ortega 2017-04-02 14:28:08 +02:00
parent 87f5e242dc
commit 3dd52a9c70
No known key found for this signature in database
GPG Key ID: 3D786FB3123FF1DD

View File

@ -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! 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 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. 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.