2022-02-03 13:41:45

Hi all,
Fair warning: I've only been working on this for a couple of days, so it might be buggy.

I give you Cards Against Humanity.

It has three playing modes:

* An endless single-player mode where you just entertain yourself for as long as you like.

* A local multiplayer mode where you add the names of all the players involved, then just pass the device around. Should be good for those social situations where you don't want to be stuck to a phone.

* Full multiplayer over the internet.

If anyone wants, I can upload an APK for Android (no iOS unfortunately), but I don't be offering source code.

Hope people enjoy, and please let me know through the feedback system in the app if you have any problems.

Many thanks go to our very own Granny Cheese Wheel, from whose sound packs I garnered some of the sounds I used.

** Technical Notes **

I've Used Flutter (obviously), but set it to automatically enable semantics, which is not the default. Audio is played through just_audio, and I've used protobuf for the communication.

-----
I have code on GitHub

2022-02-03 13:59:01

hehe, very cuty! a big like for it!

meet the eternal legend, accessibility group for games and applications in Brazil. main group to bring accessible games to the blind.
official website    
our discord server
youtube channel

2022-02-03 14:18:03

That's nice, will give it a try.

Kind regards!

Add me on battle.net and let's have fun, region is Europe, my BattleTag is: Hajjar#21470
By reading my post, you agree to my terms and conditions :P

2022-02-03 14:43:48

i will want the apk, chris.  thanks for the fun game, i played a little with azure, the alternatives to the questions are pretty funny!

once upon a time, a beautiful little girl who wore a beautiful red hood.  while she was passing through a forest, she was killed by Captain America.  The end...

2022-02-03 17:27:52

@1, mind discussing some more technical details over private if you prefer so? I don't want your source code, I am just interested in Flutter as this framework is interesting from many points of view, not only the fact of its extreme portability and consideramly small foodprint.
BTW, why there's no Windows build? Are some dependencies not working with Windows?

If you want to contact me, do not use the forum PM. I respond once a year or two, when I need to write a PM myself. I apologize for the inconvenience.
Telegram: Nuno69a
E-Mail: nuno69a (at) gmail (dot) com

2022-02-03 17:45:37

@4
I should really upload it to the play store, since I don't really like the idea of sending out APKs, since you have no real way of knowing what's inside them.

For now though, here's an Itch.

-----
I have code on GitHub

2022-02-04 08:13:46

sad i cant play this because windows? how unusule! and i love cards against

2022-02-04 13:27:00 (edited by dash 2022-02-04 13:27:29)

@7. You can play it on Windows but in the web browser.
I will check it, because i love carts against humanity big_smile.

Mao!
--
TD programs website available under new address.
https://tdprograms.ovh/

2022-02-05 00:56:07

I can play in the web brouser but I'd also like a windows build.
I want to play this game offline while on vacation or when working at my other remote location where I have a few portable games to play.

2022-02-05 16:51:40

@1 can i put your game on my play list for  android accessible

meet the eternal legend, accessibility group for games and applications in Brazil. main group to bring accessible games to the blind.
official website    
our discord server
youtube channel

2022-02-05 17:17:21

how to play this game anyway? what is cards against humanity? this thing is a bit confusing.

2022-02-05 20:55:51

I'm pretty sure Play Protect scans APKs by default.

Facts with Tom MacDonald, Adam Calhoun, and Dax
End racism
End division
Become united

2022-02-07 18:30:51

@11, It's the same as in RSGames. Someone flips a card, you're given cards, and you have to play a card that you think best fits the question. Then, one player goes through the cards and picks the one they like the best.

If you wish to contact me privately, you can do so in the following ways.
Telegram, Rich_Beardsley. Discord, RichBeardsley. Facebook, Rich W. Beardsley
Twitter, RichBeardsley. Email, [email protected]. Both iMessages and emails are welcome.
Battle tag, Rich#12744. You can also add me through my email address.

2022-02-07 23:11:17

@7
You should be able to play in any modern web browser. I've tested with Chrome, and my wife's used Safari on both iOS and Mac OS. Firefox should work also.

@8
Hope you enjoy!

@9
So I'll not be making a windows build until the sound library I use works under Windows. I could use Synthizer, but honestly, I'm just not planning to since the web version gives a better playing experience in my opinion.

Also, I think even when you're offline, Chrome will allow you to access the page because of caching, but I've not checked that.

@10
Of course, the more the merrier.

@13
That' it in a nut shell, although My version has *a lot* more cards than RS I'd wager. For the curious, I'm using json against humanity for the cards.

-----
I have code on GitHub