Skip to content
This repository was archived by the owner on Jul 25, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 637 Bytes

File metadata and controls

27 lines (19 loc) · 637 Bytes

Java tetris game

My first game: A Tetris clone build using Java with the Swing framework.

Getting started

Update the database properties file to save and view high scores.

dbserver=IPADRES+PORT
dbname=DATABASENAME
dbusername=DATABASEUSERNAME
dbpassword=DATABASEPASSWORD

The dumb of the database and its tables can be found in the database_dump.sql file.

After changing these properties you have to manually build the software.

Screenshots

Start screen

Start

Game screen

Game

End screen

Home