Project Is a Shlog Friendship Simulator a gem or coal idea?

well I don't know how to use python itself and don't know how to open multiple files at once with the terminal
its not that hard with cmd
you can make a batch file (.bat)
and then you can just type the commands in the bat file for the cmd to execute
if you wanted to open multiple file at once s you would just type the location of the file (in this case since your using python you have to add python before that)
 
kill all coders
1741265505902.png

how do you like run this or is it not like supposed to work yet
 
you do python and then the location of the file

heres a example: python C:/file/file.py

C:/file/file.py is replaced by the actual location of the file
1741266127358.png

or when I try to open it through python like an app it doesn't work
 
too hard, I'll try it in the evening, why didn't you just wanna use like an rpg or like another game maker doe
Visuals take too long + I can't really think of how to visualize a forum geg
I may reconsider it tho
 
Visuals take too long + I can't really think of how to visualize a forum geg
I may reconsider it tho
isn't there like like assets you can get for free or commission a bangladeshi to do it for you (around 15$ dollars)
 
too hard, I'll try it in the evening, why didn't you just wanna use like an rpg or like another game maker doe
its not hard your just doing it wrong and incorrectly but soyteen liker could make a batch file that makes this easier by automatically opening it up for you
 
its not hard your just doing it wrong and incorrectly but soyteen liker could make a batch file that makes this easier by automatically opening it up for you
if soyteen liker makes the batch file all you would need to do is open the batch file and it should work
 
batch files are easy to learn i think
what do you want to learn to do in a batch file
@ECHO OFF
MKDIR c:\gameTestLol
xcopy /s c:\"This PC"\Downloads\friendshipgame d:\target\gameTestLol

I made a .bat file with this, ran it, but it didn't do anything I think. What am I doing wrong? I also did a version where it was just:
@ECHO OFF
MKDIR c:\gameTestLol
xcopy /s c:\Downloads\friendshipgame d:\target\gameTestLol
 
Back
Top