В категории материалов: 76
Показано материалов: 11-20
Страницы: « 1 2 3 4 ... 7 8 »


Module PyGame. Object collisions

  1. Definition
  2. Checking if a point of one object is in the rectangle of another object
  3. collide() methods in pygame.Rect
    • colliderect(Rect)
    • collidepoint(x, y)
    • collidelist(list)
  4. Questions
  5. Exercises
  6. Tasks

12.5.3.6 check the relative position of objects on the screen.

Algorithms | Просмотров: 5195 | Добавил: bzfar77 | Дата: 29.01.2023 | Комментарии (0)

PHP & MySQL. User registration

11.5.3.8 use script language to provide interactivity

Relational databases | Просмотров: 611 | Добавил: bzfar77 | Дата: 23.01.2023 | Комментарии (0)

PHP & MySQL database. Connect to database 

11.5.3.4 use script language to connect a database 

Relational databases | Просмотров: 2853 | Добавил: bzfar77 | Дата: 23.01.2023 | Комментарии (0)

Module PyGame. Graphic text. Counter of game

  1. How to output text in pygame
  2. How to input text in pygame
  3. Examples
    1. Task 1 Output text
    2. Task 2 Animated text
    3. Task 3 Text movement
    4. Task 4 Click counter
    5. Task 5 Input name
  4. Questions
  5. Exercises
  6. Tasks

12.5.2.4 display graphic text on the screen
12.5.3.7 implement an algorithm for calculating game results

Programming languages | Просмотров: 6451 | Добавил: bzfar77 | Дата: 15.01.2023 | Комментарии (0)

Web development. CSS (Cascading Style Sheets)

  1. External style sheet
  2. Internal style sheet
  3. Inline style
  4. Classes
  5. ID
  6. Questions
  7. Exercises
  8. Tasks

11.5.3.3 use the CSS stylesheet when creating a site

Fundamentals of programming | Просмотров: 2626 | Добавил: bzfar77 | Дата: 11.01.2023 | Комментарии (0)

Python. PyGame. Keyboard events

  1. Keyboard events
  2. Keyboard events attribute
  3. Check key down
  4. Task 1
  5. Task 2 
  6. Using keyboard shortcuts
  7. Questions
  8. Exercises
  9. Tasks

12.5.3.4 control characters with the keyboard.

Algorithms | Просмотров: 8265 | Добавил: bzfar77 | Дата: 08.01.2023 | Комментарии (4)

Python. PyGame. Mouse events

  1. Mouse events
  2. Mouse clicks
  3. Cursor position
  4. Task 1
  5. Task 2 
  6. Drag and drop
  7. Questions
  8. Exercises
  9. Tasks

12.5.3.3 control characters with the mouse.

Programming languages | Просмотров: 9643 | Добавил: bzfar77 | Дата: 24.11.2022 | Комментарии (0)

Python. PyGame. Loading and animation pictures

  1. Loading pictures
  2. How to load the picture
  3. How to determine the size of the surface
  4. Creating a background for race
  5. Add car movement
  6. Questions
  7. Exercises
  8. Tasks

12.5.3.1 code the movement of graphic objects

Algorithms | Просмотров: 9448 | Добавил: bzfar77 | Дата: 20.11.2022 | Комментарии (0)

Python. Tuple (Кортеж)

  1. Описание
  2. Неизменяемость
  3. Сравнение кортежей
  4. Множественное присваивание
  5. Вопросы
  6. Упражнения
  7. Задачи

11.2.4.1 создавать кортеж;
11.2.2.1 выполнять доступ к элементам строк, списков, кортежей;

Programming languages | Просмотров: 1164 | Добавил: bzfar77 | Дата: 07.11.2022 | Комментарии (0)

Python. PyGame. Draw module

  1. Draw module
    • line
    • lines
    • polygon
    • rectangle
    • circle
    • ellipse
    • arc
  2. Examples
  3. Questions
  4. Exercises
  5. Tasks

12.5.2.1 output graphic primitives to the application window.

Programming languages | Просмотров: 8701 | Добавил: bzfar77 | Дата: 05.11.2022 | Комментарии (0)