From d08a9c7077a92726b549596536aec95bc612ea87 Mon Sep 17 00:00:00 2001 From: Hoang Cao Luu <136492579+lcaohoanq@users.noreply.github.com> Date: Thu, 29 Aug 2024 17:30:14 +0700 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3f7bc5c..f3bb47d 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -17,4 +20,4 @@ select * from users; - MySQL: - DB_USER=lcaohoanq - - DB_PASSWORD=Luucaohoang1604^^ \ No newline at end of file + - DB_PASSWORD=Luucaohoang1604^^