<center></center> | <center>[**previous dev-log**](https://steempeak.com/gamedev/@stuffbyspencer/tweet-dungeon-dev-log-3)</center> | <center>~~next dev-log~~</center> | |-|-| # The Dungeons Of [**Tweet_Dungeon**](https://twitter.com/Tweet_Dungeon) > *Can't have a **dungeon**-crawler without **dungeons**! Today we'll look at how the dungeons in [**Tweet_Dungeon**](https://twitter.com/Tweet_Dungeon) take form, and what you can expect to encounter while traversing these dangerous-depths!* <center></center> ### Making Fun Dungeons In [**yesterday's dev-log**](https://steempeak.com/gamedev/@stuffbyspencer/tweet-dungeon-dev-log-3), I talked about the tools we're using to help build **Tweet_Dungeon**. In it, I showed-off the "**Cavern Crafter**" app I made to help speed up the process of making rooms (*or as they're referred to in **Tweet_Dungeon** terms: **caverns***). <center></center> Due to the way the game is played (*turns taking 20 minutes to resolve*), it's important that each cavern you enter is fun & filled with interesting stuff. That's why I decided to skip "total-random-generation", and instead opt for more of a "semi-random" method. Me & my project-partner, [**ROLLINKUNZ**](https://twitter.com/ROLLINKUNZ) use the **Cavern Crafter** to design a bunch of caverns, then my code takes care of the rest. This gives us a little more control over what you'll encounter, ensuring fun & fair gameplay. ### Making Dungeons. Fun? The first version of this code actually just generated a bunch of totally random sized "pockets" and placed them randomly all over a map: <center></center> Each of these "pockets" of open, walkable space, were added to a list. I then iterated over that list, adding connection hallways between room to room: <center></center> This worked well enough, but was a bit too linear. Plus, we decided on implementing a `MAP` command, where players could request to see an overview of the entire dungeon that they've explored so far. The `MAP` command would return an emoji-based map, like the following: <center></center> Because of this feature, we would have to ensure that each room / cavern in the dungeon is aligned to a grid. Thus, the new dungeon-generation method was born! ### Making Fun, Dungeons? Well... of course, it wasn't without a few bumps & bruises along the way... Glitches are, in every game-dev project, to be expected: <center></center> But this got remedied and thankfully dungeons now look pretty. Here's a bit of a step-by-step in how this all goes down: | <center>PREVIEW</center> | <center>EXPLANATION</center> | |-|-| | <center></center> | <center>First, we create a grid based on how many caverns wide & how many caverns tall we want our dungeon to be, multiplied by the size of each cavern</center> | | <center></center> | <center>Then, we randomly choose caverns from our "cavern stack" (*which is just an array of caverns that we've created by hand*) and place them into these empty grid slots. **BUT!** That doesn't look so good, we should add hallways connecting the rooms together!</center> | | <center></center> | <center>So, we add a 1-tile sized buffer between all rooms, this will be the hallway. Then, we need our code to find where we placed our "hallway entry points" (*the little 1-tile sized holes in the wall*) for each cavern (*in this example, they all match up & are aligned, but that's not always the case*)</center> | | <center></center> | <center>We then add these entry points to one of four lists: *Top points, Right points, Bottom points, Left points*, depending on where they're located. We loop through the "Right points" list, connecting each point to their neighbor in the "Left points" list.</center> | | <center></center> | <center>Apply the same loop from the above step, but do so for the "Top points" list & the "Bottom points" list. **Now you've got connected caverns!**</center> | | <center></center> | <center></center> | ### Making Dungeons Fun! Now that we got a stack of caverns to randomly place throughout the dungeon, as well as hallways that connect to various points, our dungeon system is ready for prime-time fun, and it looks great as well! <center></center> And there you have it, semi-random, grid-based, cute little emoji dungeons that you can keep exploring until the inevitable heat-death of the universe! **Enjoy!** <center></center> <center></center> ### **What Is Tweet_Dungeon? πΆπ** > **Tweet_Dungeon** is a Twitter-based dungeon-crawling roguelike game, where the entire game (*moves, attacking, looting, exploring, etc.*) takes places entirely on Twitter. Players vote on what the little adventurer will do using Twitter polls. Turns are 20 minutes long, and updates constantly all day long. > *** > Follow along with my progress where each day I'll post a short dev log showcasing the latest stages of the gameplay. Will I be able to make the deadline of Thanksgiving (*November 28th, 2019*)? **Only the game-dev-gods can tell...** # <center>***`T-4 DAYS...`***</center> | <center>[**π Follow Tweet_Dungeon On Twitter To Play When The Game Launches! π**](https://twitter.com/Tweet_Dungeon)</center> | |-| | <center>[**previous dev-log**](https://steempeak.com/gamedev/@stuffbyspencer/tweet-dungeon-dev-log-3)</center> | <center>~~next dev-log~~</center> | |-|-| <center></center> <center>[](https://steempeak.com/@stuffbyspencer)</center> | <center>twitter</center> | <center>instagram</center> | <center>main website</center> | <center>mystery attic</center> | |-|-|-|-| | <center>[](https://twitter.com/StuffBySpencer)</center> | <center>[](https://www.instagram.com/stuffbyspencer/)</center> | <center>[](https://www.stuffbyspencer.com/)</center> | <center>[](https://steempeak.com/@mysteryattic)</center> | <center>***take care! :^)***</center>
author | stuffbyspencer | ||||||
---|---|---|---|---|---|---|---|
permlink | tweet-dungeon-dev-log-4 | ||||||
category | gamedev | ||||||
json_metadata | "{"app":"steempeak/2.1.1","format":"markdown","description":"Tweet_Dungeon Dev-log #4: Time to hop into some dungeons and figure out how they're generated!","countdown":"2019-11-28T17:00:00.000Z","tags":["gamedev","gaming","indiegame","creativecoin","neoxian","palnet","games","programming","development","stem"],"users":["stuffbyspencer","mysteryattic"],"links":["/gamedev/@stuffbyspencer/tweet-dungeon-dev-log-3","https://twitter.com/Tweet_Dungeon","https://twitter.com/Tweet_Dungeon","/gamedev/@stuffbyspencer/tweet-dungeon-dev-log-3","https://twitter.com/ROLLINKUNZ","https://twitter.com/Tweet_Dungeon","/gamedev/@stuffbyspencer/tweet-dungeon-dev-log-3","/@stuffbyspencer","https://twitter.com/StuffBySpencer","https://www.instagram.com/stuffbyspencer/"],"image":["https://files.steempeak.com/file/steempeak/stuffbyspencer/FeJCjttw-zelda-banner-LARGE-colorpalette-n.png","https://files.steempeak.com/file/steempeak/stuffbyspencer/5gl4OUlI-divider.png","https://files.steempeak.com/file/steempeak/stuffbyspencer/9e2K7o7O-cavern-crafter-HI.gif","https://files.steempeak.com/file/steempeak/stuffbyspencer/jozKKmCw-dungeon-no-hallways.png","https://files.steempeak.com/file/steempeak/stuffbyspencer/h2kWYpX9-dungeon-random.png","https://files.steempeak.com/file/steempeak/stuffbyspencer/7UbaLONu-image.png","https://files.steempeak.com/file/steempeak/stuffbyspencer/z4CpNDC3-dungeon-glitched.png","https://files.steempeak.com/file/steempeak/stuffbyspencer/bU4H5VjE-dungeon-fixed-glitched.png","https://files.steempeak.com/file/steempeak/stuffbyspencer/INfs4Vao-dungeon-random-caverns.png","https://files.steempeak.com/file/steempeak/stuffbyspencer/nZFn5qyy-dungeon-hallway-purple-indicator-clean-caverns.png","https://files.steempeak.com/file/steempeak/stuffbyspencer/eXfthBjk-dungeon-hallway-horizontal-connections.png","https://files.steempeak.com/file/steempeak/stuffbyspencer/EHKrgOsl-dungeon-hallway-vertical-connections.png","https://files.steempeak.com/file/steempeak/stuffbyspencer/0HUpasU7-bunch-o-dungeons.gif","https://files.steempeak.com/file/steempeak/stuffbyspencer/L424Nxbt-new-banner.png","https://files.steempeak.com/file/steempeak/stuffbyspencer/J0uGpoaL-BlankBanner.png","https://files.steempeak.com/file/steempeak/stuffbyspencer/zUhMs4Ti-Twitter.png","https://files.steempeak.com/file/steempeak/stuffbyspencer/koHXKh0G-Instagram.png","https://files.steempeak.com/file/steempeak/stuffbyspencer/oUTcZxfV-StuffBySpencer.png","https://files.steempeak.com/file/steempeak/stuffbyspencer/9019gszR-MysteryAttic.png"]}" | ||||||
created | 2019-11-25 11:39:06 | ||||||
last_update | 2019-11-25 11:39:06 | ||||||
depth | 0 | ||||||
children | 6 | ||||||
last_payout | 2019-12-02 11:39:06 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 1.171 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 8,383 | ||||||
author_reputation | 13,003,870,677,623 | ||||||
root_title | "The Dungeons Of Tweet_Dungeon (πΆ Tweet_Dungeon dev log #4 π)" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 92,816,834 | ||||||
net_rshares | 9,526,004,809,314 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
wackou | 0 | 97,327,220,191 | 1.26% | ||
tombstone | 0 | 220,557,678,217 | 0.75% | ||
boombastic | 0 | 9,301,352 | 0.5% | ||
drifter1 | 0 | 648,826,761 | 4.2% | ||
mindstabber | 0 | 43,068,145 | 100% | ||
kevinwong | 0 | 3,114,426,851,102 | 35% | ||
eric-boucher | 0 | 7,853,721,226 | 2.1% | ||
anwenbaumeister | 0 | 184,741,758 | 4.2% | ||
mammasitta | 0 | 1,010,863,711 | 0.21% | ||
matt-a | 0 | 143,209,166,530 | 4% | ||
diana.catherine | 0 | 538,704,460 | 4.2% | ||
jesse5th | 0 | 55,690,760 | 50% | ||
arcange | 0 | 44,405,461,187 | 3% | ||
blueorgy | 0 | 10,896,756,216 | 3.15% | ||
raphaelle | 0 | 1,603,854,833 | 3% | ||
eztechwin | 0 | 579,285,522 | 2.1% | ||
pipokinha | 0 | 45,385,157,370 | 100% | ||
ninjace | 0 | 4,649,921,818 | 50% | ||
shaka | 0 | 91,445,179,905 | 1.25% | ||
velourex | 0 | 9,563,568,363 | 4.2% | ||
djennyfloro | 0 | 1,273,268,034 | 10% | ||
shadowspub | 0 | 73,184,099 | 0.13% | ||
charlie777pt | 0 | 11,480,138,189 | 15% | ||
alaqrab | 0 | 2,598,967,403 | 2.1% | ||
uwelang | 0 | 6,183,138,390 | 0.62% | ||
holoz0r | 0 | 1,566,682,595 | 0.42% | ||
seckorama | 0 | 355,271,193 | 0.5% | ||
dexter-k | 0 | 439,604,189 | 0.25% | ||
lk666 | 0 | 1,644,192,470 | 2.1% | ||
ansharphoto | 0 | 616,179,636 | 0.5% | ||
curie | 0 | 1,313,224,070,170 | 4.2% | ||
hendrikdegrote | 0 | 56,175,952,016 | 4.2% | ||
vact | 0 | 83,890,868,919 | 4.2% | ||
saleg25 | 0 | 1,621,969,238 | 4.2% | ||
darth-azrael | 0 | 50,897,771,612 | 25% | ||
shafay | 0 | 54,191,363 | 0.5% | ||
darth-cryptic | 0 | 5,040,446,520 | 25% | ||
gmedley | 0 | 819,720,467 | 2.1% | ||
azzurra92 | 0 | 34,063,479 | 0.5% | ||
turtle-trader | 0 | 458,573,867 | 0.5% | ||
archdruid | 0 | 25,673,976,399 | 100% | ||
elevator09 | 0 | 944,446,326 | 0.45% | ||
dr-boo | 0 | 394,825,933 | 100% | ||
alinabarbu | 0 | 7,153,573,338 | 20% | ||
damla | 0 | 2,483,784,504 | 5% | ||
mattuk | 0 | 249,734,580 | 0.5% | ||
sarasate | 0 | 464,057,393 | 0.5% | ||
frankk | 0 | 78,732,142,490 | 100% | ||
choogirl | 0 | 1,591,832,660 | 3% | ||
arnel | 0 | 602,163,359 | 2.1% | ||
melooo182 | 0 | 1,146,647,955 | 2.5% | ||
vannfrik | 0 | 65,899,000 | 0.07% | ||
iansart | 0 | 2,638,868,051 | 2.31% | ||
robi | 0 | 169,704,903 | 0.5% | ||
bargolis | 0 | 17,219,141 | 0.5% | ||
forykw | 0 | 4,350,202,441 | 2.1% | ||
ribalinux | 0 | 348,214,120 | 0.5% | ||
bitrocker2020 | 0 | 2,071,034,117 | 0.21% | ||
jiujitsu | 0 | 1,550,002,941 | 2.1% | ||
ecoinstant | 0 | 22,617,034,304 | 100% | ||
sustainablyyours | 0 | 95,436,264 | 0.25% | ||
overkillcoin | 0 | 0 | 100% | ||
zerotoone | 0 | 809,799,650 | 2.1% | ||
locikll | 0 | 3,659,827,270 | 8.4% | ||
idas4you | 0 | 194,195,745 | 0.5% | ||
mahdiyari | 0 | 9,052,824,566 | 4.2% | ||
aboutyourbiz | 0 | 825,122,629 | 4.2% | ||
techken | 0 | 0 | 0.05% | ||
cryptokrieg | 0 | 979,654,006 | 4.2% | ||
rival | 0 | 3,092,724,366 | 2% | ||
tensor | 0 | 767,534,252 | 2.1% | ||
gunthertopp | 0 | 9,244,000,968 | 0.25% | ||
tngflx | 0 | 1,235,627,374 | 1.26% | ||
ccoin | 0 | 1,298,129,346 | 0.5% | ||
allcapsonezero | 0 | 2,982,777,596 | 2.1% | ||
felt.buzz | 0 | 2,777,275,778 | 2.5% | ||
droida | 0 | 5,204,617,139 | 100% | ||
neumannsalva | 0 | 969,069,104 | 2.1% | ||
stayoutoftherz | 0 | 15,996,502,487 | 1.26% | ||
pixelfan | 0 | 6,059,724,664 | 1.05% | ||
twoitguys | 0 | 894,917,916 | 4.2% | ||
r3ap3r | 0 | 347,768,310 | 0.5% | ||
prapanth | 0 | 570,687,914 | 2.1% | ||
val.halla | 0 | 2,869,753,262 | 10% | ||
dipom98 | 0 | 833,884,466 | 2.1% | ||
kimzwarch | 0 | 10,243,114,424 | 5% | ||
massivevibration | 0 | 4,302,465,883 | 5% | ||
accelerator | 0 | 243,182,482,019 | 14.96% | ||
torico | 0 | 754,925,322 | 1.38% | ||
drax | 0 | 2,522,622,811 | 0.75% | ||
therealwolf | 0 | 67,697,208,480 | 0.5% | ||
minnowpowerup | 0 | 2,323,721,034 | 2.1% | ||
szabolcs | 0 | 132,660,653 | 0.5% | ||
sandeep126 | 0 | 21,470,990,679 | 2.1% | ||
infamousit | 0 | 4,131,100,291 | 25% | ||
johnquake | 0 | 22,407,068,421 | 2.1% | ||
upme | 0 | 568,710,191 | 0.5% | ||
rubia.michelle | 0 | 8,167,797,253 | 4.2% | ||
jlsplatts | 0 | 8,178,584,695 | 2% | ||
hannesl | 0 | 224,562,684 | 0.5% | ||
toocurious | 0 | 3,402,298,571 | 4.2% | ||
peaceandwar | 0 | 625,691,274 | 2.1% | ||
jesusj1 | 0 | 55,742,329 | 100% | ||
g10a | 0 | 577,608,656 | 2.24% | ||
steemph.manila | 0 | 665,760,582 | 5% | ||
postpromoter | 0 | 309,078,754,876 | 4.2% | ||
bluefinstudios | 0 | 559,411,286 | 1.26% | ||
dranren | 0 | 1,989,094,275 | 100% | ||
nicole-st | 0 | 1,074,089,530 | 2.1% | ||
jeffandhisguitar | 0 | 14,446,844,913 | 50% | ||
sagarthukral | 0 | 11,760,083 | 0.5% | ||
smartsteem | 0 | 147,273,152,565 | 0.5% | ||
drmake | 0 | 2,265,135,906 | 2.1% | ||
travoved | 0 | 26,297,860,179 | 15% | ||
pechichemena | 0 | 621,750,543 | 0.4% | ||
bestwhale | 0 | 30,279,306 | 50% | ||
ribbitingscience | 0 | 550,705,377 | 2.1% | ||
itchyfeetdonica | 0 | 4,268,799,690 | 0.84% | ||
bebeomega | 0 | 35,237,228 | 0.5% | ||
loler555 | 0 | 0 | 0.25% | ||
obvious | 0 | 2,312,023,175 | 1.25% | ||
zainejj | 0 | 0 | 0.5% | ||
smooms | 0 | 581,253,677 | 0.5% | ||
steembasicincome | 0 | 108,309,254,307 | 2.17% | ||
rombtc | 0 | 0 | 0.25% | ||
zipsardinia | 0 | 71,207,800 | 0.5% | ||
ledjo1991 | 0 | 47,140,214 | 50% | ||
bitcoinportugal | 0 | 578,299,195 | 50% | ||
stahlberg | 0 | 932,911,545 | 2.1% | ||
wig319 | 0 | 160,406,492 | 0.5% | ||
iamjadeline | 0 | 1,210,987,522 | 0.63% | ||
intrepidphotos | 0 | 104,541,971,631 | 5% | ||
spiritualmax | 0 | 543,585,875 | 0.5% | ||
mattiarinaldoni | 0 | 0 | 1% | ||
hijosdelhombre | 0 | 1,706,468,706 | 2.1% | ||
mmmmkkkk311 | 0 | -28,107,540,422 | -0.55% | ||
bengy | 0 | 688,954,380 | 0.74% | ||
smartmarket | 0 | 2,211,293,085 | 0.5% | ||
smjn | 0 | 581,453,861,299 | 100% | ||
aakom | 0 | 21,997,087,768 | 100% | ||
errajesh | 0 | 127,089,007 | 0.5% | ||
neneandy | 0 | 4,755,918,109 | 4.2% | ||
marc-allaria | 0 | 6,328,771,298 | 20% | ||
josalarcon2 | 0 | 573,181,295 | 4.2% | ||
ideas-abstractas | 0 | 666,387,746 | 4.2% | ||
nedy | 0 | 275,933,025 | 0.5% | ||
nwjordan | 0 | 593,875,095 | 4.2% | ||
oghie | 0 | 972,644,964 | 50% | ||
madefrance | 0 | 1,192,217,810 | 2.1% | ||
atomcollector | 0 | 3,670,012,017 | 25% | ||
sargewhale | 0 | 8,124,970,357 | 4.2% | ||
alexandersteemit | 0 | 144,925,697 | 0.5% | ||
layra | 0 | 531,922,485 | 0.5% | ||
tajstar | 0 | 74,723,943 | 100% | ||
giovaabbatichio | 0 | 572,551,989 | 4.2% | ||
zipporah | 0 | 1,362,105,051 | 0.84% | ||
cryptofuwealth | 0 | 163,812,689 | 11% | ||
notagenius | 0 | 1,497,339,114 | 100% | ||
flash4yard | 0 | 151,179,641 | 100% | ||
positiveninja | 0 | 569,914,613 | 2.1% | ||
lordjames | 0 | 3,585,538,984 | 2.1% | ||
bscrypto | 0 | 3,176,552,071 | 2.1% | ||
evepontes | 0 | 7,930,799,988 | 4.2% | ||
movingman | 0 | 2,291,791,062 | 5% | ||
paypalbis | 0 | 8,384,653,097 | 4.2% | ||
rodrigocassio | 0 | 8,250,490,507 | 4.2% | ||
silviomangum29 | 0 | 8,252,904,508 | 4.2% | ||
peter-ella | 0 | 1,748,922,202 | 70% | ||
comidinhas | 0 | 7,496,842,592 | 4.2% | ||
viagens | 0 | 8,234,982,423 | 4.2% | ||
vittoriozuccala | 0 | 732,160,781 | 2.1% | ||
juli1 | 0 | 594,614,983 | 74% | ||
qberry | 0 | 2,155,307,142 | 2.1% | ||
ezravandi | 0 | 26,179,980,457 | 93.5% | ||
ajanphoto | 0 | 53,883,279 | 0.5% | ||
rambutan.art | 0 | 1,075,210,525 | 4.2% | ||
markko | 0 | 79,095,727 | 100% | ||
therising | 0 | 1,075,403,416,648 | 1.25% | ||
quochuy | 0 | 38,985,318,913 | 10.01% | ||
dearw | 0 | 1,831,512,402 | 2.1% | ||
camuel | 0 | 14,874,056,978 | 20% | ||
saboin | 0 | 7,584,261,065 | 1.85% | ||
realblockchain | 0 | 4,677,472,764 | 20% | ||
indigoocean | 0 | 3,709,223,405 | 2.1% | ||
primersion | 0 | 82,985,406,381 | 50% | ||
davidjhope | 0 | 542,412,310 | 100% | ||
musicvoter | 0 | 10,464,468,105 | 2% | ||
nickyhavey | 0 | 3,394,895,864 | 1.68% | ||
pladozero | 0 | 40,803,450,173 | 10% | ||
minerthreat | 0 | 1,499,397,768 | 0.5% | ||
anomalogy | 0 | 550,067,633 | 3.15% | ||
nateaguila | 0 | 169,773,380,755 | 8% | ||
steemjet | 0 | 15,467,318,798 | 2.1% | ||
mikemoi | 0 | 330,927,035 | 0.5% | ||
qanon1111 | 0 | 621,604,121 | 100% | ||
trisolaran | 0 | 948,256,337 | 2.1% | ||
alexworld | 0 | 1,690,913,621 | 50% | ||
frost1903 | 0 | 821,426 | 50% | ||
evanpetzer | 0 | 4,192,816,105 | 10% | ||
bretho | 0 | 1,236,513,388 | 95% | ||
stay4true | 0 | 0 | 0.5% | ||
justinmullet | 0 | 68,081,774 | 0.5% | ||
sky.nikolas20 | 0 | 33,851,027 | 0.5% | ||
schroders | 0 | 1,625,054,928 | 1.26% | ||
sagesigma | 0 | 503,265,797 | 1% | ||
melissaofficial | 0 | 1,534,046,511 | 4.2% | ||
juliocaraballo | 0 | 74,227,978 | 50% | ||
cheese4ead | 0 | 632,430,040 | 2.1% | ||
loreshapergames | 0 | 39,538,623,530 | 50% | ||
longer | 0 | 2,445,975,036 | 50% | ||
blewitt | 0 | 5,682,045,706 | 0.21% | ||
mentalhealthguru | 0 | 30,845,666 | 0.5% | ||
fl15 | 0 | 2,157,580,767 | 60% | ||
kafupraise | 0 | 277,665,691 | 34% | ||
kwilley | 0 | 3,540,772,602 | 50% | ||
mrnightmare89 | 0 | 0 | 0.05% | ||
ilovecryptopl | 0 | 635,950,846 | 3.36% | ||
yomismosoy | 0 | 1,383,013,243 | 50% | ||
bflanagin | 0 | 2,013,019,448 | 2.1% | ||
xmrking | 0 | 126,812,170 | 0.5% | ||
lillywilton | 0 | 922,552,104 | 20% | ||
acousticguitar | 0 | 4,007,394,396 | 50% | ||
jcbit | 0 | 4,928,699,549 | 0.5% | ||
goblinknackers | 0 | 55,307,108,330 | 3% | ||
wstanley226 | 0 | 120,422,435 | 50% | ||
gpcx86 | 0 | 0 | 1% | ||
anttn | 0 | 48,677,326,852 | 15% | ||
dronegraphica | 0 | 566,170,683 | 2.1% | ||
suasteguimichel | 0 | 66,369,789 | 50% | ||
yaelg | 0 | 2,570,451,783 | 5% | ||
kylealex | 0 | 5,210,359,157 | 10% | ||
c-squared | 0 | 17,596,295,043 | 5% | ||
abraham10 | 0 | 89,891,689 | 82% | ||
smartkid809 | 0 | 52,748,752 | 28% | ||
skorup87 | 0 | 13,348,803 | 11% | ||
drfk | 0 | 293,906,236 | 0.25% | ||
laissez-faire | 0 | 36,581,005 | 100% | ||
yashshah991 | 0 | 80,783,122 | 50% | ||
cultus-forex | 0 | 336,011,153 | 0.3% | ||
ecoinstats | 0 | 3,921,679,528 | 100% | ||
the.success.club | 0 | 1,747,323,829 | 2.1% | ||
chickenmeat | 0 | 788,961,558 | 2.1% | ||
macoolette | 0 | 10,038,527,600 | 1.26% | ||
javier.dejuan | 0 | 904,372,420 | 4.2% | ||
ecoinstar | 0 | 3,595,117,591 | 100% | ||
faithfullwills | 0 | 77,591,237 | 85% | ||
embot | 0 | 542,485,548 | 100% | ||
steemjetmedia | 0 | 1,681,817,570 | 0.5% | ||
esthersanchez | 0 | 793,985,930 | 40% | ||
tinabrezpike | 0 | 2,884,888,146 | 100% | ||
xenberg | 0 | 541,758,939 | 100% | ||
ecosaint | 0 | 4,498,800,908 | 100% | ||
new-steemit | 0 | 230,033,696 | 0.5% | ||
adalger | 0 | 1,524,433,767 | 0.63% | ||
cherryandberry | 0 | 0 | 5% | ||
incinboost | 0 | 3,322,482,241 | 11.5% | ||
sanjib000 | 0 | 64,368,669 | 99% | ||
hiddendragon | 0 | 591,565,223 | 1.47% | ||
xuhi | 0 | 69,695,724 | 50% | ||
jchappe | 0 | 38,250,933 | 50% | ||
anthive | 0 | 67,759,676 | 50% | ||
andiblok | 0 | 76,040,146 | 25% | ||
retrodroid | 0 | 2,835,057,922 | 25% | ||
supermegaship | 0 | 884,021,506 | 100% | ||
double-negative | 0 | 543,349,173 | 20% | ||
khan.dayyanz | 0 | 785,655,181 | 4.2% | ||
bluerobo | 0 | 36,585,730,126 | 100% | ||
ppss | 0 | 1,583,012,745 | 4.11% | ||
michaias | 0 | 2,093,368,024 | 75% | ||
pamahdoo | 0 | 147,533,588 | 50% | ||
samsemilia7 | 0 | 5,650,793,387 | 39% | ||
lestrange | 0 | 29,090,052,151 | 100% | ||
reedhhw | 0 | 35,304,079 | 50% | ||
steemtank | 0 | 525,632,285 | 0.5% | ||
steemehq | 0 | 30,249,005 | 25% | ||
wolfinator | 0 | 79,573,677 | 0.5% | ||
travisung | 0 | 11,844,240,570 | 2.1% | ||
loliver | 0 | 14,253,112,679 | 100% | ||
steemtelly | 0 | 2,347,801,496 | 10.01% | ||
hairgistix | 0 | 1,993,441,688 | 2.1% | ||
elizabethharvey | 0 | 51,081,479 | 0.5% | ||
goodcontentbot | 0 | 231,848,963 | 50% | ||
hanyseek | 0 | 75,802,758 | 50% | ||
cerd26 | 0 | 59,518,237 | 78% | ||
herculean | 0 | 173,296,999 | 50% | ||
pulleyhead | 0 | 950,864,173 | 4.2% | ||
peter-bot | 0 | 2,971,307,254 | 100% | ||
steemdapps | 0 | 445,986,351 | 0.5% | ||
cleiver | 0 | 71,070,561 | 50% | ||
thewhalehunter | 0 | 37,150,856 | 50% | ||
chrisluke | 0 | 364,062,780 | 26% | ||
kharma.scribbles | 0 | 0 | 0.06% | ||
aaronkroeblinger | 0 | 171,548,737 | 0.5% | ||
atomicannie | 0 | 48,170,329 | 18% | ||
sumotori | 0 | 1,741,891,297 | 75% | ||
jackramsey | 0 | 550,858,432 | 2.94% | ||
mrbarckhoff | 0 | 64,053,295 | 25% | ||
postplaygames | 0 | 168,318,618 | 100% | ||
brendanweinhold | 0 | 254,800,505 | 100% | ||
celine-robichaud | 0 | 72,857,370 | 50% | ||
begood2me | 0 | 638,143,571 | 2.1% | ||
epicdice | 0 | 15,433,691,690 | 1.26% | ||
bitcoingodmode | 0 | 546,713,503 | 10% | ||
thecryptohoarder | 0 | 7,814,897,959 | 20% | ||
thetechspot | 0 | 330,262,570 | 26% | ||
doggy5 | 0 | 67,109,842 | 100% | ||
robibasa | 0 | 1,046,191,313 | 10% | ||
slingshot | 0 | 35,413,238,407 | 60% | ||
waltermeth | 0 | 666,360,669 | 20% | ||
map10k | 0 | 36,396,953,320 | 10.97% | ||
mapxv | 0 | 114,424,000,449 | 12.71% | ||
poppie-schultz | 0 | 138,200,851 | 10% | ||
zeasar | 0 | 63,945,531 | 25% | ||
busbecq | 0 | 1,172,816,545 | 25% | ||
sbi-tokens | 0 | 0 | 0.7% | ||
mk-pal-token | 0 | 70,423,215 | 3.57% | ||
mk-stem-token | 0 | 366,620,118 | 10.5% | ||
maxuvv | 0 | 861,093,768 | 3% | ||
maxuva | 0 | 4,693,650,759 | 6% | ||
maxuvb | 0 | 4,693,092,780 | 6% | ||
maxuvc | 0 | 4,691,877,967 | 6% | ||
maxuvd | 0 | 4,691,589,877 | 6% | ||
maxuve | 0 | 34,072,562,922 | 7.2% | ||
arm27312 | 0 | 67,370,200 | 50% | ||
lass3 | 0 | 47,999,121 | 0.5% | ||
life.syndication | 0 | 72,219,285 | 20% | ||
dhanagc | 0 | 121,696,056 | 0.05% | ||
steem.consultant | 0 | 911,160,438 | 0.84% | ||
askari.ccc | 0 | 198,889,313 | 12.6% | ||
joshmania | 0 | 9,589,503,776 | 3.15% | ||
shaikmashud | 0 | 168,664,705 | 1% | ||
bilpcoinrecords | 0 | 1,520,808,766 | 2% | ||
thebilpcointrain | 0 | 78,994,469 | 1% | ||
bilpcoin.pay | 0 | 238,199,662 | 1% | ||
lusce | 0 | 8,405,045,376 | 10% | ||
steemlondon | 0 | 1,199,015,471 | 3% | ||
lettersfrommouse | 0 | 541,785,959 | 100% | ||
yourtop3 | 0 | 3,167,207,466 | 1.68% |
<div class="pull-left"> https://i.imgur.com/OExRVwP.png </div> Your post was upvoted by the @archdruid gaming curation team in partnership with @curie to support spreading the rewards to great content. Join the Archdruid Gaming Community at https://discord.gg/6yD2Emr. Good Game, Well Played!
author | archdruid |
---|---|
permlink | q1iz3o |
category | gamedev |
json_metadata | {"users":["archdruid","curie"],"image":["https://i.imgur.com/OExRVwP.png"],"links":["https://discord.gg/6yD2Emr"],"app":"steemit/0.1"} |
created | 2019-11-25 12:38:12 |
last_update | 2019-11-25 12:38:12 |
depth | 1 |
children | 1 |
last_payout | 2019-12-02 12:38:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 292 |
author_reputation | 662,521,596,261 |
root_title | "The Dungeons Of Tweet_Dungeon (πΆ Tweet_Dungeon dev log #4 π)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 92,818,107 |
net_rshares | 2,061,841,965 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stuffbyspencer | 0 | 2,061,841,965 | 50% |
Cheers! **:^)**
author | stuffbyspencer |
---|---|
permlink | re-archdruid-q1j28o |
category | gamedev |
json_metadata | {"tags":["gamedev"],"app":"steempeak/2.1.1"} |
created | 2019-11-25 13:46:03 |
last_update | 2019-11-25 13:46:03 |
depth | 2 |
children | 0 |
last_payout | 2019-12-02 13:46:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15 |
author_reputation | 13,003,870,677,623 |
root_title | "The Dungeons Of Tweet_Dungeon (πΆ Tweet_Dungeon dev log #4 π)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 92,819,656 |
net_rshares | 0 |
<div class="pull-left">https://cdn.steemitimages.com/DQmVHt1f2jqCViLk6dX2SZsajYRWBpmdQA7sQDEbuQBxFB3/c2100.png</div><br>This post was shared in the <a href="https://discord.gg/B8JFmJ4">Curation Collective Discord community</a> for curators, and upvoted and resteemed by the @c-squared community account.<br/> If you are a community leader and/or contest organizer, please <a href="https://discord.gg/B8JFmJ4">join the Discord</a> and let us know you if you would like to promote the posting of your community or contest.<br/>@c-squared runs a <a href="https://steemit.com/witness/@c-cubed/announcing-the-launch-of-the-new-c-squared-witness">community witness</a>. Please consider using one of your witness votes on us <a href="https://steemconnect.com/sign/account-witness-vote?witness=c-squared&approve=true">here</a>
author | c-squared |
---|---|
permlink | 20191125t152300663z |
category | gamedev |
json_metadata | {"tags":["c-squared"]} |
created | 2019-11-25 15:23:00 |
last_update | 2019-11-25 15:23:00 |
depth | 1 |
children | 1 |
last_payout | 2019-12-02 15:23:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.019 HBD |
curator_payout_value | 0.018 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 818 |
author_reputation | 8,872,520,093,091 |
root_title | "The Dungeons Of Tweet_Dungeon (πΆ Tweet_Dungeon dev log #4 π)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 92,822,080 |
net_rshares | 230,278,725,385 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stuffbyspencer | 0 | 2,079,513,974 | 50% | ||
sbi4 | 0 | 228,199,211,411 | 12.84% |
much appreciated :^)
author | stuffbyspencer |
---|---|
permlink | re-c-squared-q1jjr2 |
category | gamedev |
json_metadata | {"tags":["gamedev"],"app":"steempeak/2.1.1"} |
created | 2019-11-25 20:04:15 |
last_update | 2019-11-25 20:04:15 |
depth | 2 |
children | 0 |
last_payout | 2019-12-02 20:04:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 20 |
author_reputation | 13,003,870,677,623 |
root_title | "The Dungeons Of Tweet_Dungeon (πΆ Tweet_Dungeon dev log #4 π)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 92,829,057 |
net_rshares | 0 |
This post earned a total payout of 1.015$ and 0.763$ worth of author reward which was liquified using @likwid. [To learn more.](https://steemit.com/steem/@likwid/announcing-likwid-the-reward-liquifier)
author | likwid | ||||||
---|---|---|---|---|---|---|---|
permlink | likwid-comment-tweet-dungeon-dev-log-4 | ||||||
category | gamedev | ||||||
json_metadata | {"app":"likwid"} | ||||||
created | 2019-12-02 11:40:57 | ||||||
last_update | 2019-12-02 11:40:57 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2019-12-09 11:40:57 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 203 | ||||||
author_reputation | 36,087,507,440,149 | ||||||
root_title | "The Dungeons Of Tweet_Dungeon (πΆ Tweet_Dungeon dev log #4 π)" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 93,031,743 | ||||||
net_rshares | 177,033,609 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anomaly | 0 | 177,033,609 | 1% |
Congratulations @stuffbyspencer! You received a personal award! <table><tr><td>https://steemitimages.com/70x70/http://steemitboard.com/@stuffbyspencer/birthday2.png</td><td>Happy Birthday! - You are on the Steem blockchain for 2 years!</td></tr></table> <sub>_You can view [your badges on your Steem Board](https://steemitboard.com/@stuffbyspencer) and compare to others on the [Steem Ranking](https://steemitboard.com/ranking/index.php?name=stuffbyspencer)_</sub> ###### [Vote for @Steemitboard as a witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1) to get one more award and increased upvotes!
author | steemitboard |
---|---|
permlink | steemitboard-notify-stuffbyspencer-20191211t235154000z |
category | gamedev |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2019-12-11 23:51:54 |
last_update | 2019-12-11 23:51:54 |
depth | 1 |
children | 0 |
last_payout | 2019-12-18 23:51:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 644 |
author_reputation | 38,975,615,169,260 |
root_title | "The Dungeons Of Tweet_Dungeon (πΆ Tweet_Dungeon dev log #4 π)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 93,330,313 |
net_rshares | 3,466,457,777 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stuffbyspencer | 0 | 3,466,457,777 | 100% |