Adam asmaca oyunu python kullanarak tasarlıyoruz.
Oyunu oldukça basit python bilgisi kullanıyoruz.
Sözde kodu basitçe şu şekildedir:
- Kelime için word.py dosyası oluştur.
- get_valid_word fonksiyonu ile rastgele kelime seç.
- word_letters,alphabet,used_letters set edin
- hangman fonsiyonu oluştur.
- Görsel için hangman_visual dosyasını oluştur.
We are designing a hangman game using python.
We use the game quite simple python knowledge.
The pseudocode is simply as follows:
- Create word.py file for word.
- Select random word with get_valid_word function.
- Set word_letters,alphabet,used_letters
- create hangman function.
- Create the hangman_visual file for the image.