hangman-game
There are 968 repositories under hangman-game topic.
abdoutech19/hangman-game
A responsive hangman game built with vanilla javascript, html, and css. Animated with GSAP and canvas animations.
yegor256/hangman
Hangman (the game) written in a very unelegant procedural style, which you can improve in order to test your skills
mburakerman/hangmanizr
➖ Quick hangman game
puemos/elm-hangman
The game of Hangman written in Elm.
react-puzzle-games/react-hangman
Hangman game built with React
RajashekarRaju/hangman-compose
:video_game: Hangman Game for Android :robot: build with Compose :rocket:. Built with jetpack components, Room for saving game history, preferences for loading game settings, ViewModels for persisting game state, LiveData/States for observing states, Koin for DI, minimal compose animations for good UX, Light/Dark theme :rainbow: MD3.
FarzadForuozanfar/OS-LAB-Python-Cource
Python Course with @SajjadAemmi
Manussakis/react-pokemon-hangman-game
The Pokémon version of the hangman game.
christine-lehmann/Python-Mini-Projects
Python Mini-Game Projects for beginners
ipeternella/hangman
🕹️ A dockerized Hangman (old classic guess-the-word game) gaming API written in C# with ASP.NET Core framework. 🕹️
Gersigno/Hangman-Javascript
A simple Javascript "pendu" (Hangman) game with an html/css interface and different difficulties (French words dictionary)
jelofsson/hangman-js
The traditional hangman puzzle game written as prototype object class in vanilla Javascript.
methi1999/hangman
A RNN-based solver for the popular word game
TalMizrahii/Hangman-game
A Hangman game created for Introduction To Computer Science course.
devarshi16/HangMan
A character user interface of the popular game hangman
ozluy/react-hangman
🤖 🎮 Hangman game with react
Pal-Sandeep/Hangman
Hangman game in python
snelsi/Hangman
Hangman Game, made with React and Typescript
jacksonpf1/hangman-game
Hangman game implementation created with React and SASS
lemocla/neon-hangman
Interactive frontend milestone project using html, css, javascript and API
simrann20/Hangman_Game_Project
Hangman Game implementation using n-gram language model in NLP, achieved an accuracy of more than 50%
Amey-Thakur/HANGMAN-WORD-GAME
It is a simple Hangman Word Game using Applet in Java.
Brendonovich/hangman
Simple hangman game made with Elixir and Phoenix LiveView
CSFelix/PYTHON-HANGMAN-GAME
🐍 Let's play Hangman Game, shall we? Hangman is a terminal game developed with Python and you needa try out it!! 🐍 (🔑 KeyWords: python, hangman game🔑)
JayantGoel001/Hangman-Game
Hangman is a paper and pencil guessing game for two or more players. One player thinks of a word, phrase or sentence and the other(s) tries to guess it by suggesting letters within a certain number of guesses.
The-Young-Programmer/Hangman-Game
Hangman Game in JavaScript v2.3
getreu/ascii-hangman
Configurable Hangman game for children with ASCII-art rewarding (Gitlab mirror)
guytepper/album-hangman
Hangman game for your Spotify library
mactavish10/Hangman-OOPs-CPP
Hangman(2-Player) Game in C++ using Classes
AbdallahHemdan/Hangman-With-React
💀 my Implementation of Hangman (guess the programming Language) to improve my react skills.
ashish-mj/Funzo
Funzo is an web application which is a collection of fun games like hangman, ping-pong and tic-tac-toe.
ebosetalee/20-days-challenge
#20dayschallenge on python
jane-does-coding/Hangman-Game
Terminal Hangman Game
jerald-jacob/Dart-programing
This is mainly focus on the all resource of dart programming
Zheoni/Hanger-Bot
A hangman game for Discord Hack Week
yoraghav/Automated_Hangman
Uses letter frequency and catboost classifier model in synchronous for guessing letters in hangman game instance. The model performance is evaluated on both seen words in the dictionary and words out of the dictionary.