Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lcaohoanq/java-snake-game

Snake Game built with Java Swing
https://github.com/lcaohoanq/java-snake-game

app desktop-app game java swing swing-gui

Last synced: 27 days ago
JSON representation

Snake Game built with Java Swing

Awesome Lists containing this project

README

        

![Animation](https://github.com/lcaohoanq/Java-Snake-Game/assets/136492579/1c4782eb-ccf4-437e-a6b1-900ec68a58a3)

## Need to install
- JDK 18.0.2.1
- Maven
- Docker, run docker container mysql with:
```bash
docker-compose up -d
```

```bash
# verify connection
mysql -h 127.0.0.1 -P 3307 -u lcaohoanq -p
use snake_game_app;
select * from users;
```

- MySQL:
- DB_USER=lcaohoanq
- DB_PASSWORD=Luucaohoang1604^^