|
1 |
| -# Sliding Puzzle Game |
| 1 | +# Sliding Game - Puzzle |
2 | 2 |
|
3 | 3 | ## Aim
|
4 | 4 |
|
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 . |
6 | 6 |
|
7 | 7 | ## Purpose
|
8 | 8 |
|
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. |
10 | 10 |
|
11 | 11 | ## Short description of package/script
|
12 | 12 |
|
13 |
| -- If package, list of functionalities/scripts it can perform |
| 13 | + |
14 | 14 | - If standalone script, short description of script explaining what it achieves.
|
15 |
| -- List out the libraries imported. |
16 | 15 |
|
| 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 |
17 | 23 |
|
18 | 24 | ## Workflow of the Project
|
19 | 25 |
|
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. |
21 | 32 |
|
22 | 33 |
|
23 | 34 | ## Setup instructions
|
24 | 35 |
|
25 |
| -Explain how to setup and run your package/script in user's system |
| 36 | +Install python software 3 or above. |
26 | 37 |
|
| 38 | +Install pygame. |
27 | 39 |
|
28 |
| -## Detailed explanation of script, if needed |
| 40 | +Now python environment is ready to use. |
29 | 41 |
|
30 |
| -If code is not explainable using comments, use this sections to explain your script |
31 | 42 |
|
32 | 43 |
|
33 | 44 | ## Compilation Steps
|
34 | 45 |
|
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... |
36 | 55 |
|
37 | 56 |
|
38 | 57 | ## Output
|
39 | 58 |
|
40 |
| -Display images/gifs/videos of output/result of your script so that users can visualize it |
| 59 | + |
| 60 | + |
| 61 | + |
41 | 62 |
|
42 | 63 |
|
43 | 64 | ## Author(s)
|
44 | 65 |
|
45 |
| -Name(s) of author(s) |
| 66 | +Rammya Dharshini K |
46 | 67 |
|
47 | 68 |
|
48 | 69 | ## Disclaimers, if any
|
49 | 70 |
|
50 |
| -Use this section to mention if any particular disclaimer is required |
| 71 | +None |
0 commit comments