Skip to content

Commit

Permalink
Last done:
Browse files Browse the repository at this point in the history
* Added about 20 puzzles making every dif 10 puzzles
* Added LCLSTRG for music settings
* Fixed a levelSelectBug
* Cleaned up the HTML code
  • Loading branch information
BearWithAFez committed Nov 9, 2017
1 parent 5e67243 commit fa64c44
Show file tree
Hide file tree
Showing 5 changed files with 372 additions and 224 deletions.
22 changes: 17 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,39 @@ A simple Takuzu game made with jQuery and such.
## Getting Started

Just go to the link next to the title, and you'll see the current version in action!
Why is this made? To challenge myself and have a productive project in Fall 2017.

## Built With

* [Sublime 3](https://www.sublimetext.com/3) - The editor
* [Photoshop](http://www.adobe.com/be_nl/products/photoshop.html) - The images
* [Wamp](http://www.wampserver.com/en/) - LocalHost testing

## Authors

* **Dwight Van der Velpen** - *The code*
* **Fanto8BC** - *[BG music](https://www.looperman.com/loops/detail/115700/the-sound-of-the-past-by-fanto8bc-free-100bpm-ambient-synth-loop)*
* **BinaryPuzzle** - *[Puzzles](http://binarypuzzle.com)*

If you have any remarks please hit me up, this is a learning experience.

## Errors and todo ##

Last done:

* Easter Egg
* Added Music and SFX
* Added Settings for Music and SFX.
* Added about 20 puzzles making every dif 10 puzzles
* Added LCLSTRG for music settings
* Fixed a levelSelectBug
* Cleaned up the HTML code

Todo:

* More puzzles.
* Code Cleanup.
* Clean up the CSS
* Clean up the JS
* More puzzles...
* Fully test on other browsers than CHROME

Known errors:

* Flipping rapidly can break the UI.
* Rapidly clicking doesn't have the desired SFX.
26 changes: 19 additions & 7 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ footer {
display: none;
}

#buttonPlacer {
.buttonPlacer {
position: absolute;
top: 10px;
}
Expand Down Expand Up @@ -416,7 +416,7 @@ fieldset {
border-color: rgba(0, 0, 0, .12);
}

.ib {
#ib {
display: table;

margin: 0 auto;
Expand All @@ -441,10 +441,6 @@ fieldset {
-o-box-sizing: border-box;
}

.sublevel {
margin-bottom: 20px;
}

@media only screen and (max-height: 675px),
only screen and (max-width: 480px) {
table {
Expand Down Expand Up @@ -493,10 +489,26 @@ only screen and (max-width: 350px) {
.cell {
font-size: 25px;
}

#rules {
margin-bottom: 0;
}

footer {
font-size: 14px;
}

.credit {
font-size: 14px;
}

li {
font-size: 13px;
}
}

@media only screen and (max-height: 490px),
only screen and (max-width: 310px) {
only screen and (max-width: 285px) {
#card {
display: none;
}
Expand Down
103 changes: 103 additions & 0 deletions data/puzzles.json
Original file line number Diff line number Diff line change
@@ -1,63 +1,166 @@
{
"Easy": [
{
"id": 1,
"code": "1ee0eeee00e1e00ee1eeeeee00e1eee1ee00"
},
{
"id": 2,
"code": "ee0ee11e00eee1eeeeeeee1eee1ee000e1ee"
},
{
"id": 3,
"code": "e0eeee1ee00eeeee0e0ee1eeee0eeee1eee0"
},
{
"id": 4,
"code": "1e11e0e0eeee1ee0e01eee10e1e1ee0e0e11"
},
{
"id": 5,
"code": "00ee110eeee1e0e0ee1e00e0eeeeee11ee00"
},
{
"id": 6,
"code": "0ee0e100ee11ee1eee1eeee0eee1ee11ee00"
},
{
"id": 7,
"code": "1e00eee00ee1eeeeeee0eee00ee11e0e11ee"
},
{
"id": 8,
"code": "11ee00e1ee0eee0eee0eeee100ee11ee1e1e"
},
{
"id": 9,
"code": "e0eee11e1eeeee1e0e0eeeeeeee11ee1eee0"
},
{
"id": 10,
"code": "1e00e0e11eeeeeee1e0eeee100ee11ee11ee"
}],
"Normal": [
{
"id": 1,
"code": "eeee00eeeeeee1eeee01e1ee0eee0eee1eee"
},
{
"id": 2,
"code": "e0eeee00eeeeeee0eeeeeeee1e11ee1ee1ee"
},
{
"id": 3,
"code": "ee00eee1eeee0eeeeeeeeee00ee0e0eeeeee"
},
{
"id": 4,
"code": "e1ee0e0eeee0eee10ee00eeeeeee0e1e1eee"
},
{
"id": 5,
"code": "e0e00eee1ee1e0eeeeeeeeee0e00eeeeeeee"
},
{
"id": 6,
"code": "10e0eeee1eeeeeeeeeeee00eeee0eeeeeee1"
},
{
"id": 7,
"code": "eeeeeeeee0ee0ee00e0eeeeeee0eee0e0eee"
},
{
"id": 8,
"code": "e0eee1eeeeee0ee1eee00ee100eeeeeeeeee"
},
{
"id": 9,
"code": "eee0eeeee00eeeeeeeee0ee1eeee11ee1eee"
},
{
"id": 10,
"code": "e0ee1eeee0e010eeee00eeeeeeee1eee1eee"
}],
"Hard": [
{
"id": 1,
"code": "eee1eeee0ee10eee0ee11eeeeeeeee1eee0e"
},
{
"id": 2,
"code": "e11ee100eeeeeeeeeeee1ee0eeeeeeeee0ee"
},
{
"id": 3,
"code": "1e0ee0eeeeeee11eeee1ee1eeeeee0ee01ee"
},
{
"id": 4,
"code": "ee11e1ee1eeeeeeee1eee1eeeeeeee0eeee0"
},
{
"id": 5,
"code": "11e0eee1ee0eeeeee0eeeeeee0ee1eee0eee"
},
{
"id": 6,
"code": "0e0ee0e1ee1eeeeeeeee0e0eeeeeee0eeeee"
},
{
"id": 7,
"code": "eeee00e1ee0eeeeeeeeeeee11e1eeeeee1ee"
},
{
"id": 8,
"code": "0eeeee0e00eee1eeeeeeeeee0eeee0eeee0e"
},
{
"id": 9,
"code": "ee1ee0eeeeeeee0e0eee00ee0ee00eeeeeee"
},
{
"id": 10,
"code": "ee0eee1e0e0eeeeeeee1e0ee01ee0e1eeee1"
}],
"VHard": [
{
"id": 1,
"code": "eeee00eeeeeee1eeee01e1ee0eee0eee1eee"
},
{
"id": 2,
"code": "e0eeee00eeeeeee0eeeeeeee1e11ee1ee1ee"
},
{
"id": 3,
"code": "ee00eee1eeee0eeeeeeeeee00ee0e0eeeeee"
},
{
"id": 4,
"code": "eeeee00eeeeeeeee1ee1e0eeee00eeeeeee0"
},
{
"id": 5,
"code": "11eeeeeeeeeeeeeee1e0e0eeeeeee1e11eee"
},
{
"id": 6,
"code": "eeee111eeeeeeee11eeeeee01e1eeeeeeeee"
},
{
"id": 7,
"code": "eee0eee1ee0eee0eeee00eeeeeee0eeeeee0"
},
{
"id": 8,
"code": "0eee0e1ee0eeeeeeeee1eeeee11e0eee1eee"
},
{
"id": 9,
"code": "e1ee0e1eeeeeeee0e0e00ee0eee0eeeee0ee"
},
{
"id": 10,
"code": "ee1e00eeeeeeeeee11eeeeeeeee1eee0ee0e"
}]
}
Loading

0 comments on commit fa64c44

Please sign in to comment.