Skip to content

Digital version of the game Kingdomino made by first year engineering students at ISEP

Notifications You must be signed in to change notification settings

PierreVerbe/Domi_Nations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Domi_Nations

About this repository

This project dates from December 2018.
It is a game developed during the first year of engineering studies at ISEP in Paris.
This board game is the digital version of the game "Kingdomino". It uses the official rules.
The game can be played by 2 to 4 players.

Regarding the technical part of the project, the game has been developed with the java language.
In order to have a graphical interface the library "stdlib" has been used.

Prerequisite

  • Java 8 your can download here
  • An IDE, in my case IntelliJ IDEA

Installation

For IntelliJ IDEA

  • Importing jar to project
    File → Project Structure → Modules → + → Library java

Generate jar & execute

For IntelliJ IDEA

  • Generating jar file
    File → Project Structure → Artifacts → + → JAR → From modules with dependencies ...
    Select main class and click ok
    Build → Build Artifacts → Build

  • Run java program

java -jar out/artifacts/Domi_Nations_jar/Domi_Nations.jar

About

Digital version of the game Kingdomino made by first year engineering students at ISEP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages