Skip to content

Commit

Permalink
Switches Completed (#16)
Browse files Browse the repository at this point in the history
- Eliminated the dependency for ControlsFX
- Reverted JFoenix to 9.0.4 to reduce exceptions while still using JFXTextArea
- Finished redesign for Souvenir
- Switches module done
  • Loading branch information
Ultraviolet-Ninja authored Sep 6, 2021
1 parent 1969aea commit c08bc38
Show file tree
Hide file tree
Showing 22 changed files with 1,239 additions and 95 deletions.
6 changes: 3 additions & 3 deletions Progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
- Round Keypads
- Simon Screams
- Souvenir
- Switches
- TwoBit

16/100
17/100

### Incomplete Modules
- MicroController
Expand Down Expand Up @@ -92,7 +93,6 @@
- Silly Slots
- Skewed Slots
- Square Button
- Switches
- Symbolic Password
- Text Field
- The Clock
Expand All @@ -108,4 +108,4 @@
- Yahtzee
- Zoo

79/100 + Colored Switches
78/100 + Colored Switches
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[![CircleCI](https://circleci.com/gh/Ultraviolet-Ninja/GradleCenturion/tree/main.svg?style=shield)](https://circleci.com/gh/Ultraviolet-Ninja/GradleCenturion/tree/main)
[![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/Ultraviolet-Ninja/GradleCenturion.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Ultraviolet-Ninja/GradleCenturion/context:java)
![Project Version](https://img.shields.io/badge/version-0.16.1-blueviolet)
![Project Version](https://img.shields.io/badge/version-0.17.0-blueviolet)
### Intro
This project is designed to solve all puzzles found on the Centurion Bomb from Keep Talking and Nobody Explodes, which is a combination of many community-made puzzles and some from the base game set in different languages.<br>

Expand All @@ -19,8 +19,7 @@ This is a huge project for one man to tackle, but I've learned a lot from the ch
- Breadmoirai GitHub Release
#### Dependencies
- MaterialFX ver 11.12.0
- ControlFX ver 11.1.0
- JFoenix ver 9.0.10
- JFoenix ver 9.0.4
- JavaTuple ver 1.2
- Medusa ver. 11.7
- JGraphT ver. 1.5.1
Expand Down
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'jasmine.jragon'
version '0.16.1'
version '0.17.0'

mainClassName = 'bomb.Main'

Expand All @@ -32,9 +32,10 @@ repositories {
}

dependencies {
implementation 'com.jfoenix:jfoenix:9.0.10'
implementation 'com.jfoenix:jfoenix:9.0.4'
implementation 'org.javatuples:javatuples:1.2'
implementation 'org.controlsfx:controlsfx:11.1.0'
//implementation 'io.github.fvarrui:javpackager:1.5.1'
implementation group: 'eu.hansolo', name: 'Medusa', version: '11.7'
implementation group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.10.6'
implementation group: 'org.jgrapht', name: 'jgrapht-ext', version: '1.5.1'
Expand Down
Loading

0 comments on commit c08bc38

Please sign in to comment.