Search found 11 matches

by Lobster
Tue Dec 06, 2022 7:49 pm
Forum: Games
Topic: [Release] Magic the Fappering card game
Replies: 92
Views: 58893

Re: [Release] Magic the Fappering card game

Version 2.2 release here

Changes:
- Substantially reduced ram usage
- Window can now be resized. It doesn't change the size of the stuff inside (had some issues with that) but it provides scroll bars so it's potentially useable
by Lobster
Sat Dec 03, 2022 9:23 am
Forum: Games
Topic: [Release] Magic the Fappering card game
Replies: 92
Views: 58893

Re: [Release] Magic the Fappering card game

Have you extracted the other files as well? I was getting that when I tested it with only the executable. Your folder should look something like the attached image. The only ones you don't need are Readme.txt and the src folder. Yep my folder has everything there. Cant really tell what the problem ...
by Lobster
Fri Dec 02, 2022 9:11 am
Forum: Games
Topic: [Release] Magic the Fappering card game
Replies: 92
Views: 58893

Re: [Release] Magic the Fappering card game

Is there an easy way to make new cards for it because I think I will do that and maybe also share some of them boylad found that mtg-card-maker worked quite well (which TypingMad then used to convert all the initial cards): Other idea is using an mtg card creator and making the deck there, using so...
by Lobster
Thu Dec 01, 2022 1:32 pm
Forum: Games
Topic: [Release] Magic the Fappering card game
Replies: 92
Views: 58893

Re: [Release] Magic the Fappering card game

Gotta love it when a community comes together over a labour of love. This is how you can tell it's a neat idea. 3 people have pretty quickly and independently said "that sounds interesting, here's an implementation of it. And they're all very different which I think is interesting. Different p...
by Lobster
Wed Nov 30, 2022 9:25 pm
Forum: Games
Topic: [Release] Magic the Fappering card game
Replies: 92
Views: 58893

Re: [Release] Magic the Fappering card game

Right, thanks for the info! I forgot that you would get cors errors from opening the html file directly. To run it, I use VSCode with the Live Server extension. Yep, can confirm that works. I have got a stable V2 now: https://i.ibb.co/cCT13k4/MTF.png This adds a bunch more features: - Card set sele...
by Lobster
Tue Nov 29, 2022 10:34 pm
Forum: Games
Topic: [Release] Magic the Fappering card game
Replies: 92
Views: 58893

Re: [Release] Magic the Fappering card game

I was planning on doing that but you get functionally the same effect by drawing another card, doing it and then shuffling it back in. The only thing that messes with is anything that puts the card on top or just under the top of the deck but then they'll already be broken by shuffling it back in s...
by Lobster
Tue Nov 29, 2022 10:01 pm
Forum: Games
Topic: [Release] Magic the Fappering card game
Replies: 92
Views: 58893

Re: [Release] Magic the Fappering card game

Here's something I have been working on Neat, you've gone for the card-knowledge approach which has the advantage of dealing with everything for the player but the disadvantage of every new card needing to be configured instead of my approach of having the software able to do each of the things but...
by Lobster
Tue Nov 29, 2022 6:17 pm
Forum: Games
Topic: [Release] Magic the Fappering card game
Replies: 92
Views: 58893

Re: [Release] Magic the Fappering card game

Sorry I couldn't resist I looked at the code and downloaded everything, it's well done even the dimensions are not disproportionate, from V1 I think it would also be necessary to add the randomly discard keys from the deck to accommodate the discard effects for example of Assassin (50). Perhaps wid...
by Lobster
Tue Nov 29, 2022 4:32 pm
Forum: Games
Topic: [Release] Magic the Fappering card game
Replies: 92
Views: 58893

Re: [Release] Magic the Fappering card game

Lobster I really want to check that version, looks really interesting. Could it be done something like I don't want X set to appear in the deck? Maybe someone is not into monstergirls and wants to disable them for example V1 Mega link That link provides the files you need. I've included a readme fo...
by Lobster
Tue Nov 29, 2022 12:30 pm
Forum: Games
Topic: [Release] Magic the Fappering card game
Replies: 92
Views: 58893

Re: [Release] Magic the Fappering card game

Thanks, I think that gives me a route to progress forward. For reference, this is what my thrown together version looks like: https://i.ibb.co/TLZ503z/MTF.png I don't plan on having it knowing anything about the cards but I do want it to have buttons for moving them around for all the required place...
by Lobster
Sun Nov 27, 2022 9:16 pm
Forum: Games
Topic: [Release] Magic the Fappering card game
Replies: 92
Views: 58893

Re: [Release] Magic the Fappering card game

I threw together some basic code after seeing the intro tease because it seemed reasonably straightforward (draw, move to discard/draw pile/field, repeat) and it sounded like a neat idea. Having looked at the other cards after that, there are some more complex effects I also added (look through the ...