You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://classroom.github.com/a/DESIFpxz)
2
-
# CS_2024_project
2
+
# CS_2025_project
3
3
4
4
## Description
5
5
6
-
Describe the project in 2-3 sentences (You can use more).
6
+
The idea of project is to create a browser game (puzzle), where user can log in and try to solve puzzles. Each puzzle is a picture cut into pieces.
7
7
8
8
## Setup
9
9
@@ -16,25 +16,28 @@ Your commands
16
16
17
17
## Requirements
18
18
19
-
Describe technologies, libraries, languages you are using (this can be updated in the future).
19
+
Python 3.12-slim
20
20
21
21
## Features
22
22
23
23
Describe the main features the application performs.
24
24
25
-
* Feature 1
26
-
* Feature 2
25
+
* Feature 1: log in system
26
+
* Feature 2: different levels: from change of pictures to number of pieces
27
+
* Feature 3: ability to create your own puzzles (user can send picture to server, and it can be then cut into pieces and solved as a puzzle game)
27
28
28
29
## Git
29
30
30
-
Specify which branch will store the latest stable version of the application
31
+
I will have my project on a main branch
31
32
32
33
## Success Criteria
33
34
34
35
Describe the criteria by which the success of the project can be determined
35
36
(this will be updated in the future)
36
37
37
-
* Criteria 1
38
+
* Criteria 1: working system of sign up and log in
39
+
* Criteria 2: puzzles work correctly and write a message when completed
0 commit comments