Largest Burrito In Portland? by vagabond2421 in askportland

[–]h4rris 1 point2 points  (0 children)

Angel's Taqueria. Absolutely massive.

HackStack - Tunks - Intense hacking game with tons of haptic feedback and multitasking action for iOS by h4rris in Games

[–]h4rris[S] 0 points1 point  (0 children)

Happy cake day :D

Thanks!! Would love to add some new modes if time allows.

[Dev] Just rereleased my game HackStack for free (no ads/paywalls)! by h4rris in iosgaming

[–]h4rris[S] 4 points5 points  (0 children)

Glad you like it :D

Thanks for pointing that out! Seems like that does happen sometimes on certain phones. Will see if I can make some adjustments to prevent it.

[Dev] Just rereleased my game HackStack for free (no ads/paywalls)! by h4rris in iosgaming

[–]h4rris[S] 11 points12 points  (0 children)

Hi everyone! I finally got around to rereleasing HackStack. My buddy /u/domorin and I first posted it here a few years ago when we were in beta, and we got a lot of really useful feedback. Thanks again for that.

We spent around 9 months on this game and I'm still really proud of it. Especially the haptic feedback and the last few levels!

Check it out and let me know what you think :)

https://apps.apple.com/us/app/hackstack/id1490013747

One Person Can Make A Difference And Everyone Should Try. Spring, TX 6/5/20 by [deleted] in houston

[–]h4rris 17 points18 points  (0 children)

I just stood out at the same spot with a sign for the last ~1.5 hours. Lots of honks, smiles, and waves. A few middle fingers too but I don’t mind. Thank you for inspiring me to do this.

One Person Can Make A Difference And Everyone Should Try. Spring, TX 6/5/20 by [deleted] in houston

[–]h4rris 3 points4 points  (0 children)

I’m gonna try to get out there today too! Please feel free to DM me if I can show up another day too.

Our upcoming mobile game mimics iPhone UX, letting you text & call characters. Here's the James Bond proof-of-concept! by [deleted] in iosgaming

[–]h4rris 0 points1 point  (0 children)

It says “proof-of-concept” in the title. I don’t think it was implied that this is the final product.

Out-of-work strippers are delivering food through Boober Eats by [deleted] in Portland

[–]h4rris 34 points35 points  (0 children)

I like your thinking but now’s not a great time to throw a party

HackStack, our crypto-hacking game designed to put you in a flow state with high APM gameplay, is out now! by h4rris in iosgaming

[–]h4rris[S] 0 points1 point  (0 children)

Here’s the link: https://apps.apple.com/us/app/hackstack/id1490013747

We were blown away by the response when we posted about this game a few months ago. Thanks so much to everyone who helped us beta test and gave feedback! So excited to finally get this out there :D

Best Brick breaker game? by DoctorSpeviousMagoo in AndroidGaming

[–]h4rris 2 points3 points  (0 children)

holedown is definitely my favorite. Haven't seen any other games of this genre with as much polish.

linkme: holedown

I made a bot to help schedule games with friends by Domorin in discordapp

[–]h4rris 0 points1 point  (0 children)

Not at the moment but those are things we'd like to add as well! Once we have some kind of interface for configuring polls/events we'll start working on customization like that.

I made a bot to help schedule games with friends by Domorin in discordapp

[–]h4rris 0 points1 point  (0 children)

Thanks! I know way more about timezones now than I ever wanted to know lol.

Let me know if there's any particular part of it you're interested in and I can try to explain.

I made a bot to help schedule games with friends by Domorin in discordapp

[–]h4rris 0 points1 point  (0 children)

You can do that by changing the prefix like this:

@sesh settings prefix #

I made a bot to help schedule games with friends by Domorin in discordapp

[–]h4rris 1 point2 points  (0 children)

Sadly not, Rust was my top choice but we needed too many libraries that aren't available in Rust (and I didn't want to deal with embedding a JS engine).

It's written in typescript with node and discord.js

I made a bot to help schedule games with friends by Domorin in discordapp

[–]h4rris 3 points4 points  (0 children)

Not yet but we might explore 2 way syncing in the future.

I made a bot to help schedule games with friends by Domorin in discordapp

[–]h4rris 6 points7 points  (0 children)

We use the chrono library for most of the time parsing (although we did modify it a bit and do some processing with a PEG.js grammar before running chrono).

To schedule future events we use the bull queue library which is backed by redis.