Two players Dice game
- This is a Dice game.
-
This game will be played between two players. Python tkinter module has used for the Graphical User Interface and also whole game is constructed by python. Python version 3.5 has been used to make this game.
This game can be run on both Windows and Linux operating system by using pycharm, anaconda 3 or all other python editor with the python version 3.x
- Used ImageTk, Image modules for the inserting a photo on the window.
-
This game will start by completing the registration process for two players and also name will be unique for two players to complete the registration process.
There has a toss round where player can choice Head or Tail randomly. The player who is the winner of Head will always turn the dice first. Next the second player will turn the dice and so on. This process will be continued until any player get reach the Winning Score.
-
Winning score is a terminated score by you can decide who the winner of this game is. If the total summation of dice number (1, 2, 3, 4, 5 and 6) for any player is strictly equal to that Winning Score then that player will be considered as a winner of this game.
From this you may start another game between same players but that time the Winning Score will be increased by 5. So, each time if you start another new game between the same players the Winning Score will be updated by 5 and you will find a Head to Head table.
For Windows
- You need to install python version 3.x. you may download Python version from their official website: ./https://www.python.org/downloads/
Or you may download a complete package by downloading anaconda: ../https://www.anaconda.com/download/
- One editor can be a good one. (i.e., pycharm, anaconda3 etc or any other that you can choice). Download pycharm: ./https://www.jetbrains.com/pycharm/download/#section=windows
- To install both python and any text editor like pycharm you should do some execution of command line on the terminal.
i. python 3.x
ii. tkinter python
It is my personal project. This project only belongs to me.
Pranta Sarker
Department of Computer Science and Engineering
North East University Bangladesh
Sylhet, Bangladesh.
i. Stackoverflow
ii. Different blogs
iii. Inspiration
iv. etc