Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omerkel/hangman
Vocabulary and word game Hangman / Galgenmännchen ported onto various programming languages
https://github.com/omerkel/hangman
cpp csharp dart delphi fortran fortran95 go golang groovy java javascript lua pascal perl python3 ruby rust visual-basic web-application word-game
Last synced: 2 days ago
JSON representation
Vocabulary and word game Hangman / Galgenmännchen ported onto various programming languages
- Host: GitHub
- URL: https://github.com/omerkel/hangman
- Owner: OMerkel
- License: mit
- Created: 2019-04-16T04:09:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-04T16:05:27.000Z (over 1 year ago)
- Last Synced: 2024-01-29T14:15:19.680Z (11 months ago)
- Topics: cpp, csharp, dart, delphi, fortran, fortran95, go, golang, groovy, java, javascript, lua, pascal, perl, python3, ruby, rust, visual-basic, web-application, word-game
- Language: JavaScript
- Homepage: https://omerkel.github.io/hangman/html5/src/
- Size: 1020 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hangman
Vocabulary and word game Hangman / Galgenmännchen ported onto various programming languages and build systems:
* [C++]( https://isocpp.org/ )
* [CMake]( https://cmake.org/ ), [GNU Make]( https://www.gnu.org/software/make/ )
* [C# / ECMA-334]( https://www.ecma-international.org/publications-and-standards/standards/ecma-334/ )
* [D]( https://dlang.org/ )
* [Dart]( https://dart.dev/ )
* [Delphi / Object Pascal]( https://freepascal.org/ )
* [F#]( http://fsharp.org/ )
* [Fortran]( https://gcc.gnu.org/fortran/ )
* [Go]( https://golang.org/ )
* [Groovy]( https://groovy-lang.org/ )
* [Haskell]( https://www.haskell.org/ )
* [Cabal]( https://www.haskell.org/cabal/ )
* [Java]( https://openjdk.java.net/ )
* [Maven]( https://maven.apache.org/ )
* [Gradle]( https://gradle.org/ )
* [SCons]( https://scons.org/ )
* [Javascript / ECMA-262]( https://www.ecma-international.org/publications-and-standards/standards/ecma-262/ )
* [Node.js]( https://nodejs.org/ )
* [NPM]( https://www.npmjs.com/ )
* [Julia]( https://julialang.org/ )
* [Lisp]( https://common-lisp.net/ )
* [Lua]( http://www.lua.org/ )
* [Perl]( https://www.perl.org/ )
* [Python]( https://www.python.org/ )
* [Ruby]( https://www.ruby-lang.org/ )
* [Rust]( https://www.rust-lang.org/ )
* [Cargo]( https://doc.rust-lang.org/stable/cargo/ )
* [Scala]( https://www.scala-lang.org/ )
* [Scheme / R6RS]( http://community.schemewiki.org/?RnRS )
* [Visual Basic]( https://docs.microsoft.com/en-us/dotnet/visual-basic/ )