Skip to content

Commit 9d8cd5f

Browse files
authored
Update README.md
1 parent 1818c0d commit 9d8cd5f

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-22041afd0340ce965d47ae6ef1cefeee28c7c493a6346c4f15d667ab976d596c.svg)](https://classroom.github.com/a/DESIFpxz)
2-
# CS_2024_project
2+
# CS_2025_project
33

44
## Description
55

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.
77

88
## Setup
99

@@ -16,25 +16,28 @@ Your commands
1616

1717
## Requirements
1818

19-
Describe technologies, libraries, languages you are using (this can be updated in the future).
19+
Python 3.12-slim
2020

2121
## Features
2222

2323
Describe the main features the application performs.
2424

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)
2728

2829
## Git
2930

30-
Specify which branch will store the latest stable version of the application
31+
I will have my project on a main branch
3132

3233
## Success Criteria
3334

3435
Describe the criteria by which the success of the project can be determined
3536
(this will be updated in the future)
3637

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
40+
* Criteria 3: users can create new puzzle games
3841

3942
## Railway
4043
cs-project-2025-thomaslemann-production.up.railway.app

0 commit comments

Comments
 (0)