KYkid85
Posts: 18
Joined: Mon Mar 21, 2016 1:51 pm

Need help opening games

Wed Mar 30, 2016 6:34 pm

Don't know how to access anything in terminal. I have got this far below.

$ cd python_games

$ls

Lets just say I want to open "flippy.py" in python games. How do i access this file?

-thanks

dgordon42
Posts: 788
Joined: Tue Aug 13, 2013 6:55 pm
Location: Dublin, Ireland

Re: Need help opening games

Wed Mar 30, 2016 7:25 pm

Try:

Code: Select all

python flippy.py
The games in python_games were really meant to be played in the GUI, some features may not work as expected. You will need a mouse to play them, even in the terminal, and you may not be easily able to stop some of them.
Not recommended.
Dave.

User avatar
rpdom
Posts: 17173
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: Need help opening games

Wed Mar 30, 2016 7:38 pm


Return to “Troubleshooting”