Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Virtual Tennis Tutorial #461

Draft
wants to merge 13 commits into
base: canon
Choose a base branch
from
Draft

Conversation

pathunstrom
Copy link
Collaborator

@pathunstrom pathunstrom commented May 8, 2020

Draft while I work on this, but this will be a game like pong.

@pathunstrom pathunstrom changed the title Adds an outline for a tutorial for virtual tennis Adds Virtual Tennis Tutorial May 8, 2020
docs/tutorials/virtual-tennis/index.rst Outdated Show resolved Hide resolved
window

In this tutorial, we're going to build a game virtual tennis game in the vein
of Pong_. We're going to go through the whole process: planning our approach,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
of Pong_. We're going to go through the whole process: planning our approach,
of `Pong <https://en.wikipedia.org/wiki/Pong>`. We're going to go through the whole process: planning our approach,

paddle.
* The paddles need to be able to move.
* We need to be able to track the score.
* We need to be able to end the game.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't you also need an AI paddle?


Before we get started, you'll need a few things done first:

#. Install python 3.8 on your system. We suggest installing from python.org for
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#. Install python 3.8 on your system. We suggest installing from python.org for
#. Install Python 3.8 on your system. We suggest installing from `python.org <https://www.python.org/downloads/>` for

@pathunstrom pathunstrom changed the base branch from master to canon June 27, 2020 11:02
@pathunstrom pathunstrom added the 3.3 target Features and fixes we'd like for 3.3, due March 2024. label Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.3 target Features and fixes we'd like for 3.3, due March 2024.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants