+
+
+
+
+
+ diff --git a/Version - 39/CNAME b/Version - 39/CNAME new file mode 100644 index 0000000..31e4b89 --- /dev/null +++ b/Version - 39/CNAME @@ -0,0 +1 @@ +www.mreidam-brb.com \ No newline at end of file diff --git a/Version - 39/add.txt b/Version - 39/add.txt new file mode 100644 index 0000000..b9d7342 --- /dev/null +++ b/Version - 39/add.txt @@ -0,0 +1,75 @@ +click.offline.make +max 5 hour + + name gen com.cost cost +1 dog = 1 clicks/s = 100 | 100 clicks +1 cat = 12 c/s = 1 000 | 10 dogs +1 fox = 18 c/s = 1 500 | 15 dogs +1 wolf = 100 c/s = 8 100 | 5 foxes + 6 dogs +1 hamster = 130 c/s = 10 100 | 1 wolf + 2 cats +1 whale = 220 c/s = 16 200 | 2 wolfs +1 cappibara = 280 c/s = 20 200 | 1 whale + 4 cats +1 platapus = 400 c/s = 28 300 | 1 cappy + 1 wolf +1 porcupine = 650 c/s = 44 500 | 1 pussy + 1 whale (Dikobraz) +1 hippo = 950 c/s = 64 700 | 1 porcupine + 2 hamsters +1 snake = 1 000 c/s = 72 800 | 2 whales + 4 hamsters +1 cheetah = 3 000 c/s = 202 200 | 2 snakes + 2 pussy +1 python = 7 800 c/s = 525 700 | 1 cheetah + 5 hippo +1 girrafe = 8 400 c/s = 555 700 | 1 python + 20 foxes +1 otter +1 meerkat +1 raccoon +1 owl +1 badger +1 squirrel +1 chameleon +1 chicken +1 wombat +1 panther +1 coyote +1 frog +1 bear +1 pig + +1 citronovník = 30 lemons/h + +36,7% k 10 citronum že vyroste citronovník + +compile to .exe and add it to the play store + +add complete history of clicks, dogs, cats, lemons, ... + + + + + + Upgrades! + +Button +Green button - 2.5 clicks per clicks +Yellow button - 4 clicks/click + random Chance for a lemon +Purple button - 6 c/c +Cyan button - 10 c/c + random chance for ______ + + Dog +R collar - 1.5 cs +G collar - 2 cs +Y collar - 5 cs +P collar - 8.2 cs +C collar - 15 cs + + Cat +R collar - 150 cs +G collar - 200 cs +Y collar - 500 cs +P collar - 750 cs +C collar - 1 000 cs + + Fox +R fur - 225 cs +G fur - 300 cs +Y fur - 666 cs +P fur - 1 125 cs +C fur - 1 500 cs + +lemon \ No newline at end of file diff --git a/Version - 39/changelog b/Version - 39/changelog new file mode 100644 index 0000000..35abc3e --- /dev/null +++ b/Version - 39/changelog @@ -0,0 +1,88 @@ + v39 + Added: Pythons + Giraffes + New Nav. bar for Shop + New Navigation bar for BRB + Setting in the nav bar (mostly in BRB) + + Removed: From BRB: + Go to Shop btn + Flag for lang + Reset + Help + From Shop: + Go to BRB + Go to Shop + + Fixed: Clicks number in Shop + + Note: please add Dark mode and into Wall. eng + + v38 + Added: Snakes + Cheetas + new UI design for Shop Goer buttons and click displayer + new UI for flags + !!FIXED_BUTTONS_AND_CLICKS_IN_SHOP + Animated clicking for click displayer + + Removed: Nothing + + Fixed: Nothing + + Note: FIRST VERSION ON DA NEEEW DOMAIN + + onto wallpaper engine :D + + v37 + Added: Better Language + Porcupines + Hippos + Buy Option - Clicks for E V E R Y T H I N G* + *exept Lemonds + L. Trees (Upgrades) + into local.storage almost 20 new animals (I HOPE) + Hidden Prestige multiplier (¯\_(ツ)_/¯) + 'Coming soon...' to Upgrade menu + + Removed: Nothing + + Fixed: !!!!BRAND_NEW_SHOP_USER_INteRFACE!!!! + Shop I fixed shop (hapines) + - Shop.pain + -wanna cry + + Note: Make the game harder (To eazy) + Main.js - 274 lines + Shop.js - 631 lines + + + v36 + Added: Better Czech version + Buy Option - Clicks for Cats + + Fixed: BRB now still + + v35 + Added: Platapuses + Better Ui + Now Czech Version + + Fixed: Items not loading propebly + + + v34 + Added: New Button to Upgrades menu + Shop UI + + Fixed: Finally fixed NaN, Undefined, Null error + + v33 + Added: New UI for shop + + v32 /* 18.4. 2023 */ + Added: max value shop for wolfs, whales, hamsters, capybaras + icons for said animals + new interface for BRB clicking + + Removed: scrolling in BRB clicking + + Fixed: button to get to the shop was updated + + v31 + undefined and NaN fix for adding new animals \ No newline at end of file diff --git a/Version - 39/css/brb.css b/Version - 39/css/brb.css new file mode 100644 index 0000000..53bc287 --- /dev/null +++ b/Version - 39/css/brb.css @@ -0,0 +1,150 @@ +@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap'); +body { + user-select: none; + padding: 0; + margin: 0; + background-color: #fff; + box-sizing: border-box; +} +#LANGMISS{ + position: absolute; + width: 100%; + height: 100%; + text-align: center; + z-index: 20; + visibility: hidden; +} +#tycoon{ + position: absolute; + width: 100%; + height: 200px; + background: radial-gradient(125% 100% at 50% 0%,#9aff9a 20%,#fff 70%); + font-size: 15pt; +} +#logclick{ + position: absolute; + width: 100%; + top: 40px; + left: 50%; + text-align: center; + transform: translate(-50%,0); + font-size: 15pt; +} +#disclick{ + position: absolute; + width: 100%; +} + +/*BRB*/ +#unpressed{ + position: absolute; + width: 300px; + height: 300px; + border-radius: 150px; +} +#pressed{ + position: absolute; + width: 300px; + height: 300px; + visibility: hidden; + border-radius: 150px; +} +#button{ + user-select: none; + position: absolute; + top: 50%; + left: 50%; + margin: -150px 0 0 -150px; + border-radius: 150px; +} +/* Other BTNS */ +.Yt{ + position: absolute; + bottom: 0px; + margin: 0.5rem; + left: 0; +} + +.menu-container{ + position: absolute; + top: 30px; + left: 50%; + transform: translate(-50%, -50%); + width: 300px; + display: flex; + align-items: center; + justify-content: center; + font-family: 'Poppins'; +} +.button{ + position: relative; + background: #1b1b1b; + color: #fff; + font-size: 20px; + padding: 8px 20px; + width: 150px;/* 100% */ + line-height: 30px; + display: flex; + align-items: center; + justify-content: space-between; + border-radius: 25px; + cursor: pointer; + transition: width .4s; +} +.button.expand{ + width: 100%; +} +.fas.expand:before{ + content: '\f00d'; +} +ul{ + list-style: none; + position: absolute; + top: 65px; + display: block; + background: #1b1b1b; + width: 100%; + text-align: center; + border-radius: 5px; + display: none; + box-shadow: 0 3px 6px rgba(0,0,0,.3); + padding-inline-start: 0px; +} +ul:before{ + position: absolute; + content: ''; + width: 20px; + height: 20px; + background: #1b1b1b; + top: -10px; + right: 15px; + transform: rotate(45deg); + z-index: -1; +} +ul li{ + line-height: 35px; + padding: 8px 20px; + cursor: pointer; + border-bottom: 1px solid rgba(255,255,255,.1); +} +ul li:hover:first-child{ + border-radius: 5px 5px 0 0; +} +ul li:hover:last-child{ + border-radius: 0 0 5px 5px; +} +ul li:hover{ + box-shadow: inset 0 0 5px #33ff33, + inset 0 0 10px #66ff66; +} +ul li:last-child{ + border-bottom: none; +} +ul li a{ + color: #fff; + font-size: 18px; + text-decoration: none; +} +ul li:hover a{ + color: #44dd44; +} \ No newline at end of file diff --git a/Version - 39/css/shop.css b/Version - 39/css/shop.css new file mode 100644 index 0000000..4aaa972 --- /dev/null +++ b/Version - 39/css/shop.css @@ -0,0 +1,248 @@ +*{ + margin: 0; + padding: 0; + user-select: none; + box-sizing: border-box; + scroll-behavior: smooth; +} + +body { + font-size: 15pt; + /*background: linear-gradient(#009000, black);*/ + background-color: #ccc; +} + +/* Clisks */ +.joe{ + position: fixed; + z-index: 1; + display: flex; + justify-content: center; + align-items: center; + height: 200px; + width: 100%; + margin: 0; + top: 0; + border-radius: 0 0 90px 90px; + background: linear-gradient(#11ABFF, #ccccccab); + +} +#logclick{ + position: relative; + background-color: papayawhip; + display: flex; + align-items: center; + justify-content: center; + gap: 5ch; + margin: 0 5vw 0 5vw; + padding: 1rem; + border: 5px dashed blue; + border-radius: 1rem; + z-index: 69; + width: auto; + top: 30px; + height: 85px; + filter: drop-shadow(10px 8px 6px #333); +} + +#imgcli{ + width: 50px; + height: 50px; + margin: 0.1rem; + width: 100px; + aspect-ratio: 1/1; + margin: 0.5rem; + object-fit: contain; + pointer-events: none +} + +.backtop{ + height: 230px; + max-width: auto; + margin: 0 1.5vw 0 1.5vw; + border-radius: 0 0 90px 90px; + background: linear-gradient(#11ABFF, #ccccccab); + /*border: red solid 5px;*/ +} + +.main{ + display: flex; + flex-wrap: wrap; + justify-content: center; +} + + +/* By MrEidam */ +.item{ + background-color: papayawhip/*var(--color)*/; + /*border: 2px solid #333;*/ + border: none; + top: 5px; + margin: 2rem 3vw 2rem 3vw; + padding: 1rem; + border-radius: 6.9px; + display: flex; + flex-direction: column; + justify-content: space-evenly; + align-items: center; + width: 500px; + height: 340px; + filter: drop-shadow(0px 20px 14px #444); +} + +.item img{ + width: 100px; + aspect-ratio: 1/1; + margin: 0.5rem; + object-fit: contain; + + filter: drop-shadow(10px 8px 6px #333); + pointer-events: none +} +.buttons{ + display: flex; + justify-content: space-around; +} +/* By MrEidam */ +.buttons button{ + background-color: var(--Bcolor); + border-radius: 8px; + margin: 1rem; +} + +.buyone{ + width: 200px; + height: 50px; +} + +.buymax{ + width: 50px; + height: 50px; +} + +main{ + position: relative; +} + + +/* By MrEidam */ + +.clickbtn{ + display: flex; + justify-content: space-around; +} +.clickbtn button{ + background-color: var(--Bcolor); + border-radius: 8px; + margin: 0 1rem 0.5rem 1rem; +} + +.row{ + display: flex; + flex-direction: row; + justify-content: center; +} +button{ + border: none; + filter: drop-shadow(8px 6px 4px #555); +} + + + + +@media only screen and (max-width: 800px){ + .row{ + flex-direction: column; + justify-content: center; + } + .item{ + width: auto; + margin: 2rem 10vw 2rem 10vw; + } +} + + +.menu-container{ + position: fixed; + top: 50px; + left: 50%; + transform: translate(-50%, -50%); + width: 300px; + display: flex; + align-items: center; + justify-content: center; + font-family: 'Poppins'; + z-index: 500; +} +.button{ + position: relative; + background: #1b1b1b; + color: #fff; + font-size: 20px; + padding: 8px 20px; + width: 150px;/* 100% */ + line-height: 30px; + display: flex; + align-items: center; + justify-content: space-between; + border-radius: 25px; + cursor: pointer; + transition: width .4s; +} +.button.expand{ + width: 100%; +} +.fas.expand:before{ + content: '\f00d'; +} +ul{ + list-style: none; + position: absolute; + top: 65px; + display: block; + background: #1b1b1b; + width: 100%; + text-align: center; + border-radius: 5px; + display: none; + box-shadow: 0 3px 6px rgba(0,0,0,.3); + padding-inline-start: 0px; +} +ul:before{ + position: absolute; + content: ''; + width: 20px; + height: 20px; + background: #1b1b1b; + top: -10px; + right: 15px; + transform: rotate(45deg); + z-index: -1; +} +ul li{ + line-height: 35px; + padding: 8px 20px; + cursor: pointer; + border-bottom: 1px solid rgba(255,255,255,.1); +} +ul li:hover:first-child{ + border-radius: 5px 5px 0 0; +} +ul li:hover:last-child{ + border-radius: 0 0 5px 5px; +} +ul li:hover{ + box-shadow: inset 0 0 5px #33ff33, + inset 0 0 10px #66ff66; +} +ul li:last-child{ + border-bottom: none; +} +ul li a{ + color: #fff; + font-size: 18px; + text-decoration: none; +} +ul li:hover a{ + color: #44dd44; +} \ No newline at end of file diff --git a/Version - 39/css/upgr.css b/Version - 39/css/upgr.css new file mode 100644 index 0000000..0ae23ce --- /dev/null +++ b/Version - 39/css/upgr.css @@ -0,0 +1,54 @@ +*{ + margin: 0; + padding: 0; + user-select: none; + box-sizing: border-box; + scroll-behavior: smooth; +} + +body { + font-size: 15pt; + /*background: linear-gradient(#009000, black);*/ + background-color: #ccc; +} + +#links{ + position: relative; + width: 100%; + margin: 1rem auto; + padding: 10px; + display: flex; + justify-content: space-around; +} +.link { + position: relative; + text-align: center; + background-color: var(--color); + width: 200px; + height: 50px; + margin: 1rem auto; + padding: 10px; + border: 3.69px solid #333333; + border-radius: 69px; +} +/* By MrEidam */ + +/* Clisks */ +#loglm{ + background-color: papayawhip; + display: flex; + align-items: center; + justify-content: center; + gap: 5ch; + margin: 0 5vw 0 5vw; + padding: 1rem; + border: 5px dashed #effd5f66; + border-radius: 1rem; +} + +#imglm{ + width: 40px; + height: 40px; + margin: 0.1rem; +} +/* By MrEidam */ \ No newline at end of file diff --git a/Version - 39/img/Cat.png b/Version - 39/img/Cat.png new file mode 100644 index 0000000..fe09efd Binary files /dev/null and b/Version - 39/img/Cat.png differ diff --git a/Version - 39/img/Click.png b/Version - 39/img/Click.png new file mode 100644 index 0000000..65d2191 Binary files /dev/null and b/Version - 39/img/Click.png differ diff --git a/Version - 39/img/Dog.png b/Version - 39/img/Dog.png new file mode 100644 index 0000000..ceb9d9e Binary files /dev/null and b/Version - 39/img/Dog.png differ diff --git a/Version - 39/img/Fox.png b/Version - 39/img/Fox.png new file mode 100644 index 0000000..0fc5dee Binary files /dev/null and b/Version - 39/img/Fox.png differ diff --git a/Version - 39/img/Hamsta.png b/Version - 39/img/Hamsta.png new file mode 100644 index 0000000..e2172d1 Binary files /dev/null and b/Version - 39/img/Hamsta.png differ diff --git a/Version - 39/img/Lemons.png b/Version - 39/img/Lemons.png new file mode 100644 index 0000000..2339cf4 Binary files /dev/null and b/Version - 39/img/Lemons.png differ diff --git a/Version - 39/img/Lemt3.png b/Version - 39/img/Lemt3.png new file mode 100644 index 0000000..901fe29 Binary files /dev/null and b/Version - 39/img/Lemt3.png differ diff --git a/Version - 39/img/Porcupine.png b/Version - 39/img/Porcupine.png new file mode 100644 index 0000000..3dc2007 Binary files /dev/null and b/Version - 39/img/Porcupine.png differ diff --git a/Version - 39/img/Wolf.png b/Version - 39/img/Wolf.png new file mode 100644 index 0000000..ec30657 Binary files /dev/null and b/Version - 39/img/Wolf.png differ diff --git a/Version - 39/img/YT.png b/Version - 39/img/YT.png new file mode 100644 index 0000000..dc7bcad Binary files /dev/null and b/Version - 39/img/YT.png differ diff --git a/Version - 39/img/brb-pressed.png b/Version - 39/img/brb-pressed.png new file mode 100644 index 0000000..71f01ab Binary files /dev/null and b/Version - 39/img/brb-pressed.png differ diff --git a/Version - 39/img/brb-still.png b/Version - 39/img/brb-still.png new file mode 100644 index 0000000..ad1141d Binary files /dev/null and b/Version - 39/img/brb-still.png differ diff --git a/Version - 39/img/capy.png b/Version - 39/img/capy.png new file mode 100644 index 0000000..84c3532 Binary files /dev/null and b/Version - 39/img/capy.png differ diff --git a/Version - 39/img/capybara.svg b/Version - 39/img/capybara.svg new file mode 100644 index 0000000..5f6a283 --- /dev/null +++ b/Version - 39/img/capybara.svg @@ -0,0 +1,38 @@ + + + \ No newline at end of file diff --git a/Version - 39/img/cat-body.svg b/Version - 39/img/cat-body.svg new file mode 100644 index 0000000..abce513 --- /dev/null +++ b/Version - 39/img/cat-body.svg @@ -0,0 +1,52 @@ + \ No newline at end of file diff --git a/Version - 39/img/cat-head.svg b/Version - 39/img/cat-head.svg new file mode 100644 index 0000000..8591d06 --- /dev/null +++ b/Version - 39/img/cat-head.svg @@ -0,0 +1,26 @@ + \ No newline at end of file diff --git a/Version - 39/img/cheetah.svg b/Version - 39/img/cheetah.svg new file mode 100644 index 0000000..ec5c2eb --- /dev/null +++ b/Version - 39/img/cheetah.svg @@ -0,0 +1,506 @@ + + + diff --git a/Version - 39/img/click-click.png b/Version - 39/img/click-click.png new file mode 100644 index 0000000..e452774 Binary files /dev/null and b/Version - 39/img/click-click.png differ diff --git a/Version - 39/img/click-click.svg b/Version - 39/img/click-click.svg new file mode 100644 index 0000000..6b91a3a --- /dev/null +++ b/Version - 39/img/click-click.svg @@ -0,0 +1,30 @@ + + + diff --git a/Version - 39/img/click-rest.png b/Version - 39/img/click-rest.png new file mode 100644 index 0000000..993e828 Binary files /dev/null and b/Version - 39/img/click-rest.png differ diff --git a/Version - 39/img/click-rest.svg b/Version - 39/img/click-rest.svg new file mode 100644 index 0000000..0521add --- /dev/null +++ b/Version - 39/img/click-rest.svg @@ -0,0 +1,26 @@ + + + diff --git a/Version - 39/img/dog.svg b/Version - 39/img/dog.svg new file mode 100644 index 0000000..51c2b4f --- /dev/null +++ b/Version - 39/img/dog.svg @@ -0,0 +1,23 @@ + \ No newline at end of file diff --git a/Version - 39/img/fg-cz.png b/Version - 39/img/fg-cz.png new file mode 100644 index 0000000..2d58661 Binary files /dev/null and b/Version - 39/img/fg-cz.png differ diff --git a/Version - 39/img/fg-uk.png b/Version - 39/img/fg-uk.png new file mode 100644 index 0000000..35ec8f1 Binary files /dev/null and b/Version - 39/img/fg-uk.png differ diff --git a/Version - 39/img/fox.svg b/Version - 39/img/fox.svg new file mode 100644 index 0000000..13704a4 --- /dev/null +++ b/Version - 39/img/fox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Version - 39/img/girafe.svg b/Version - 39/img/girafe.svg new file mode 100644 index 0000000..82a0d8a --- /dev/null +++ b/Version - 39/img/girafe.svg @@ -0,0 +1,104 @@ + + + diff --git a/Version - 39/img/hamster.svg b/Version - 39/img/hamster.svg new file mode 100644 index 0000000..9e33099 --- /dev/null +++ b/Version - 39/img/hamster.svg @@ -0,0 +1,24 @@ + \ No newline at end of file diff --git a/Version - 39/img/hippopotamus.png b/Version - 39/img/hippopotamus.png new file mode 100644 index 0000000..2df7046 Binary files /dev/null and b/Version - 39/img/hippopotamus.png differ diff --git a/Version - 39/img/icons8-clicked.png b/Version - 39/img/icons8-clicked.png new file mode 100644 index 0000000..8a4b40f Binary files /dev/null and b/Version - 39/img/icons8-clicked.png differ diff --git a/Version - 39/img/icons8-rest.svg b/Version - 39/img/icons8-rest.svg new file mode 100644 index 0000000..6d7d9a9 --- /dev/null +++ b/Version - 39/img/icons8-rest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Version - 39/img/lemon-tree.svg b/Version - 39/img/lemon-tree.svg new file mode 100644 index 0000000..15e28da --- /dev/null +++ b/Version - 39/img/lemon-tree.svg @@ -0,0 +1,58 @@ + + + diff --git a/Version - 39/img/lemon.svg b/Version - 39/img/lemon.svg new file mode 100644 index 0000000..e6dafd4 --- /dev/null +++ b/Version - 39/img/lemon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Version - 39/img/platapus.png b/Version - 39/img/platapus.png new file mode 100644 index 0000000..928bbc4 Binary files /dev/null and b/Version - 39/img/platapus.png differ diff --git a/Version - 39/img/python.svg b/Version - 39/img/python.svg new file mode 100644 index 0000000..141be08 --- /dev/null +++ b/Version - 39/img/python.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Version - 39/img/shop.png b/Version - 39/img/shop.png new file mode 100644 index 0000000..7dadb79 Binary files /dev/null and b/Version - 39/img/shop.png differ diff --git a/Version - 39/img/snake.svg b/Version - 39/img/snake.svg new file mode 100644 index 0000000..1753178 --- /dev/null +++ b/Version - 39/img/snake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Version - 39/img/upgrade-icon-png-12.jpg b/Version - 39/img/upgrade-icon-png-12.jpg new file mode 100644 index 0000000..4306888 Binary files /dev/null and b/Version - 39/img/upgrade-icon-png-12.jpg differ diff --git a/Version - 39/img/wha.png b/Version - 39/img/wha.png new file mode 100644 index 0000000..b9b3ada Binary files /dev/null and b/Version - 39/img/wha.png differ diff --git a/Version - 39/img/whale.svg b/Version - 39/img/whale.svg new file mode 100644 index 0000000..5d76311 --- /dev/null +++ b/Version - 39/img/whale.svg @@ -0,0 +1,141 @@ + + + + diff --git a/Version - 39/img/wolf.svg b/Version - 39/img/wolf.svg new file mode 100644 index 0000000..af40205 --- /dev/null +++ b/Version - 39/img/wolf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Version - 39/index.html b/Version - 39/index.html new file mode 100644 index 0000000..7b478be --- /dev/null +++ b/Version - 39/index.html @@ -0,0 +1,78 @@ + + +
+ + + + + ++
+
+
+
+
+
+ + Go to BRB! +
++ Go back to Shop! +
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+