「Is it okay to get Claude and Grok write for me?」
anonI want to do a text based game html5 is it okay to use these two both?im not that good at html
I want to do a text based game html5 is it okay to use these two both?im not that good at html
sure why not
was it good nonny?
Does it matter which AI software you use? You can use both, but you'll probably have to proofread what they come up with.
What kind of text game is it? I've only used twine for text based games because I suck at programming...
>>253489
Very true.
>https://wapchan.org/rules.html
Maybe OP is also using Twine? It also uses JavaScript but you don't need to know JavaScript to make a little game with it, just html is fine.
Hey, OP, if you're using Twine, use SugarCube, not Harlowe, it has better plugins and resources and really isn't difficult to use
>>271367
Wait, I tried to copy paste the number to reply to >>253489 but instead it put in the last thing I'd copied, sorry about that, ignore that, I can't edit or delete and repost my message as far as I know... >_<
you should! the first time you do something there will always be stuff to work on, so, its better to just do something and then make something better later.
>>253489
not neccasarily. you can have the game be a series of static webpages or css elements with show/hide functionality, or really any other creative way you can get the desired functionality to work. its possible to recreate state in html/css: https://ryanbethel.org/ui-state-machine-with-only-html-and-css and from there recreate most functionality
my point isn't to shove OP down a turing tar pit but rather that when a lot of scripting functionality isn't necessary you shouldn't be forced to use a framework with bugs, learning curve, cruft, all for a specialized skill that isn't very transferrable to elsewhere.
>>271367
most of the stuff twine is used for can be done with html anyways