Go to file
Nicolás Ortega Froysa 4256c77217
Changed my e-mail.
2017-08-07 21:10:48 -05: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 Changed my e-mail. 2017-08-07 21:10:48 -05:00

README.md

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++
  • Common LISP
  • Fortran
  • Java
  • Lua
  • 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 nortega@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.