Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steliospapamichail/amphipolis
A board game about treasure hunting built using Java with the MVC architecture
https://github.com/steliospapamichail/amphipolis
board-game java mvc-architecture
Last synced: 22 days ago
JSON representation
A board game about treasure hunting built using Java with the MVC architecture
- Host: GitHub
- URL: https://github.com/steliospapamichail/amphipolis
- Owner: SteliosPapamichail
- License: gpl-3.0
- Created: 2021-01-28T00:14:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-16T11:27:43.000Z (almost 4 years ago)
- Last Synced: 2025-01-10T21:48:20.046Z (24 days ago)
- Topics: board-game, java, mvc-architecture
- Language: Java
- Homepage:
- Size: 9.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Amphipolis
A board game about treasure hunting in the remains of Amphipolis. Built using Java with the MVP architecture![gui](gui.png)
## Project report
You can find the project's report in Greek in the report.pdf file.#### Note
You can find the javadoc for the project under the "/javadoc" dir, the project's UML diagrams under the "/diagrams' dir and the runnable .jar file under the "/JAR" dir. To run the .jar file simply run "java -jar XXXX.jar" from the directory. The project also includes a report for the project (in greek), analyzing goals, difficulties, MVP benefits, brainstorming, diagrams, OOP principles and more.