top of page
ALL: Blog2
Search


The Forest Simulation
Project Author: Mahir Kaya Project Language: Python Some Modules used in the project: Tkinter, Random, Time, Matplotlib Purpose of...
MHK
Jun 4, 20221 min read
13 views
0 comments


Tic-Tac-Toe by RootCode: Day 1
Today, we will start building Tic-Tac-Toe game from scratch. This game will be completed through several days. Now, let's start with our...
MHK
Jul 28, 20213 min read
10 views
0 comments


GET PERMUTATIONS
def get_permutations(sequence): ''' Enumerating all permutations of a given string using recursion ''' permutation_list=[] third=[] #...
MHK
Aug 23, 20201 min read
7 views
0 comments


Hangman_game_code: All Together
DATE: August 20/ 2020 SUBJECT: END OF HANGMAN SERIES In this post, you will see a PDF where you can find the code for hangman game code.
MHK
Aug 20, 20201 min read
4 views
0 comments


HANGMAN PROJECT - DAY 6
DATE: JUNE 27 / 2020 AUTHOR: MAHIR KAYA Today, we continue with our new hint function, show_possible_matches(). This function takes only...
MHK
Jun 27, 20201 min read
5 views
0 comments


HANGMAN PROJECT - DAY 5
AUTHOR: MAHIR KAYA DATE: MAY 23 / 2020 There are two functions left for us to implement before we go into the main program function,...
MHK
May 23, 20202 min read
7 views
0 comments


HANGMAN CODE- DAY 4
DATE: MAY 9 / 2020 AUTHOR: MAHIR KAYA Today, with this post, we complete the three helper functions for our assignment. Today's function...
MHK
May 9, 20201 min read
6 views
0 comments


HANGMAN CODE- DAY 3
DATE: MAY 8/ 2020 AUTHOR: MAHIR KAYA Today, I will post a function called get_guessed_word which takes two parameters, secret_word and...
MHK
May 8, 20201 min read
7 views
0 comments


HANGMAN CODE- DAY 2
DATE: May 3/ 2020 Sorry for the 1 day delay. a Today I am going to post a function which was the first function that was asked to be...
MHK
May 3, 20201 min read
20 views
0 comments


HANGMAN GAME CODE- INTRODUCTION
I started an assignment which is a code for a game that nearly everyone knows, Hangman. Tomorrow I am going to post some functions that...
MHK
May 1, 20201 min read
7 views
0 comments


Window code-- Python
Today, we will be able to open our window with our code. CODE AUTHOR: Nurullah Gumus EDITOR: Mahir Kaya LINKS ---------You can execute...
MHK
Apr 19, 20201 min read
9 views
0 comments
bottom of page