All Projects → Solaris-Skunk-Werks → solarisskunkwerks

Solaris-Skunk-Werks / solarisskunkwerks

Licence: other
No description or website provided.

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to solarisskunkwerks

godot-hexgrid
a godot based framework to build hex map boardgames.
Stars: ✭ 48 (-7.69%)
Mutual labels:  wargame
rollem-telegram-bot
🎲 An RPG dice rolling bot for Telegram.
Stars: ✭ 26 (-50%)
Mutual labels:  tabletop-gaming
airboardgame
AirBoardGame is a virtual tabletop to play and create any boardgame online with your friends
Stars: ✭ 45 (-13.46%)
Mutual labels:  tabletop-gaming
rpg tools
rpg_tools is a toolbox for tabletop games and RPGs
Stars: ✭ 53 (+1.92%)
Mutual labels:  tabletop-gaming
world
This is a fantasy world generation API and set of Go packages for the same.
Stars: ✭ 42 (-19.23%)
Mutual labels:  tabletop-gaming
TTS-Codenames
A LUA script for Codenames on Tabletop Simulator for Steam.
Stars: ✭ 25 (-51.92%)
Mutual labels:  tabletop-gaming
npc
Game master's tool to manage characters and other campaign files
Stars: ✭ 13 (-75%)
Mutual labels:  tabletop-gaming
pandt
A tabletop role-playing game system
Stars: ✭ 17 (-67.31%)
Mutual labels:  tabletop-gaming
vscode-dmbinder
Visual Studio Code extension for managing campaign documents.
Stars: ✭ 53 (+1.92%)
Mutual labels:  tabletop-gaming
Pwntools
CTF framework and exploit development library
Stars: ✭ 8,585 (+16409.62%)
Mutual labels:  wargame
Mbe
Course materials for Modern Binary Exploitation by RPISEC
Stars: ✭ 4,674 (+8888.46%)
Mutual labels:  wargame
Hex-Wargame-JavaScript
A classic hex wargame written by JavaScript. And the scenario can be created by web-page editor
Stars: ✭ 22 (-57.69%)
Mutual labels:  wargame
Masendor
Educational and historical wargame
Stars: ✭ 65 (+25%)
Mutual labels:  wargame
solveme
SolveMe - Jeopardy CTF Platform
Stars: ✭ 51 (-1.92%)
Mutual labels:  wargame
tmpleak
Leak other players' temporary workspaces for ctf and wargames.
Stars: ✭ 76 (+46.15%)
Mutual labels:  wargame
chall.stypr.com
Stereotyped Challenges (2014~2023)
Stars: ✭ 59 (+13.46%)
Mutual labels:  wargame

Solaris Skunk Werks

Solaris Skunk Werks is a community-supported tool used to design Battlemechs for use with the Battletech tabletop wargame.

Getting Started

Download the latest release and extract it into the desired directory. You can then launch the various applications by double clicking them or from the command line with java -jar SSW.jar. More detailed install instructions can be found in this repository's wiki

Building From Source

This project uses the gradle build system and requires gradle and a JDK of version 8 or higher to be installed to be able to compile from source. If you intend to develop the project with an IDE, you'll need one with gradle support. Intellij IDEA and Netbeans 11.x have been tested and both have gradle support out of the box. Netbeans earlier than 11.x should work but you may need to install the gradle plugin.

To build the full suite of applications on the command line, run the following gradle task (substitute .\gradlew.bat in all of these commands if you're on Windows):

$ ./gradlew releaseBuild

This will compile all of the applications and dependencies and place them in build/release/SSW_-<version>.

To build a release zip containing all of the applications:

$ ./gradlew zipRelease

This will create a zip file containing all applications in the SSW suite under build/distributions. Simply unzip that file wherever you want to install it.

These tasks can also be ran directly from Intellij IDEA and Netbeans by selecting the task from the Gradle tasks section of the UI:

IDEA Gradle Build Tasks

Development

To build and run SSW directly from the command line during development:

$ ./gradlew ssw:run // Compile and run a dev build of ssw
$ ./gradlew saw:run // Compile and run a dev build of solaris armor werks
$ ./gradlew bfb:run // Compile and run a dev build of battletech-force-balancer

Note that all gradle tasks can also be ran directly from the IDE if you aren't comfortable with the command line. In Netbeans 11, the gradle tasks appear in the bottom left portion of the screen. In Intellij, the gradle menu should be in the top right:

IDEA Run Tasks

After you run a subproject using the gradle menu once, it will appear at the top of the screen for easier access later:

IDEA Quick Menu

To debug in IDEA, first run the target application once using the gradle menu as shown above. After it appears in the quick menu at the top, click the debug icon. Debugging in Netbeans is similarly straightforward.

Contributing

SSW's development workflow generally follows the git workflow described here. In summary:

  1. Fork this repository and clone your copy locally.
  2. If you're implementing a bug fix, checkout the hotfix branch.
  3. If you're implementing a new feature, checkout the develop branch.
  4. Create a new branch and commit your changes, then submit a pull request. Features should be merged into develop while bug fixes should be merged into hotfix.

Feel free to join our Discord Server to ask questions, report bugs or help with QA testing.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].