Go to file
Nicolás A. Ortega 98f1072ad0
Added Lua.
2017-06-13 17:10:46 +02:00
src Added Lua. 2017-06-13 17:10:46 +02:00
.gitignore Almost have an x86_64 assembly example working. 2017-04-10 21:52:41 +02:00
Makefile Almost have an x86_64 assembly example working. 2017-04-10 21:52:41 +02:00
README.md Forgot to mention Fortran. 2017-04-10 21:38:51 +02:00

DoublesGame Collection

This is a collection of sources in different languages for DoublesGame. Feel free to contribute your own!

Currently DoublesGame exists in the following languages:

  • Bash
  • C
  • C++
  • Fortran
  • Java
  • Perl
  • 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.

Contributing

Do you have another language? Found a bug? Make merge request or send me a patch at deathsbreed@themusicinnoise.net and I'll see what I can do. Just make sure to specify a license and copyright statement at the top of the source file, only free software licenses are accepted.

License

Each file will contain the license given to it by each contributor.