| time /\ | user name | message | ||
| Dec 19, 2022 17:24:15 |
fiveshot97 |
crazy idea | ||
| Dec 19, 2022 17:24:00 |
jammam |
how far along r u in development of this game | ||
| Dec 19, 2022 17:23:54 |
doomdaey |
KKona i knew it | ||
| Dec 19, 2022 17:21:16 |
jammam |
sounds original | ||
| Dec 19, 2022 17:20:41 |
jammam |
it's about building a space base | ||
| Dec 19, 2022 17:20:12 |
007bionicalman |
After can I tell you about my game | ||
| Dec 19, 2022 17:19:18 |
pythonista24x7 |
Nice! | ||
| Dec 19, 2022 17:19:16 |
jammam |
u know what else is free? this right equals equals dee | ||
| Dec 19, 2022 17:18:53 |
pythonista24x7 |
Try installing WSL | ||
| Dec 19, 2022 17:17:20 |
pythonista24x7 |
Now you can copy past the URL | ||
| Dec 19, 2022 17:17:20 |
xcomreborn |
https://gist.github.com/XcomReborn/e1a8f3121bfb13d6bdc03ebfb325a81d | ||
| Dec 19, 2022 17:16:26 |
pythonista24x7 |
For file name type \"circle_demo.py\" it will autoformat it to python | ||
| Dec 19, 2022 17:16:10 |
fiveshot97 |
you should install git | ||
| Dec 19, 2022 17:15:53 |
pythonista24x7 |
Yup | ||
| Dec 19, 2022 17:15:22 |
pythonista24x7 |
Or goto gist.github.com | ||
| Dec 19, 2022 17:15:04 |
pythonista24x7 |
Click New | ||
| Dec 19, 2022 17:14:45 |
pythonista24x7 |
Goto github.com | ||
| Dec 19, 2022 17:14:26 |
pythonista24x7 |
Put it on a gist | ||
| Dec 19, 2022 17:13:36 |
pythonista24x7 |
git commit -m \"my change\" | ||
| Dec 19, 2022 17:13:28 |
pythonista24x7 |
git add . | ||
| Dec 19, 2022 17:13:23 |
007bionicalman |
I see it | ||
| Dec 19, 2022 17:13:20 |
pythonista24x7 |
git checkout -b circle_demo | ||
| Dec 19, 2022 17:11:38 |
007bionicalman |
So much help please put on my github | ||
| Dec 19, 2022 17:11:21 |
pythonista24x7 |
From documentation: Update the full display Surface to the screen | ||
| Dec 19, 2022 17:10:28 |
007bionicalman |
I understood it like the how our eye lenses is flip images | ||
| Dec 19, 2022 17:07:59 |
pythonista24x7 |
print(f\"{x}, {y}\") | ||
| Dec 19, 2022 17:07:30 |
pythonista24x7 |
You need to have it start with f | ||
| Dec 19, 2022 17:06:49 |
007bionicalman |
Ok | ||
| Dec 19, 2022 17:05:40 |
pythonista24x7 |
screen is just an object to draw something on, running is a boolean used to keep track of infinite for loop. | ||
| Dec 19, 2022 17:03:57 |
007bionicalman |
Please elaborate on line 6-8 |