Quick Guide: PyGame & Python Tools for Visual Studio

preview_player
Показать описание
Get start building games with Python. In this video I show you how to setup PyGame and display a simple image using Python tools for Visual Studio.

Рекомендации по теме
Комментарии
Автор

Thank you for getting my environment up in visual studio. I haven't made a game in python in years. Time to relearn pygame!

GilgamoreRed
Автор

Awesome video man! I really have an anxiety of developing on windows, but you took it away :D Everything worked yay

illvminated
Автор

Hi Mickey,    I am guessing from your video that it is not yet possible to design a window for python; like  one can for Visual C++ or Visual Basic in Visual Studio e.g. open a form in designer and add button etc..My interest is in simple desk top app's using Windows forms that use Python 3.5 code

SusanAmberBruce
Автор

Okay, I'm new. Can you explain this line:
size = width, height = 800, 480

So, either this is creating list called size, with two values inside (like a dict)? I guess I'm asking what is in size?

Neceros
Автор

I have a problem with IntelliSense not working on the pygame "package". It shows the "completion DB" message just like it did in your video. Any way to make it work?

Edit: I installed Update 1 for Visual Studio 2015, including the December update of PyTools and that solved the issue!

DreamCore
Автор

This doesn't work if you have another version of python installed. I have python 3.4 already installed so 3.2 didn't do anything and pygame wasn't found. Might want to add that note.

selomofori
welcome to shbcf.ru