Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)
1 REM To roll size sided dice
2 PRINT "You rolled " R%6+1 "."
3 END

How about a game of TicTacToe?

Can't copy/paste on MacOS...

Command + V just writes "v".

Deleted 23 days ago

Should be working now, we don't have an Apple to test but if my understand of JS is correct, this should paste, regardless of ctrl or cmd :) Let us know!

(-1)

Almost there!

It works but there's a bug still...

When I paste I get this:

v1 REM To roll size sided dice
ERROR<COMMAND>: v1 REM To roll size sided dice
2 PRINT "You rolled " R%6+1 "."
3 END

Cheers for the help with this m8, I think it shouldn't inject a v anymore, wanna give it a shot?

Fixed!