Skip to content

Commit 4061f3e

Browse files
authored
Update README.md
1 parent e47deb3 commit 4061f3e

File tree

1 file changed

+34
-13
lines changed

1 file changed

+34
-13
lines changed

Diff for: PyGamesScripts/Sliding Game/README.md

+34-13
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,71 @@
1-
# Sliding Puzzle Game
1+
# Sliding Game - Puzzle
22

33
## Aim
44

5-
The main aim of the project you want to achieve.
5+
The main aim of the project is to create a sliding tile game. In this game, the player has to select which he/she wants to play or solve .
66

77
## Purpose
88

9-
What's the purpose of this project
9+
The purpose of the projectis to create a game where it will be fun and knowledge-based game.
1010

1111
## Short description of package/script
1212

13-
- If package, list of functionalities/scripts it can perform
13+
1414
- If standalone script, short description of script explaining what it achieves.
15-
- List out the libraries imported.
1615

16+
Sliding tiles game also known as sliding puzzle or sliding blocks game. In this game, the player has to arrange the tiles or blocks in the correct order.
17+
18+
- List out the libraries imported.
19+
20+
- Pygame
21+
- Sys
22+
- Random
1723

1824
## Workflow of the Project
1925

20-
Add the workflow of the project point by point to get good understanding of the program
26+
- Importing required modules
27+
- Initializing and creating game window
28+
- Creating class for main concept of game
29+
- Defining function
30+
- Set up buttons and animation for the tiles.
31+
- Mainloop to execute.
2132

2233

2334
## Setup instructions
2435

25-
Explain how to setup and run your package/script in user's system
36+
Install python software 3 or above.
2637

38+
Install pygame.
2739

28-
## Detailed explanation of script, if needed
40+
Now python environment is ready to use.
2941

30-
If code is not explainable using comments, use this sections to explain your script
3142

3243

3344
## Compilation Steps
3445

35-
Briefly show the compilation steps of the project
46+
Download the sliding_game.py
47+
48+
Make sure the prerequisited are already done.
49+
50+
Extract the folder and
51+
52+
Run the code by double click.
53+
54+
Enjoy the game...
3655

3756

3857
## Output
3958

40-
Display images/gifs/videos of output/result of your script so that users can visualize it
59+
![](https://github.com/rammya29/Awesome_Python_Scripts/blob/main/PyGamesScripts/Sliding%20Game/Images/Image-1.png)
60+
61+
![](https://github.com/rammya29/Awesome_Python_Scripts/blob/main/PyGamesScripts/Sliding%20Game/Images/Image-2.png)
4162

4263

4364
## Author(s)
4465

45-
Name(s) of author(s)
66+
Rammya Dharshini K
4667

4768

4869
## Disclaimers, if any
4970

50-
Use this section to mention if any particular disclaimer is required
71+
None

0 commit comments

Comments
 (0)