InspirationWe wanted to do something with a wireless connection and we thought this could be a cool way of combining a special interest and a difficult challenge
What it does A localhost sql server is hosted and other machines on the same network can connect to it to receive game updates
How I built it The program uses WSL Ubuntu to run a localhost sql server. The software then uses JDBC to connect sql to java. The SQL commands are then hosted on java and passed through JDBC to keep each machine up to date
Challenges I ran into: Connecting to a remote server. This seemed impossible. We started trying to connect to cloud SQL, to begin with, this did not work with anything
Accomplishments that I'm proud of Connecting to a remote server. I am incredibly proud that I was able to connect and edit a remote server from multiple devices
What I learned How JDBC worked and how difficult backend SQL is with java
What's next for Dungeons & Databases Sleep
Log in or sign up for Devpost to join the conversation.