Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Make a screen appear without using import
Post: RE: Make a screen appear without using import

here is the code to make my screen everything is already built into java processing void setup(){// runs once at start of game size(300,600); // makes my game window } void draw(){// draws every f...
ctrembla Game Development 10 5,634 Sep-28-2018, 11:22 PM
    Thread: Make a screen appear without using import
Post: RE: Make a screen appear without using import

ty, I just realized the reason I was trying to learn thiscan be done with java. In the long run I needed python to program a robot, but turns out my favorite easy language can do it just fine good bye...
ctrembla Game Development 10 5,634 Sep-28-2018, 05:10 PM
    Thread: Make a screen appear without using import
Post: RE: Make a screen appear without using import

Well idk exactually what it is called by I typed like size(600,600) in java or createCanvas(600,600) in javascript& a box appears that I make my game in. In java and javascript I don't need to imp...
ctrembla Game Development 10 5,634 Sep-28-2018, 02:26 AM
    Thread: Make a screen appear without using import
Post: Make a screen appear without using import

I am trying to learn python & everytime I see a tutorial they import a library to make a screen appear. in java & javascript I can make the screen appear without using imports. I'm guessing th...
ctrembla Game Development 10 5,634 Sep-28-2018, 12:24 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020