Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lcaohoanq authored Aug 29, 2024
1 parent 82a8ea5 commit d08a9c7
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
![Animation](https://github.com/lcaohoanq/Java-Snake-Game/assets/136492579/1c4782eb-ccf4-437e-a6b1-900ec68a58a3)

## Need to install
- JDK 18.0.2.1
## [Update] I'm developing the Spring Backend at repo below, you can clone and run alongside with this JavaFx project
- https://github.com/lcaohoanq/SpringBoot-Snake-Game

## Required
- JDK18
- Maven
- Docker, run docker container mysql with:
- Docker (run with local development)
```bash
docker-compose up -d
```
Expand All @@ -17,4 +20,4 @@ select * from users;
- MySQL:
- DB_USER=lcaohoanq
- DB_PASSWORD=Luucaohoang1604^^
- DB_PASSWORD=Luucaohoang1604^^

0 comments on commit d08a9c7

Please sign in to comment.