Comments

  • RowdyPantsRowdyPants Member Posts: 465
    edited February 2018

    @das.prosenjit.eie Not exactly a GameSalad game but still an interesting bit of python. Fun to play in terminal.

    If you'd like to check out the game go to his GitHub page and click the green 'Clone or Download' button. Then select 'Download ZIP'.

    1. After installing Python launch the Terminal app.
    2. Type 'cd Downloads' to change directory to your Downloads folder.
    3. Type 'ls' to list your files in that folder. You'll see the ConnectFour-master folder you just downloaded.
    4. Type 'cd ConnectFour-master' to change directory to that folder.
    5. Type 'ls' to list the files in that folder. You should see his python script.
    6. Type 'python3 ConnectFour.py' to launch it.
Sign In or Register to comment.