-
Notifications
You must be signed in to change notification settings - Fork 0
Unofficial java implementation of the cardgame Dominion. The official game is at http://www.riograndegames.com/games.html?id=278
ivadla/jdominion
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
jdominion is an unofficial java implementation of the cardgame Dominion. The official game is at http://www.riograndegames.com/games.html?id=278 The main feature of jdominion is the ability to add custom AIs and cards. jdominion is licensed under the GPL Compile and Run: ---------------- Basically you just have to compile all the java files in the src directory and put them in the build directory(do not create a jar file, otherwise the autodetection of cards and AIs won't work). You can use ant to do that: ant compile Alternatively you can import this project into eclipse and compile it there. To run jdominion first make sure that you have jpg files with the images of the cards in images/cards/ You can get them at https://github.com/downloads/ivadla/dominion-images/cards.zip or https://github.com/ivadla/dominion-images/tree/master/Openclipart-cards/jpg/ The filenames should all be lowercase. Then you can execute run.sh or run ant run or java -cp "build:libs/*" org.jdominion.GUIMain or run the GUIMain class in eclipse
About
Unofficial java implementation of the cardgame Dominion. The official game is at http://www.riograndegames.com/games.html?id=278
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published