We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86cc57 commit 38ee1c6Copy full SHA for 38ee1c6
README.md
@@ -1,3 +1,23 @@
1
-# klotski-web
+# Klotski Web
2
3
-Progetto di Croce Lorenzo, Bottari Alberto, Pavanetto Marco
+Klotski game built with Spring Boot, Vue, and TailwindCSS. Saves are managed via authentication.
4
+
5
+## Features
6
+- Classic Klotski puzzle
7
+- User authentication
8
+- Save/load games per user
9
10
+## Tech Stack
11
+- **Backend:** Spring Boot
12
+- **Frontend:** Vue, TailwindCSS
13
+- **Database:** PostgreSQL (Docker Compose)
14
15
+## Setup
16
+1. Clone the repository:
17
+ ```sh
18
+ git clone https://github.com/Fireentity/klotski-web.git
19
+ cd klotski-web
20
+## Build and run with Docker:
21
+ docker-compose up
22
23
+## Access the game at http://localhost:8080
0 commit comments