Skip to content

Commit 38ee1c6

Browse files
authored
Update README.md
1 parent f86cc57 commit 38ee1c6

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1-
# klotski-web
1+
# Klotski Web
22

3-
Progetto di Croce Lorenzo, Bottari Alberto, Pavanetto Marco
3+
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

Comments
 (0)