Where do I study?


I'm currently studying at Gymnasium of Jan Adam Rayman. In my last year, I chose math, IT and physics classes. Before that, I attended Mirka Nešpora elementary school. I have graduated from my English course at Plzenská language school and I'm also learning from various online courses, as you can see in the PROJECTS section.



Timetable

1. 2. 3. 4. 5. 6. 7.
8:00 - 8:45 8:55 - 9:40 9:50 - 10:35 10:45 - 11:30 11:50 - 12:35 12:55 - 13:40 13:45 - 14:30
Monday ANJ RJ MAT SJL ZVM
Tuesday RJ INF FYZ TSV
Wednesday FYZ MAT ANJ INF CVM
Thursday SJL RJ INF MAT FYZ
Friday ESI TSV ANJ SEN

SLOVENSKÝ JAZYK
ENGLISH
РУССКИЙ ЯЗЫК

My projects

  • my first website

    My first website


    HTML, CSS

    This is what my html page looked like before the update. I created it as a school project for a computer science class. It had a simple color design and I used the basics of css in it.

  • my first website

    Pygame Zero


    Python

    I created the game CATCH THE CHEESE in Mu Editor. I also drew my own objects in it and then presented it in the computer science class. The mouse moves on the desktop with the arrows. The task is to eat as much cheese as possible, within a time limit that gradually shortens. Randomly generated traps that the mouse must avoid make the game more complicated.

  • my first website

    Snake game


    Python

    Using the turtle library, I created the classic Snake game. The snake is controlled with arrows and its tail gradually grows. He must not bump into his body or the game is over. The game also saves the highest score.

  • my first website

    Pong game


    Python

    Another well-known game that I created using the turtle library is the Pong game. It is a game for two players. One side is controlled with the arrows and the other with the W and S keys. The first player to score 10 points wins.

  • my first website

    Flashcards


    Python

    This program is created to expand your vocabulary in Spanish. I worked with the csv file type and the tkinter library to create it.