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

https://github.com/hptrk/uni-minecrafttron-java

(UNIVERSITY) A Java Swing-based multiplayer game, inspired by Tron, where two players compete in a grid-based arena. Features high score tracking with a MySQL database, a graphical user interface, and custom game logic. Includes detailed documentation and a UML diagram.
https://github.com/hptrk/uni-minecrafttron-java

game-development java multiplayer mysql oop swing university-project

Last synced: about 1 month ago
JSON representation

(UNIVERSITY) A Java Swing-based multiplayer game, inspired by Tron, where two players compete in a grid-based arena. Features high score tracking with a MySQL database, a graphical user interface, and custom game logic. Includes detailed documentation and a UML diagram.

Awesome Lists containing this project

README

          

# 🎮 Minecraft Tron (Game Project)

This project was developed as a **university assignment**, focusing on creating a multiplayer game with a **graphical user interface**. The design ensures an engaging user experience while meeting specific game development criteria.

## 🚀 Features

- **Multiplayer Support**: Allows two players to compete against each other.
- **Graphical User Interface**: Interactive and visually appealing game interface.
- **High Score Tracking**: Records and displays high scores using a MySQL database.
- **Java Swing Framework**: Utilizes Java Swing for the user interface.
- **Custom Game Logic**: Tailored game mechanics specifically for this project.

## 📋 Project Details

- **University**: ELTE
- **Year**: 2024
- **Technologies**: Java, MySQL, Swing

## 📸 Preview

![Game Screenshot](screenshot.png)

## 📚 Documentation

Comprehensive documentation is available, detailing the usage, code, and development process of the project.
![UML Diagram](UML.png)

---

⭐ This was a university project and is not actively maintained.