-
[Hangman](https://github.com/sanvi1855544/p3-avatar/commit/c3e141ef140a59a0f234da64c53164c0cb2acf43)
-
### Category of documentation update
New category addition
### Describe the change you think might work
Hangman and Egg Catcher projects don't have a README file, and it would be beneficial for con…
-
In the Dictionary class implementation of the Hangman game we need to play with files.
Specifically there are 2 cases:
1. When we create a new Dictionary, we store its words into a new file.
2. …
-
During the creation of the hangman game we came across the situation of an http request in Java.
- More specifically, we need to make a `GET` request using the openlibrary API in order to get a b…
-
http://bjc.berkeley.edu/bjc-r/cur/programming/projects/hangman/hangman-classic.html?topic=berkeley_bjc/lists/lists-I.topic&step=13&course=
Towards the bottom of the page, it reads:
"Starting Materia…
-
Some coming to mind:
- seabattle
- hangman
-
```c
if(fstatfs(fd, &fsInfo) == -1) {
optimalSize = 4 * 1024 * 1024;
}
else {
optimalSize = fsInfo.f_bsize;
}
```
I don't actually know what this is for. I'v…
-
- Add Hangman parts every time user guesses incorrectly.
- Possible order of adding parts: head, body, left arm, right arm, left leg, right leg
-
Oogabooga text-generation-web-ui engine used for inference (prompts directly input into the oogabooga ui produce normal results but chat-ui is doing something weird as below), Mongodb setup
_**Prom…
-
@L2P-Academy
Da von einem anderen Teilnehmer Hangman programmiert wird und ich mich um die GUI kümmere, würde ich gerne eine GUI für das Spiel erstellen.
Habe dafür Bilder vorbereitet. Ist das real…