Files
learngo/18-bouncing-ball-project/exercises/README.md

11 lines
594 B
Markdown
Raw Normal View History

2019-03-14 20:36:32 +03:00
# Exercises
1. **[Adjust the width and height automatically](https://github.com/inancgumus/learngo/tree/master/18-bouncing-ball-project/exercises/01-width-and-height)**
In this exercise, your goal is getting the width and height of the terminal screen from your operating system (instead of setting the width and height manually).
2019-03-14 21:16:15 +03:00
2. **[Previous positions](https://github.com/inancgumus/learngo/tree/master/18-bouncing-ball-project/exercises/02-previous-positions)**
Let's optimize the program once more. This time you're going to optimize the clearing off the previous positions.