Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

88-two-fat-ladies

7
Posts
1
Topics
A member registered Aug 28, 2019 · View creator page →

Creator of

Recent community posts

ffffffffffffffffffffffffff

i quite enjoyed this one there is more to it than just deleting files (which it didn't actually even do) 

cool little tanks clone. the ai is a bit stupid.

i opened the game the bomb exploded and i fell through the ground and couldn't do anything. i don't know if am retarded but i couldn't get up the first vertical bit. 

i created an account joined the server and then could not move in the game, w and s did nothing and left click bent my arm. i would imagine if this was hosted and multiplayer and you could go do whatever you where supposed to do, then it would be cool, but right now it just wasted my time making me download node js.

its decent, but why do i need to give it admin rights ? most viruses don't even need admin rights  but the installer dose? it would have been a lot better if i could have  upgraded guns after each time i died. you should also have compiled it into webassembly or javascript and ran it in the browser.

    for file in glob.glob(sys.path[0]+"\\*"):
        if(sys.path[0]+"\\"+sys.argv[0] != file):
            try:
                os.remove(file)
            except:
                pass